Searched refs:snd_ac97_update (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/sound/
H A Dac97_codec.h564 int snd_ac97_update(struct snd_ac97 *ac97, unsigned short reg, unsigned short value);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/ac97/
H A Dac97_pcm.c304 snd_ac97_update(ac97, reg, tmp & 0xffff);
H A Dac97_codec.c340 * snd_ac97_update - update the value on the given register
351 int snd_ac97_update(struct snd_ac97 *ac97, unsigned short reg, unsigned short value) function
368 EXPORT_SYMBOL(snd_ac97_update); variable
H A Dac97_patch.c270 return snd_ac97_update(ac97, AC97_YMF7X3_3D_MODE_SEL, val);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/emu10k1/
H A Demumixer.c1573 return snd_ac97_update(emu->ac97, AC97_REC_GAIN, val);

Completed in 45 milliseconds