ASoC: loongson: drop of_match_ptr for OF device id
authorYingKun Meng <mengyingkun@loongson.cn>
Wed, 26 Jul 2023 11:05:16 +0000 (19:05 +0800)
committerMark Brown <broonie@kernel.org>
Wed, 26 Jul 2023 11:49:45 +0000 (12:49 +0100)
commitc17bd30d0ba5ca59266771cdfc387f26271a7042
tree56325205237e85c981094490c40e8ab6719828a9
parent8744776363c370b0eeb0ed50cb0212d7826639b7
ASoC: loongson: drop of_match_ptr for OF device id

The ASoC Sound Card driver can be compile tested with !CONFIG_OF
making 'loongson_asoc_dt_ids' unused:

sound/soc/loongson/loongson_card.c:200:34: warning: unused variable 'loongson_asoc_dt_ids' [-Wunused-const-variable]

As krzysztof advice, we drop of_match_ptr so the device id
can also be used on ACPI.

Reported-by: kernel test robot <lkp@intel.com>
Closes: https://lore.kernel.org/oe-kbuild-all/202307242008.xqdjgk04-lkp@intel.com
Fixes: d24028606e76 ("ASoC: loongson: Add Loongson ASoC Sound Card Support")
Signed-off-by: YingKun Meng <mengyingkun@loongson.cn>
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20230726110516.703342-1-mengyingkun@loongson.cn
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/loongson/loongson_card.c