Searched refs:snd_ac97_update (Results 1 – 8 of 8) sorted by relevance
/openbmc/linux/include/sound/ |
H A D | ac97_codec.h | 324 int snd_ac97_update(struct snd_ac97 *ac97, unsigned short reg, unsigned short value);
|
/openbmc/linux/sound/pci/ac97/ |
H A D | ac97_pcm.c | 291 snd_ac97_update(ac97, reg, tmp & 0xffff); in snd_ac97_set_rate()
|
H A D | ac97_codec.c | 350 int snd_ac97_update(struct snd_ac97 *ac97, unsigned short reg, unsigned short value) in snd_ac97_update() function 367 EXPORT_SYMBOL(snd_ac97_update);
|
H A D | ac97_patch.c | 250 return snd_ac97_update(ac97, AC97_YMF7X3_3D_MODE_SEL, val); in snd_ac97_ymf7x3_put_speaker()
|
/openbmc/linux/sound/pci/emu10k1/ |
H A D | emumixer.c | 1953 return snd_ac97_update(emu->ac97, AC97_REC_GAIN, val); in snd_audigy_capture_boost_put()
|
/openbmc/linux/sound/pci/ |
H A D | maestro3.c | 1575 if (snd_ac97_update(chip->ac97, AC97_MASTER, val)) in snd_m3_update_hw_volume()
|
H A D | es1968.c | 1919 if (snd_ac97_update(chip->ac97, AC97_MASTER, val)) in es1968_update_hw_volume()
|
/openbmc/linux/Documentation/sound/kernel-api/ |
H A D | writing-an-alsa-driver.rst | 2856 :c:func:`snd_ac97_read()`, :c:func:`snd_ac97_update()` and 2860 :c:func:`snd_ac97_update()` functions are used to set a value to 2862 :c:func:`snd_ac97_update()` doesn't write a value if the given 2867 snd_ac97_update(ac97, AC97_MASTER, 0x8080);
|