ASoC: rt286: fix capture doesn't work at some cases
authorBard Liao <bardliao@realtek.com>
Thu, 21 Jan 2016 06:10:48 +0000 (14:10 +0800)
committerMark Brown <broonie@kernel.org>
Thu, 21 Jan 2016 11:09:18 +0000 (11:09 +0000)
commit6d514c720219a4c0e1c2612c1d830592bfaf5a03
treec67c928b989abea4e39363fc55dd2f39087213e4
parent8005c49d9aea74d382f474ce11afbbc7d7130bec
ASoC: rt286: fix capture doesn't work at some cases

RT286_CBJ_CTRL1(0x4f) bit 10 is needed for headset capture. It
will be turned off when "VREF" widget is on and be turned on when
bias level is ON. It is odd. And if "VREF" is turned on in bias
level is ON, RT286_CBJ_CTRL1(0x4f) bit 10 will be turned off.
This patch move the bit control from rt286_set_bias_level and
rt298_vref_event to rt286_jack_detect. So it will be turned on
once a jack is plugged in.

Signed-off-by: Bard Liao <bardliao@realtek.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/rt286.c