Home
last modified time | relevance | path

Searched refs:AC97_REC_GAIN (Results 1 – 8 of 8) sorted by relevance

/linux/sound/soc/codecs/
H A Dad1980.c121 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 Dstac9766.c125 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 Dwm9705.c90 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 Dregs.h27 #define AC97_REC_GAIN 0x1c /* Record Gain */ macro
/linux/drivers/mfd/
H A Dwm97xx-core.c115 case AC97_REC_GAIN: in wm9712_volatile_reg()
/linux/sound/pci/ac97/
H A Dac97_codec.c620 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 Dca0106_main.c1408 outb(AC97_REC_GAIN, chip->port + CA0106_AC97ADDRESS); in ca0106_init_chip()
/linux/sound/pci/cs46xx/
H A Dcs46xx_lib.c2368 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()