]> www.infradead.org Git - users/jedix/linux-maple.git/commit
ASoC: sun4i-codec: support hp-det-gpios property
authorRyan Walklin <ryan@testtoast.com>
Fri, 14 Feb 2025 22:02:25 +0000 (11:02 +1300)
committerMark Brown <broonie@kernel.org>
Thu, 13 Mar 2025 22:50:06 +0000 (22:50 +0000)
commita149377c033afe6557c50892ebbfc0e8b7e2e253
tree4ce8b35ae47bbcda1dd57d9574e0e4a6f84f3acc
parentae5f76d4044d1580849316c49290678605e0889d
ASoC: sun4i-codec: support hp-det-gpios property

Add support for GPIO headphone detection with the hp-det-gpios
property. In order for this to properly disable the path upon
removal of headphones, the output must be labelled Headphone which
is a common sink in the driver.

Describe a headphone jack and detection GPIO in the driver, check for
a corresponding device tree node, and enable jack detection in a new
machine init function if described.

Signed-off-by: Chris Morgan <macromorgan@hotmail.com>
Signed-off-by: Ryan Walklin <ryan@testtoast.com>
--
Changelog v1..v2:
- Separate DAPM changes into separate patch and add rationale.

Tested-by: Philippe Simons <simons.philippe@gmail.com>
Link: https://patch.msgid.link/20250214220247.10810-4-ryan@testtoast.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/sunxi/sun4i-codec.c