commit | 54d96a40e0dfb5aa2eea0b010ddc1c7e8742e364 | [log] [tgz] |
---|---|---|
author | Bard Liao <bardliao@realtek.com> | Fri Jan 23 14:51:09 2015 +0800 |
committer | Mark Brown <broonie@kernel.org> | Mon Jan 26 19:16:18 2015 +0000 |
tree | f86a3f07aca9517f767faf4be0b30fe7e25ba5fa | |
parent | 45437fa58587dd31523cb2d78183088fb69cdeec [diff] |
ASoC: rt286: Fix capture volume setting issue The purpose of rt286_adc_event is to mute/numnte the ADC mixer. However, it will also set the capture volume to default value. As a result, "ADC0 Capture Volume" is not working if it is set before capture start. This patch remove rt286_adc_event and add "ADC0 Capture Switch" to mute/unmute ADC mixer. Signed-off-by: Bard Liao <bardliao@realtek.com> Signed-off-by: Mark Brown <broonie@kernel.org>