Searched refs:snd_ac97_write (Results 1 – 5 of 5) sorted by relevance
| /linux/sound/pci/ac97/ |
| H A D | ac97_codec.c | 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); 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 D | ac97_codec.h | 321 void snd_ac97_write(struct snd_ac97 *ac97, unsigned short reg, unsigned short value);
|
| /linux/sound/pci/ |
| H A D | via82xx_modem.c | 649 snd_ac97_write(chip->ac97, AC97_LINE1_RATE, params_rate(hw_params)); in snd_via82xx_hw_params() 650 snd_ac97_write(chip->ac97, AC97_LINE1_LEVEL, 0); in snd_via82xx_hw_params()
|
| /linux/sound/pci/cs46xx/ |
| H A D | cs46xx_lib.c | 2336 snd_ac97_write(ac97, AC97_RESET, 0); in snd_cs46xx_codec_reset() 2368 snd_ac97_write(ac97, AC97_REC_GAIN, 0x8a05); in snd_cs46xx_codec_reset()
|
| /linux/Documentation/sound/kernel-api/ |
| H A D | writing-an-alsa-driver.rst | 2855 following functions: :c:func:`snd_ac97_write()`, 2859 Both :c:func:`snd_ac97_write()` and 2863 value has been already set, while :c:func:`snd_ac97_write()` 2866 snd_ac97_write(ac97, AC97_MASTER, 0x8080);
|