From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 59C2125C6F8; Tue, 25 Mar 2025 12:36:39 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1742906199; cv=none; b=grGUGiXL/YaIbawYobeQxssL9TGcWTWQv0KGbLwaC8GJl31E0A0Ot8k6Gy8QGRRIEcJJJij3jzawS3BudHwK1VwEewiBo9C8M/zMaZ+0grnYEXKbsTxdeqPTfzg7SDGTDIhbjooHxu424XuGdkqs55kfZ7stH47J8daa7Kbx+LI= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1742906199; c=relaxed/simple; bh=cJ/EfJ3NDw+Z93QQXLRBAnHq30LjEKmI71DajttgFfU=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=vCyGdHgnZidJa+EpOE+xYbcrDp0vVxlPOiZlLQqRynQI6wdaY0SdT7BPwGKgowqvU1uEHLOq/CO7F3HZZCXOGAO6MqLSPVuptlNw3Z08vy399jA9GCkG2ydX8/URF3M8y3zyhtA2AoMlS+kc6Eh0+N1jKm4vVIUuykuQf26WZNc= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=oZt06ndM; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="oZt06ndM" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 0FC87C4CEE4; Tue, 25 Mar 2025 12:36:38 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1742906199; bh=cJ/EfJ3NDw+Z93QQXLRBAnHq30LjEKmI71DajttgFfU=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=oZt06ndM6GZfjHFSIWEzyuXLS1xmXIraZto/KdxzMXeiITuTFdy49guG5+YBOA45m 5TxZhcRWORgqMXZXx4tBZkQGhT0CdEBnILMaDbIraAkG5pPZPTFu+JzylpxFD7VYqn eP5gGvZ/99v9G+pAoUmOdeDGbzwzkciCAXnOUL4g= From: Greg Kroah-Hartman To: stable@vger.kernel.org Cc: Greg Kroah-Hartman , patches@lists.linux.dev, Stefan Eichenberger , Francesco Dolcini , Shawn Guo Subject: [PATCH 6.6 39/77] arm64: dts: freescale: imx8mp-verdin-dahlia: add Microphone Jack to sound card Date: Tue, 25 Mar 2025 08:22:34 -0400 Message-ID: <20250325122145.375012675@linuxfoundation.org> X-Mailer: git-send-email 2.49.0 In-Reply-To: <20250325122144.259256924@linuxfoundation.org> References: <20250325122144.259256924@linuxfoundation.org> User-Agent: quilt/0.68 X-stable: review X-Patchwork-Hint: ignore Precedence: bulk X-Mailing-List: patches@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 6.6-stable review patch. If anyone has any objections, please let me know. ------------------ From: Stefan Eichenberger commit b0612fdba9afdce261bfb8684e0cece6f2e2b0bb upstream. 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: 874958916844 ("arm64: dts: freescale: verdin-imx8mp: dahlia: add sound card") Signed-off-by: Stefan Eichenberger Reviewed-by: Francesco Dolcini Cc: Signed-off-by: Shawn Guo Signed-off-by: Greg Kroah-Hartman --- arch/arm64/boot/dts/freescale/imx8mp-verdin-dahlia.dtsi | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) --- a/arch/arm64/boot/dts/freescale/imx8mp-verdin-dahlia.dtsi +++ b/arch/arm64/boot/dts/freescale/imx8mp-verdin-dahlia.dtsi @@ -16,10 +16,10 @@ "Headphone Jack", "HPOUTR", "IN2L", "Line In Jack", "IN2R", "Line In Jack", - "Headphone Jack", "MICBIAS", - "IN1L", "Headphone Jack"; + "Microphone Jack", "MICBIAS", + "IN1L", "Microphone Jack"; simple-audio-card,widgets = - "Microphone", "Headphone Jack", + "Microphone", "Microphone Jack", "Headphone", "Headphone Jack", "Line", "Line In Jack";