]> git.ipfire.org Git - thirdparty/kernel/stable.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)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 25 Apr 2025 08:45:13 +0000 (10:45 +0200)
commitbd095d3a9dff5a2ad0853c7b1a5ab3f9da87483a
tree29a1ca03c5ecfc82a0cb366150bcbffc8456d987
parent1d91458b126e224b69d1813f424da9079929f3fe
ASoC: fsl_audmix: register card device depends on 'dais' property

[ Upstream commit 294a60e5e9830045c161181286d44ce669f88833 ]

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>
Signed-off-by: Sasha Levin <sashal@kernel.org>
sound/soc/fsl/fsl_audmix.c