mirror of https://gitee.com/openkylin/linux.git
ARM: dts: exynos: Fix audio (microphone) routing on Odroid XU3
The name of CODEC input widget to which microphone is connected through the "Headphone" jack is "IN12" not "IN1". This fixes microphone support on Odroid XU3. Cc: <stable@vger.kernel.org> # v4.14+ Signed-off-by: Sylwester Nawrocki <s.nawrocki@samsung.com> Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
This commit is contained in:
parent
5ab99cf7d5
commit
9b23e1a3e8
|
@ -22,7 +22,7 @@ sound: sound {
|
|||
"Headphone Jack", "HPL",
|
||||
"Headphone Jack", "HPR",
|
||||
"Headphone Jack", "MICBIAS",
|
||||
"IN1", "Headphone Jack",
|
||||
"IN12", "Headphone Jack",
|
||||
"Speakers", "SPKL",
|
||||
"Speakers", "SPKR",
|
||||
"I2S Playback", "Mixer DAI TX",
|
||||
|
|
Loading…
Reference in New Issue