Searched refs:snd_ac97_update (Results 1 - 14 of 14) sorted by relevance
/kernel/linux/linux-5.10/include/sound/ |
H A D | ac97_codec.h | 324 int snd_ac97_update(struct snd_ac97 *ac97, unsigned short reg, unsigned short value);
|
/kernel/linux/linux-6.6/include/sound/ |
H A D | ac97_codec.h | 324 int snd_ac97_update(struct snd_ac97 *ac97, unsigned short reg, unsigned short value);
|
/kernel/linux/linux-5.10/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 | 340 * 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) in snd_ac97_update() function 368 EXPORT_SYMBOL(snd_ac97_update); variable
|
H A D | ac97_patch.c | 248 return snd_ac97_update(ac97, AC97_YMF7X3_3D_MODE_SEL, val); in snd_ac97_ymf7x3_put_speaker()
|
/kernel/linux/linux-6.6/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 | 339 * snd_ac97_update - update the value on the given register 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); variable
|
H A D | ac97_patch.c | 250 return snd_ac97_update(ac97, AC97_YMF7X3_3D_MODE_SEL, val); in snd_ac97_ymf7x3_put_speaker()
|
/kernel/linux/linux-5.10/sound/pci/emu10k1/ |
H A D | emumixer.c | 1724 return snd_ac97_update(emu->ac97, AC97_REC_GAIN, val); in snd_audigy_capture_boost_put()
|
/kernel/linux/linux-6.6/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()
|
/kernel/linux/linux-5.10/sound/pci/ |
H A D | maestro3.c | 1580 if (snd_ac97_update(chip->ac97, AC97_MASTER, val)) in snd_m3_update_hw_volume()
|
H A D | es1968.c | 1918 if (snd_ac97_update(chip->ac97, AC97_MASTER, val)) in es1968_update_hw_volume()
|
/kernel/linux/linux-6.6/sound/pci/ |
H A D | es1968.c | 1919 if (snd_ac97_update(chip->ac97, AC97_MASTER, val)) in es1968_update_hw_volume()
|
H A D | maestro3.c | 1575 if (snd_ac97_update(chip->ac97, AC97_MASTER, val)) in snd_m3_update_hw_volume()
|
Completed in 49 milliseconds