]> www.infradead.org Git - users/jedix/linux-maple.git/commit
ASoC: fsl_audmix: register card device depends on 'dais' property
authorShengjiu Wang <shengjiu.wang@nxp.com>
Wed, 26 Feb 2025 10:05:08 +0000 (18:05 +0800)
committerMark Brown <broonie@kernel.org>
Mon, 3 Mar 2025 13:48:38 +0000 (13:48 +0000)
commit294a60e5e9830045c161181286d44ce669f88833
tree1793ec8f8e498ace15e36bf54406f2fe9051db7a
parent597acf1a04bede55e3ad8a7922bba286c11112d3
ASoC: fsl_audmix: register card device depends on 'dais' property

In order to make the audmix device linked by audio graph card, make
'dais' property to be optional.

If 'dais' property exists, then register the imx-audmix card driver.
otherwise, it should be linked by audio graph card.

Signed-off-by: Shengjiu Wang <shengjiu.wang@nxp.com>
Link: https://patch.msgid.link/20250226100508.2352568-5-shengjiu.wang@nxp.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/fsl/fsl_audmix.c