summaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorStephan Gerhold <stephan@gerhold.net>2020-01-11 17:40:03 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2020-01-23 08:21:28 +0100
commit0e3df2d7f188e833d408897749dca839dde2a4ac (patch)
tree74c85ed8261f11e40718cdadcfb397875e1bd7c4 /include/linux
parent3dae5041c65545ac65d610375b4ac30b00f174a3 (diff)
ASoC: msm8916-wcd-analog: Fix selected events for MIC BIAS External1
commit e0beec88397b163c7c4ea6fcfb67e8e07a2671dc upstream. MIC BIAS External1 sets pm8916_wcd_analog_enable_micbias_ext1() as event handler, which ends up in pm8916_wcd_analog_enable_micbias_ext(). But pm8916_wcd_analog_enable_micbias_ext() only handles the POST_PMU event, which is not specified in the event flags for MIC BIAS External1. This means that the code in the event handler is never actually run. Set SND_SOC_DAPM_POST_PMU as the only event for the handler to fix this. Fixes: 585e881e5b9e ("ASoC: codecs: Add msm8916-wcd analog codec") Cc: Srinivas Kandagatla <srinivas.kandagatla@linaro.org> Signed-off-by: Stephan Gerhold <stephan@gerhold.net> Link: https://lore.kernel.org/r/20200111164006.43074-2-stephan@gerhold.net Signed-off-by: Mark Brown <broonie@kernel.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'include/linux')
0 files changed, 0 insertions, 0 deletions