On Wed, Jul 14, 2021 at 11:21:59AM +0800, Bard Liao wrote: > Adding mockup SoundWire codec is useful to debug driver/topology changes > without having any actual device connected. The following changes since commit e73f0f0ee7541171d89f2e2491130c7771ba58d3: Linux 5.14-rc1 (2021-07-11 15:07:40 -0700) are available in the Git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git tags/asoc-sdw-mockup-codec for you to fetch changes up to 0ccac3bcf3564cbcba483dec20c7550939873f59: ASoC: Intel: boards: sof_sdw: add SoundWire mockup codecs for tests (2021-07-14 18:02:07 +0100) ---------------------------------------------------------------- ASoC: Add mockup SoundWire CODEC Useful for bringup testing, not for production usage. ---------------------------------------------------------------- Pierre-Louis Bossart (4): ASoC: codecs: add SoundWire mockup device support ASoC: soc-acpi: cnl: add table for SoundWire mockup devices ASoC: soc-acpi: tgl: add table for SoundWire mockup devices ASoC: Intel: boards: sof_sdw: add SoundWire mockup codecs for tests sound/soc/codecs/Kconfig | 18 ++ sound/soc/codecs/Makefile | 2 + sound/soc/codecs/sdw-mockup.c | 310 +++++++++++++++++++++ sound/soc/intel/boards/Kconfig | 1 + sound/soc/intel/boards/sof_sdw.c | 41 +++ sound/soc/intel/common/Makefile | 3 +- sound/soc/intel/common/soc-acpi-intel-cnl-match.c | 15 + .../intel/common/soc-acpi-intel-sdw-mockup-match.c | 166 +++++++++++ .../intel/common/soc-acpi-intel-sdw-mockup-match.h | 17 ++ sound/soc/intel/common/soc-acpi-intel-tgl-match.c | 23 ++ 10 files changed, 595 insertions(+), 1 deletion(-) create mode 100644 sound/soc/codecs/sdw-mockup.c create mode 100644 sound/soc/intel/common/soc-acpi-intel-sdw-mockup-match.c create mode 100644 sound/soc/intel/common/soc-acpi-intel-sdw-mockup-match.h