/kernel/linux/linux-5.10/sound/pci/ac97/ |
H A D | ac97_codec.c | 261 * snd_ac97_write - write a value on the given register 272 void snd_ac97_write(struct snd_ac97 *ac97, unsigned short reg, unsigned short value) in snd_ac97_write() function 284 EXPORT_SYMBOL(snd_ac97_write); variable 1096 snd_ac97_write( in check_volume_resolution() 1122 snd_ac97_write(ac97, reg, val); in snd_ac97_try_bit() 1135 snd_ac97_write(ac97, reg, val); in snd_ac97_change_volume_params2() 1183 snd_ac97_write(ac97, reg, val1); in snd_ac97_cmute_new_stereo() 1592 snd_ac97_write(ac97, AC97_3D_CONTROL, val); in snd_ac97_mixer_build() 1660 snd_ac97_write(ac97, AC97_GPIO_CFG, 0xffff & ~(AC97_GPIO_LINE1_OH)); in snd_ac97_modem_build() 1661 snd_ac97_write(ac9 in snd_ac97_modem_build() [all...] |
H A D | ac97_proc.c | 37 snd_ac97_write(ac97, AC97_FUNC_SELECT, function << 1); in snd_ac97_proc_read_functions()
|
H A D | ac97_patch.c | 962 snd_ac97_write(ac97, AC97_SIGMATEL_BIAS1, 0xabba); in snd_ac97_stac9708_put_bias() 965 snd_ac97_write(ac97, AC97_SIGMATEL_BIAS1, 0); in snd_ac97_stac9708_put_bias() 1372 snd_ac97_write(ac97, reg, ac97->regs[reg]); in ad18xx_resume() 1417 snd_ac97_write(ac97, i, ac97->regs[i]); in ad18xx_resume()
|
/kernel/linux/linux-6.6/sound/pci/ac97/ |
H A D | ac97_codec.c | 260 * snd_ac97_write - write a value on the given register 271 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); variable 1095 snd_ac97_write( in check_volume_resolution() 1121 snd_ac97_write(ac97, reg, val); in snd_ac97_try_bit() 1134 snd_ac97_write(ac97, reg, val); in snd_ac97_change_volume_params2() 1182 snd_ac97_write(ac97, reg, val1); in snd_ac97_cmute_new_stereo() 1637 snd_ac97_write(ac97, AC97_3D_CONTROL, val); in snd_ac97_mixer_build() 1716 snd_ac97_write(ac97, AC97_GPIO_CFG, 0xffff & ~(AC97_GPIO_LINE1_OH)); in snd_ac97_modem_build() 1717 snd_ac97_write(ac9 in snd_ac97_modem_build() [all...] |
H A D | ac97_proc.c | 37 snd_ac97_write(ac97, AC97_FUNC_SELECT, function << 1); in snd_ac97_proc_read_functions()
|
H A D | ac97_patch.c | 983 snd_ac97_write(ac97, AC97_SIGMATEL_BIAS1, 0xabba); in snd_ac97_stac9708_put_bias() 986 snd_ac97_write(ac97, AC97_SIGMATEL_BIAS1, 0); in snd_ac97_stac9708_put_bias() 1399 snd_ac97_write(ac97, reg, ac97->regs[reg]); in ad18xx_resume() 1444 snd_ac97_write(ac97, i, ac97->regs[i]); in ad18xx_resume()
|
/kernel/linux/linux-5.10/include/sound/ |
H A D | ac97_codec.h | 321 void snd_ac97_write(struct snd_ac97 *ac97, unsigned short reg, unsigned short value);
|
/kernel/linux/linux-6.6/include/sound/ |
H A D | ac97_codec.h | 321 void snd_ac97_write(struct snd_ac97 *ac97, unsigned short reg, unsigned short value);
|
/kernel/linux/linux-5.10/sound/pci/ |
H A D | atiixp_modem.c | 799 snd_ac97_write(chip->ac97[i], AC97_LINE1_RATE, params_rate(hw_params)); in snd_atiixp_pcm_hw_params() 800 snd_ac97_write(chip->ac97[i], AC97_LINE1_LEVEL, 0); in snd_atiixp_pcm_hw_params()
|
H A D | intel8x0m.c | 582 snd_ac97_write(ichdev->ac97, AC97_LINE1_RATE, runtime->rate); in snd_intel8x0m_pcm_prepare() 583 snd_ac97_write(ichdev->ac97, AC97_LINE1_LEVEL, 0); in snd_intel8x0m_pcm_prepare()
|
H A D | via82xx_modem.c | 653 snd_ac97_write(chip->ac97, AC97_LINE1_RATE, params_rate(hw_params)); in snd_via82xx_hw_params() 654 snd_ac97_write(chip->ac97, AC97_LINE1_LEVEL, 0); in snd_via82xx_hw_params()
|
H A D | maestro3.c | 2053 snd_ac97_write(chip->ac97, AC97_PCM, 0x8000 | (15 << 8) | 15); in snd_m3_mixer() 2055 snd_ac97_write(chip->ac97, AC97_PCM, 0); in snd_m3_mixer()
|
/kernel/linux/linux-6.6/sound/pci/ |
H A D | intel8x0m.c | 568 snd_ac97_write(ichdev->ac97, AC97_LINE1_RATE, runtime->rate); in snd_intel8x0m_pcm_prepare() 569 snd_ac97_write(ichdev->ac97, AC97_LINE1_LEVEL, 0); in snd_intel8x0m_pcm_prepare()
|
H A D | via82xx_modem.c | 653 snd_ac97_write(chip->ac97, AC97_LINE1_RATE, params_rate(hw_params)); in snd_via82xx_hw_params() 654 snd_ac97_write(chip->ac97, AC97_LINE1_LEVEL, 0); in snd_via82xx_hw_params()
|
H A D | atiixp_modem.c | 798 snd_ac97_write(chip->ac97[i], AC97_LINE1_RATE, params_rate(hw_params)); in snd_atiixp_pcm_hw_params() 799 snd_ac97_write(chip->ac97[i], AC97_LINE1_LEVEL, 0); in snd_atiixp_pcm_hw_params()
|
H A D | maestro3.c | 2049 snd_ac97_write(chip->ac97, AC97_PCM, 0x8000 | (15 << 8) | 15); in snd_m3_mixer() 2051 snd_ac97_write(chip->ac97, AC97_PCM, 0); in snd_m3_mixer()
|
/kernel/linux/linux-5.10/sound/pci/ali5451/ |
H A D | ali5451.c | 1532 snd_ac97_write(chip->ac97[modem_num], AC97_LINE1_RATE, in snd_ali_modem_hw_params() 1534 snd_ac97_write(chip->ac97[modem_num], AC97_LINE1_LEVEL, 0); in snd_ali_modem_hw_params()
|
/kernel/linux/linux-6.6/sound/pci/ali5451/ |
H A D | ali5451.c | 1531 snd_ac97_write(chip->ac97[modem_num], AC97_LINE1_RATE, in snd_ali_modem_hw_params() 1533 snd_ac97_write(chip->ac97[modem_num], AC97_LINE1_LEVEL, 0); in snd_ali_modem_hw_params()
|
/kernel/linux/linux-5.10/sound/pci/cs46xx/ |
H A D | cs46xx_lib.c | 2384 snd_ac97_write(ac97, AC97_RESET, 0); in snd_cs46xx_codec_reset() 2416 snd_ac97_write(ac97, AC97_REC_GAIN, 0x8a05); in snd_cs46xx_codec_reset()
|
/kernel/linux/linux-6.6/sound/pci/cs46xx/ |
H A D | cs46xx_lib.c | 2370 snd_ac97_write(ac97, AC97_RESET, 0); in snd_cs46xx_codec_reset() 2402 snd_ac97_write(ac97, AC97_REC_GAIN, 0x8a05); in snd_cs46xx_codec_reset()
|