linux/sound/soc
Arnd Bergmann e2d8ae8997 ASoC: qdsp6: fix compile-testing without CONFIG_OF
The driver builds cleanly only when CONFIG_OF is enabled, otherwise the
compiler notices an unused symbol:

sound/soc/qcom/qdsp6/q6usb.c:401:34: error: 'q6usb_dai_device_id' defined but not used [-Werror=unused-const-variable=]

The driver does not support legacy board files, so the of_match_ptr()
annotation has no use here and can be removed to avoid the warning.

Fixes: e0dd9240f1 ("ASoC: qcom: qdsp6: Fetch USB offload mapped card and PCM device")
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Link: https://lore.kernel.org/r/20250523121152.2292574-1-arnd@kernel.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2025-05-23 14:33:32 +02:00
..
adi
amd ASoC: amd: ps: fix for irq handler return status 2025-05-01 08:22:36 +09:00
apple
atmel ASoC: atmel: tse850-pcm5142: Use SOC_SINGLE_EXT() helper macro 2025-03-03 18:14:53 +00:00
au1x ASoC: au1x: Convert to DEFINE_SIMPLE_DEV_PM_OPS() 2025-03-17 10:13:47 +00:00
bcm
cirrus
codecs ASoC: cs42l43: Disable headphone clamps during type detection 2025-04-23 12:42:28 +01:00
dwc ASoC: dwc: always enable/disable i2s irqs 2025-04-06 23:18:15 +01:00
fsl ASoC: imx-card: Adjust over allocation of memory in imx_card_parse_of() 2025-04-13 20:20:36 +01:00
generic ASoC: simple-card-utils: Fix pointer check in graph_util_parse_link_direction 2025-05-01 08:22:35 +09:00
google
hisilicon
img ASoC: img: Convert to RUNTIME_PM_OPS() and co 2025-03-17 10:14:40 +00:00
intel ASoC: Intel: catpt: avoid type mismatch in dev_dbg() format 2025-04-30 09:38:11 +09:00
jz4740
kirkwood
loongson
mediatek ASoC: Convert to modern PM macros 2025-03-17 21:12:54 +00:00
meson ASoC: meson: meson-card-utils: use inclusive language for SND_SOC_DAIFMT_CBx_CFx 2025-03-03 12:58:54 +00:00
mxs
pxa
qcom ASoC: qdsp6: fix compile-testing without CONFIG_OF 2025-05-23 14:33:32 +02:00
renesas ASoC: renesas: rz-ssi: Use NOIRQ_SYSTEM_SLEEP_PM_OPS() 2025-04-24 12:51:46 +01:00
rockchip ASoC: rockchip: Convert to RUNTIME_PM_OPS() & co 2025-03-17 10:14:53 +00:00
samsung ASoC: samsung: Convert to RUNTIME_PM_OPS() & co 2025-03-17 10:14:54 +00:00
sdca ASoC: SDCA: Correct handling of selected mode DisCo property 2025-03-21 15:45:25 +00:00
sdw_utils ASoC: intel/sdw_utils: Add volume limit to cs35l56 speakers 2025-05-01 08:22:06 +09:00
sof soundwire fix for 6.15-rc1 2025-04-06 12:04:53 -07:00
spear
sprd
starfive
sti
stm ASoC: stm32: sai: add a check on minimal kernel frequency 2025-05-01 08:06:43 +09:00
sunxi ASoC: sunxi: Convert to RUNTIME_PM_OPS() 2025-03-17 10:14:59 +00:00
tegra ASoC: Convert to modern PM macros 2025-03-17 21:12:54 +00:00
ti treewide: Switch/rename to timer_delete[_sync]() 2025-04-05 10:30:12 +02:00
uniphier
ux500 ASoC: ux500: use inclusive language for SND_SOC_DAIFMT_CBx_CFx 2025-03-03 12:58:53 +00:00
xilinx
xtensa ASoC: xtensa: Convert to RUNTIME_PM_OPS() 2025-03-17 10:15:03 +00:00
Kconfig ASoC: Add SoC USB APIs for adding an USB backend 2025-04-11 13:02:31 +02:00
Makefile ASoC: Add SoC USB APIs for adding an USB backend 2025-04-11 13:02:31 +02:00
soc-ac97.c
soc-acpi.c
soc-card-test.c
soc-card.c
soc-component.c
soc-compress.c
soc-core.c
soc-dai.c ASoC: soc-dai: add snd_soc_dai_mute_is_ctrled_at_trigger() 2025-03-06 15:38:44 +00:00
soc-dapm.c
soc-devres.c
soc-generic-dmaengine-pcm.c
soc-jack.c
soc-link.c
soc-ops-test.c ASoC: ops-test: Add some basic kunit tests for soc-ops 2025-03-19 12:47:57 +00:00
soc-ops.c ASoC: ops: Apply platform_max after deciding control type 2025-03-19 17:56:36 +00:00
soc-pcm.c ASoC: soc-pcm: Fix hw_params() and DAPM widget sequence 2025-04-13 20:20:37 +01:00
soc-topology-test.c
soc-topology.c ASoC: ops: Remove snd_soc_put_volsw_range() 2025-03-19 12:48:05 +00:00
soc-usb.c ASoC: usb: Rediscover USB SND devices on USB port add 2025-04-11 13:02:31 +02:00
soc-utils-test.c
soc-utils.c ASoC: soc-utils: Transition to the faux device interface 2025-03-17 16:25:51 +00:00