mirror of
https://github.com/torvalds/linux.git
synced 2026-05-31 02:24:24 +02:00
ASoC: qcom: x1e80100: add compatible for glymur SoC
Add support for glymur SoC based sound card support. Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@oss.qualcomm.com> Message-ID: <20250902140044.54508-4-srinivas.kandagatla@oss.qualcomm.com> Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
parent
8f48b160e1
commit
8c7ea98650
|
|
@ -218,6 +218,7 @@ static int x1e80100_platform_probe(struct platform_device *pdev)
|
|||
|
||||
static const struct of_device_id snd_x1e80100_dt_match[] = {
|
||||
{ .compatible = "qcom,x1e80100-sndcard", .data = "x1e80100" },
|
||||
{ .compatible = "qcom,glymur-sndcard", .data = "glymur" },
|
||||
{}
|
||||
};
|
||||
MODULE_DEVICE_TABLE(of, snd_x1e80100_dt_match);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user