Searched refs:AC97_MIC (Results 1 – 7 of 7) sorted by relevance
| /linux/sound/soc/codecs/ |
| H A D | ad1980.c | 130 SOC_SINGLE("Mic Volume", AC97_MIC, 0, 31, 1), 131 SOC_SINGLE("Mic Switch", AC97_MIC, 15, 1, 1), 144 SOC_SINGLE("Mic Boost Switch", AC97_MIC, 6, 1, 0),
|
| H A D | stac9766.c | 104 AC97_MIC, 6, stac9766_boost1); /* 0/10dB */ 137 SOC_SINGLE_TLV("Mic Volume", AC97_MIC, 0, 31, 1, mix_tlv), 138 SOC_SINGLE("Mic Switch", AC97_MIC, 15, 1, 1),
|
| H A D | wm9705.c | 88 SOC_SINGLE("Mic Playback Volume", AC97_MIC, 0, 31, 1), 89 SOC_SINGLE("Mic 20dB Boost Switch", AC97_MIC, 6, 1, 0), 109 SOC_DAPM_SINGLE("Mic Playback Switch", AC97_MIC, 15, 1, 1),
|
| /linux/include/sound/ac97/ |
| H A D | regs.h | 20 #define AC97_MIC 0x0e /* MIC Volume */ macro
|
| /linux/sound/pci/ice1712/ |
| H A D | aureon.c | 442 ucontrol->value.integer.value[0] = aureon_ac97_read(ice, AC97_MIC) & 0x0020 ? 0 : 1; in aureon_ac97_micboost_get() 455 ovol = aureon_ac97_read(ice, AC97_MIC); in aureon_ac97_micboost_put() 460 aureon_ac97_write(ice, AC97_MIC, nvol); in aureon_ac97_micboost_put() 1647 .private_value = AC97_MIC 1657 .private_value = AC97_MIC, 1752 .private_value = AC97_MIC 1762 .private_value = AC97_MIC,
|
| /linux/drivers/media/usb/em28xx/ |
| H A D | em28xx-audio.c | 858 em28xx_cvol_new(card, dev, "Microphone", AC97_MIC); in em28xx_audio_init()
|
| /linux/sound/pci/ac97/ |
| H A D | ac97_codec.c | 601 AC97_SINGLE("Mic Boost (+20dB)", AC97_MIC, 6, 1, 0); 1430 if (snd_ac97_try_volume_mix(ac97, AC97_MIC)) { in snd_ac97_mixer_build() 1432 AC97_MIC, 1, ac97); in snd_ac97_mixer_build()
|