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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/isa/sb/
H A Dsb_common.c58 int snd_sbdsp_get_byte(struct snd_sb *chip) function
99 result = (short) snd_sbdsp_get_byte(chip) << 8;
100 result |= (short) snd_sbdsp_get_byte(chip);
296 EXPORT_SYMBOL(snd_sbdsp_get_byte); variable
H A Djazz16.c135 val = snd_sbdsp_get_byte(&chip);
137 snd_sbdsp_get_byte(&chip);
147 snd_sbdsp_get_byte(&chip);
148 err = snd_sbdsp_get_byte(&chip);
H A Dsb16_csp.c508 if (snd_sbdsp_get_byte(chip) != par)
537 return snd_sbdsp_get_byte(chip); /* Read DSP value */
601 return (snd_sbdsp_get_byte(chip));
628 if (snd_sbdsp_get_byte(p->chip)) {
642 if (snd_sbdsp_get_byte(p->chip))
650 status = snd_sbdsp_get_byte(p->chip);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/sound/
H A Dsb.h292 int snd_sbdsp_get_byte(struct snd_sb *chip);

Completed in 65 milliseconds