Home
last modified time | relevance | path

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

/linux/sound/pci/ac97/
H A Dac97_codec.c271 void snd_ac97_write(struct snd_ac97 *ac97, unsigned short reg, unsigned short value) in snd_ac97_write() function
283 EXPORT_SYMBOL(snd_ac97_write);
1083 snd_ac97_write( in check_volume_resolution()
1109 snd_ac97_write(ac97, reg, val); in snd_ac97_try_bit()
1122 snd_ac97_write(ac97, reg, val); in snd_ac97_change_volume_params2()
1170 snd_ac97_write(ac97, reg, val1); in snd_ac97_cmute_new_stereo()
1625 snd_ac97_write(ac97, AC97_3D_CONTROL, val); in snd_ac97_mixer_build()
1704 snd_ac97_write(ac97, AC97_GPIO_CFG, 0xffff & ~(AC97_GPIO_LINE1_OH)); in snd_ac97_modem_build()
1705 snd_ac97_write(ac97, AC97_GPIO_POLARITY, 0xffff & ~(AC97_GPIO_LINE1_OH)); in snd_ac97_modem_build()
1706 snd_ac97_write(ac97, AC97_GPIO_STICKY, 0xffff); in snd_ac97_modem_build()
[all …]
/linux/include/sound/
H A Dac97_codec.h321 void snd_ac97_write(struct snd_ac97 *ac97, unsigned short reg, unsigned short value);
/linux/sound/pci/
H A Dvia82xx_modem.c643 snd_ac97_write(chip->ac97, AC97_LINE1_RATE, params_rate(hw_params)); in snd_via82xx_hw_params()
644 snd_ac97_write(chip->ac97, AC97_LINE1_LEVEL, 0); in snd_via82xx_hw_params()
/linux/sound/pci/cs46xx/
H A Dcs46xx_lib.c2326 snd_ac97_write(ac97, AC97_RESET, 0);
2358 snd_ac97_write(ac97, AC97_REC_GAIN, 0x8a05); in snd_cs46xx_codec_reset()