mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-05 18:41:58 +09:00
ASoC: qcom: sm8250: add qrb4210-rb2-sndcard compatible string
[ Upstream commit b97bc0656a66f89f78098d4d72dc04fa9518ab11 ] Add "qcom,qrb4210-rb2-sndcard" to the list of recognizable devices. Signed-off-by: Alexey Klimov <alexey.klimov@linaro.org> Link: https://patch.msgid.link/20241002022015.867031-3-alexey.klimov@linaro.org Signed-off-by: Mark Brown <broonie@kernel.org> Signed-off-by: Sasha Levin <sashal@kernel.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
72e445df65
commit
d71a2d54fb
@@ -153,6 +153,7 @@ static int sm8250_platform_probe(struct platform_device *pdev)
|
|||||||
|
|
||||||
static const struct of_device_id snd_sm8250_dt_match[] = {
|
static const struct of_device_id snd_sm8250_dt_match[] = {
|
||||||
{.compatible = "qcom,sm8250-sndcard"},
|
{.compatible = "qcom,sm8250-sndcard"},
|
||||||
|
{.compatible = "qcom,qrb4210-rb2-sndcard"},
|
||||||
{.compatible = "qcom,qrb5165-rb5-sndcard"},
|
{.compatible = "qcom,qrb5165-rb5-sndcard"},
|
||||||
{}
|
{}
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user