Skip to content

Commit b0612fd

Browse files
eichenbergerShawn Guo
authored andcommitted
arm64: dts: freescale: imx8mp-verdin-dahlia: add Microphone Jack to sound card
The simple-audio-card's microphone widget currently connects to the headphone jack. Routing the microphone input to the microphone jack allows for independent operation of the microphone and headphones. This resolves the following boot-time kernel log message, which indicated a conflict when the microphone and headphone functions were not separated: debugfs: File 'Headphone Jack' in directory 'dapm' already present! Fixes: 8749589 ("arm64: dts: freescale: verdin-imx8mp: dahlia: add sound card") Signed-off-by: Stefan Eichenberger <stefan.eichenberger@toradex.com> Reviewed-by: Francesco Dolcini <francesco.dolcini@toradex.com> Cc: <stable@vger.kernel.org> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
1 parent cf7139a commit b0612fd

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

arch/arm64/boot/dts/freescale/imx8mp-verdin-dahlia.dtsi

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@
2828
"Headphone Jack", "HPOUTR",
2929
"IN2L", "Line In Jack",
3030
"IN2R", "Line In Jack",
31-
"Headphone Jack", "MICBIAS",
32-
"IN1L", "Headphone Jack";
31+
"Microphone Jack", "MICBIAS",
32+
"IN1L", "Microphone Jack";
3333
simple-audio-card,widgets =
34-
"Microphone", "Headphone Jack",
34+
"Microphone", "Microphone Jack",
3535
"Headphone", "Headphone Jack",
3636
"Line", "Line In Jack";
3737

0 commit comments

Comments
 (0)