Home
last modified time | relevance | path

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

/linux-5.19.10/include/sound/ !
Dac97_codec.h324 int snd_ac97_update(struct snd_ac97 *ac97, unsigned short reg, unsigned short value);
/linux-5.19.10/sound/pci/ac97/ !
Dac97_pcm.c291 snd_ac97_update(ac97, reg, tmp & 0xffff); in snd_ac97_set_rate()
Dac97_codec.c351 int snd_ac97_update(struct snd_ac97 *ac97, unsigned short reg, unsigned short value) in snd_ac97_update() function
368 EXPORT_SYMBOL(snd_ac97_update);
Dac97_patch.c250 return snd_ac97_update(ac97, AC97_YMF7X3_3D_MODE_SEL, val); in snd_ac97_ymf7x3_put_speaker()
/linux-5.19.10/sound/pci/emu10k1/ !
Demumixer.c1725 return snd_ac97_update(emu->ac97, AC97_REC_GAIN, val); in snd_audigy_capture_boost_put()
/linux-5.19.10/sound/pci/ !
Dmaestro3.c1575 if (snd_ac97_update(chip->ac97, AC97_MASTER, val)) in snd_m3_update_hw_volume()
Des1968.c1919 if (snd_ac97_update(chip->ac97, AC97_MASTER, val)) in es1968_update_hw_volume()
/linux-5.19.10/Documentation/sound/kernel-api/ !
Dwriting-an-alsa-driver.rst2979 :c:func:`snd_ac97_read()`, :c:func:`snd_ac97_update()` and
2983 :c:func:`snd_ac97_update()` functions are used to set a value to
2985 :c:func:`snd_ac97_update()` doesn't write a value if the given
2992 snd_ac97_update(ac97, AC97_MASTER, 0x8080);