Home
last modified time | relevance | path

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

/linux-4.1.27/sound/isa/sb/
Dsb_common.c59 int snd_sbdsp_get_byte(struct snd_sb *chip) in snd_sbdsp_get_byte() function
100 result = (short) snd_sbdsp_get_byte(chip) << 8; in snd_sbdsp_version()
101 result |= (short) snd_sbdsp_get_byte(chip); in snd_sbdsp_version()
296 EXPORT_SYMBOL(snd_sbdsp_get_byte);
Djazz16.c135 val = snd_sbdsp_get_byte(&chip); in jazz16_detect_board()
137 snd_sbdsp_get_byte(&chip); in jazz16_detect_board()
147 snd_sbdsp_get_byte(&chip); in jazz16_detect_board()
148 err = snd_sbdsp_get_byte(&chip); in jazz16_detect_board()
Dsb16_csp.c510 if (snd_sbdsp_get_byte(chip) != par) in set_codec_parameter()
539 return snd_sbdsp_get_byte(chip); /* Read DSP value */ in read_register()
603 return (snd_sbdsp_get_byte(chip)); in get_version()
630 if (snd_sbdsp_get_byte(p->chip)) { in snd_sb_csp_load()
644 if (snd_sbdsp_get_byte(p->chip)) in snd_sb_csp_load()
652 status = snd_sbdsp_get_byte(p->chip); in snd_sb_csp_load()
/linux-4.1.27/include/sound/
Dsb.h292 int snd_sbdsp_get_byte(struct snd_sb *chip);