Home
last modified time | relevance | path

Searched refs:snd_sbdsp_get_byte (Results 1 – 4 of 4) sorted by relevance

/linux/sound/isa/sb/
H A Dsb_common.c45 int snd_sbdsp_get_byte(struct snd_sb *chip) in snd_sbdsp_get_byte() function
87 result = (short) snd_sbdsp_get_byte(chip) << 8; in snd_sbdsp_version()
88 result |= (short) snd_sbdsp_get_byte(chip); in snd_sbdsp_version()
246 EXPORT_SYMBOL(snd_sbdsp_get_byte);
H A Djazz16.c129 val = snd_sbdsp_get_byte(&chip); in jazz16_detect_board()
131 snd_sbdsp_get_byte(&chip); in jazz16_detect_board()
141 snd_sbdsp_get_byte(&chip); in jazz16_detect_board()
142 err = snd_sbdsp_get_byte(&chip); in jazz16_detect_board()
H A Dsb16_csp.c492 if (snd_sbdsp_get_byte(chip) != par) in set_codec_parameter()
521 return snd_sbdsp_get_byte(chip); /* Read DSP value */ in read_register()
581 return (snd_sbdsp_get_byte(chip)); in get_version()
608 if (snd_sbdsp_get_byte(p->chip)) { in snd_sb_csp_load()
622 if (snd_sbdsp_get_byte(p->chip)) in snd_sb_csp_load()
630 status = snd_sbdsp_get_byte(p->chip); in snd_sb_csp_load()
/linux/include/sound/
H A Dsb.h277 int snd_sbdsp_get_byte(struct snd_sb *chip);