Message ID | 20250523121152.2292574-1-arnd@kernel.org |
---|---|
State | New |
Headers | show |
Series | ASoC: qdsp6: fix compile-testing without CONFIG_OF | expand |
diff --git a/sound/soc/qcom/qdsp6/q6usb.c b/sound/soc/qcom/qdsp6/q6usb.c index adba0446f301..ebe0c2425927 100644 --- a/sound/soc/qcom/qdsp6/q6usb.c +++ b/sound/soc/qcom/qdsp6/q6usb.c @@ -407,7 +407,7 @@ MODULE_DEVICE_TABLE(of, q6usb_dai_device_id); static struct platform_driver q6usb_dai_platform_driver = { .driver = { .name = "q6usb-dai", - .of_match_table = of_match_ptr(q6usb_dai_device_id), + .of_match_table = q6usb_dai_device_id, }, .probe = q6usb_dai_dev_probe, /*