Searched refs:snd_ac97_update (Results 1 – 8 of 8) sorted by relevance
/linux-5.19.10/include/sound/ ! |
D | ac97_codec.h | 324 int snd_ac97_update(struct snd_ac97 *ac97, unsigned short reg, unsigned short value);
|
/linux-5.19.10/sound/pci/ac97/ ! |
D | ac97_pcm.c | 291 snd_ac97_update(ac97, reg, tmp & 0xffff); in snd_ac97_set_rate()
|
D | ac97_codec.c | 351 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);
|
D | ac97_patch.c | 250 return snd_ac97_update(ac97, AC97_YMF7X3_3D_MODE_SEL, val); in snd_ac97_ymf7x3_put_speaker()
|
/linux-5.19.10/sound/pci/emu10k1/ ! |
D | emumixer.c | 1725 return snd_ac97_update(emu->ac97, AC97_REC_GAIN, val); in snd_audigy_capture_boost_put()
|
/linux-5.19.10/sound/pci/ ! |
D | maestro3.c | 1575 if (snd_ac97_update(chip->ac97, AC97_MASTER, val)) in snd_m3_update_hw_volume()
|
D | es1968.c | 1919 if (snd_ac97_update(chip->ac97, AC97_MASTER, val)) in es1968_update_hw_volume()
|
/linux-5.19.10/Documentation/sound/kernel-api/ ! |
D | writing-an-alsa-driver.rst | 2979 :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);
|