mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-29 23:53:55 +08:00
ASoC: TSCS42xx: Add mic bias boost control
Add mic bias boost control Signed-off-by: Steven Eckhoff <steven.eckhoff.opensource@gmail.com> Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
parent
62624f7259
commit
58f7d470c8
@ -644,6 +644,9 @@ static const struct snd_kcontrol_new tscs42xx_snd_controls[] = {
|
||||
/* Input Channel Map */
|
||||
SOC_ENUM("Input Channel Map", ch_map_select_enum),
|
||||
|
||||
/* Mic Bias */
|
||||
SOC_SINGLE("Mic Bias Boost Switch", 0x71, 0x07, 1, 0),
|
||||
|
||||
/* Coefficient Ram */
|
||||
COEFF_RAM_CTL("Cascade1L BiQuad1", BIQUAD_SIZE, 0x00),
|
||||
COEFF_RAM_CTL("Cascade1L BiQuad2", BIQUAD_SIZE, 0x05),
|
||||
|
Loading…
Reference in New Issue
Block a user