Searched refs:AC97_REC_GAIN (Results 1 – 8 of 8) sorted by relevance
| /linux/sound/soc/codecs/ |
| H A D | ad1980.c | 121 SOC_DOUBLE("PCM Capture Volume", AC97_REC_GAIN, 8, 0, 31, 0), 122 SOC_SINGLE("PCM Capture Switch", AC97_REC_GAIN, 15, 1, 1), 268 snd_soc_component_write(component, AC97_REC_GAIN, 0x0000); in ad1980_soc_probe()
|
| H A D | stac9766.c | 125 SOC_DOUBLE_TLV("Record Volume", AC97_REC_GAIN, 8, 0, 15, 0, record_tlv), 126 SOC_SINGLE("Record Switch", AC97_REC_GAIN, 15, 1, 1),
|
| H A D | wm9705.c | 90 SOC_DOUBLE("Capture Volume", AC97_REC_GAIN, 8, 0, 15, 0), 91 SOC_SINGLE("Capture Switch", AC97_REC_GAIN, 15, 1, 1),
|
| /linux/include/sound/ac97/ |
| H A D | regs.h | 27 #define AC97_REC_GAIN 0x1c /* Record Gain */ macro
|
| /linux/drivers/mfd/ |
| H A D | wm97xx-core.c | 115 case AC97_REC_GAIN: in wm9712_volatile_reg()
|
| /linux/sound/pci/ac97/ |
| H A D | ac97_codec.c | 620 AC97_DOUBLE("Capture Volume", AC97_REC_GAIN, 8, 0, 15, 0); 1541 if (snd_ac97_try_bit(ac97, AC97_REC_GAIN, 15)) { in snd_ac97_mixer_build() 1543 AC97_REC_GAIN, 0, ac97); in snd_ac97_mixer_build() 1553 snd_ac97_write_cache(ac97, AC97_REC_GAIN, 0x0000); in snd_ac97_mixer_build() 1917 snd_ac97_write_cache(ac97, AC97_REC_GAIN, 0x8a05); in ac97_reset_wait() 1918 if ((snd_ac97_read(ac97, AC97_REC_GAIN) & 0x7fff) == 0x0a05) in ac97_reset_wait() 2150 snd_ac97_write_cache(ac97, AC97_REC_GAIN, 0x8a06); in snd_ac97_mixer() 2151 err = snd_ac97_read(ac97, AC97_REC_GAIN); in snd_ac97_mixer()
|
| /linux/sound/pci/ca0106/ |
| H A D | ca0106_main.c | 1408 outb(AC97_REC_GAIN, chip->port + CA0106_AC97ADDRESS); in ca0106_init_chip()
|
| /linux/sound/pci/cs46xx/ |
| H A D | cs46xx_lib.c | 2368 snd_ac97_write(ac97, AC97_REC_GAIN, 0x8a05); in snd_cs46xx_codec_reset() 2369 err = snd_ac97_read(ac97, AC97_REC_GAIN); in snd_cs46xx_codec_reset()
|