mirror-linux/sound/soc
Linus Torvalds 59f392fa7c soundwire fix for 6.15-rc1
- Fix to add missing config symbol CONFIG_SND_HDA_EXT_CORE required for
    asoc driver CONFIG_SND_SOF_SOF_HDA_SDW_BPT
 -----BEGIN PGP SIGNATURE-----
 
 iQIzBAABCgAdFiEE+vs47OPLdNbVcHzyfBQHDyUjg0cFAmfyyy4ACgkQfBQHDyUj
 g0dSPhAAxQ/10i8OkHAooXKIkRwMep0ECHGulqABQiATUc/FcA26lHMdBvqWOAyI
 A/Y6Vl60DnYvdFR6bfMlUgXCH6EOUGhbjlY6JULUjMmCaQQ0P6h5WpefQaic5m2J
 YqoupDX6wVTAsc009s5vOiXX0Y+XrB4vay3kCogYAGrWBsG/uhwv4UUUn8wrf/PY
 Tczt4Aa5d+4QyTv+kvrCwlzaE0yNqgHCesAhCRUrjxq0SCmM3VIgAxZLixYCqtQz
 MUEvXKxRGetnX2EaiDYjXj9+3lJpW+9IgA0fbIByh6ruCSnLfIqK3xq7jlI0eohk
 FAn8aZyRaXr+gOXyvPvXaaDe75J37KPsq0y7C52FW2mwf4xfAEQK26WwDKuC9jwn
 zpcuWAfusQE8AJ6TRpqG/PWoQNBzkvx6fnC6Aa+ic0G/5DxPyJVlRoZvfSAvj8OO
 /eWEU1j0sd31pbceZdA9Y9T6U6BUCQCSyZGQtkyTteCJI+IV2YeV2zVWlxR9bHJK
 MqPeDjGMXMQ0xPOrQN+l/kWvbeC+YIn0fy67d7tzQoV0c+mQbk9GRJih7EtlFpst
 jGazVIH6b02OHgvmjER4HyuZppph2oNFJttRmS4/NauyZIDGIxLOi6v8m+Pt6VyZ
 YWPS5fYmhgL8LDIWwWYmg7COy5bMlvv5MDfhzYuGkp81eXKmQ2c=
 =REen
 -----END PGP SIGNATURE-----

Merge tag 'soundwire-6.15-rc1-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vkoul/soundwire

Pull soundwire fix from Vinod Koul:

 - add missing config symbol CONFIG_SND_HDA_EXT_CORE required for asoc
   driver CONFIG_SND_SOF_SOF_HDA_SDW_BPT

* tag 'soundwire-6.15-rc1-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vkoul/soundwire:
  ASoC: SOF: Intel: Let SND_SOF_SOF_HDA_SDW_BPT select SND_HDA_EXT_CORE
2025-04-06 12:04:53 -07:00
..
adi
amd ASoC: Updates for v6.15 2025-03-24 15:40:24 +01:00
apple
atmel
au1x ASoC: au1x: Convert to DEFINE_SIMPLE_DEV_PM_OPS() 2025-03-17 10:13:47 +00:00
bcm
cirrus
codecs treewide: Switch/rename to timer_delete[_sync]() 2025-04-05 10:30:12 +02:00
dwc ASoC: dwc: Convert to RUNTIME_PM_OPS() 2025-03-17 10:14:38 +00:00
fsl treewide: Switch/rename to timer_delete[_sync]() 2025-04-05 10:30:12 +02:00
generic ASoC: Merge up fixes 2025-03-14 02:31:06 +00:00
google
hisilicon
img ASoC: img: Convert to RUNTIME_PM_OPS() and co 2025-03-17 10:14:40 +00:00
intel ASoC: Intel: avs: Replace devm_kzalloc() with 2025-03-18 15:34:29 +00:00
jz4740
kirkwood
loongson
mediatek ASoC: Convert to modern PM macros 2025-03-17 21:12:54 +00:00
meson
mxs
pxa
qcom sound fixes for 6.15-rc1 2025-04-04 07:05:33 -07:00
renesas ASoC: rcar: Convert to SYSTEM_SLEEP_PM_OPS() 2025-03-17 10:14:52 +00: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
sof soundwire fix for 6.15-rc1 2025-04-06 12:04:53 -07:00
spear
sprd
starfive
sti
stm ASoC: stm: Convert to SYSTEM_SLEEP_PM_OPS() 2025-03-17 10:14:58 +00: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
xilinx
xtensa ASoC: xtensa: Convert to RUNTIME_PM_OPS() 2025-03-17 10:15:03 +00:00
Kconfig ASoC: ops-test: Add some basic kunit tests for soc-ops 2025-03-19 12:47:57 +00:00
Makefile ASoC: ops-test: Add some basic kunit tests for soc-ops 2025-03-19 12:47:57 +00: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
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: tidyup function name to snd_soc_dpcm_be_can_xxx() 2025-03-16 23:33:42 +00: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-utils-test.c
soc-utils.c ASoC: soc-utils: Transition to the faux device interface 2025-03-17 16:25:51 +00:00