Home
last modified time | relevance | path

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

/linux/include/sound/
H A Dac97_codec.h324 int snd_ac97_update(struct snd_ac97 *ac97, unsigned short reg, unsigned short value);
/linux/sound/pci/ac97/
H A Dac97_pcm.c290 snd_ac97_update(ac97, reg, tmp & 0xffff); in snd_ac97_set_rate()
H A Dac97_codec.c349 int snd_ac97_update(struct snd_ac97 *ac97, unsigned short reg, unsigned short value) in snd_ac97_update() function
365 EXPORT_SYMBOL(snd_ac97_update);
/linux/sound/pci/
H A Des1968.c1882 if (snd_ac97_update(chip->ac97, AC97_MASTER, val)) in es1968_update_hw_volume()