linux/sound/soc/intel/common
Mark Brown eb14ecca76
Merge series "soundwire/ASoC: add mockup codec support" from Bard Liao <yung-chuan.liao@linux.intel.com>:
Adding mockup SoundWire codec is useful to debug driver/topology changes
without having any actual device connected.

Bard Liao (2):
  soundwire: stream: don't abort bank switch on Command_Ignored/-ENODATA
  soundwire: stream: don't program mockup device ports

Pierre-Louis Bossart (8):
  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
  soundwire: add flag to ignore all command/control for mockup devices
  soundwire: bus: squelch error returned by mockup devices
  soundwire: cadence: add debugfs interface for PDI loopbacks
  soundwire: cadence: override PDI configurations to create loopback

 drivers/soundwire/bus.c                       |  10 +-
 drivers/soundwire/cadence_master.c            | 174 ++++++++--
 drivers/soundwire/cadence_master.h            |   3 +
 drivers/soundwire/stream.c                    |   5 +-
 include/linux/soundwire/sdw.h                 |   3 +
 sound/soc/codecs/Kconfig                      |  18 +
 sound/soc/codecs/Makefile                     |   2 +
 sound/soc/codecs/sdw-mockup.c                 | 312 ++++++++++++++++++
 sound/soc/intel/boards/Kconfig                |   1 +
 sound/soc/intel/boards/sof_sdw.c              |  41 +++
 sound/soc/intel/common/Makefile               |   3 +-
 .../intel/common/soc-acpi-intel-cnl-match.c   |  15 +
 .../common/soc-acpi-intel-sdw-mockup-match.c  | 166 ++++++++++
 .../common/soc-acpi-intel-sdw-mockup-match.h  |  17 +
 .../intel/common/soc-acpi-intel-tgl-match.c   |  23 ++
 15 files changed, 754 insertions(+), 39 deletions(-)
 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

base-commit: e73f0f0ee7

--
2.17.1
2021-07-14 18:29:58 +01:00
..
Makefile ASoC: soc-acpi: cnl: add table for SoundWire mockup devices 2021-07-14 18:02:06 +01:00
soc-acpi-intel-adl-match.c ASoC: Intel: soc-acpi: add ull suffix for SoundWire _ADR values 2021-06-22 12:47:08 +01:00
soc-acpi-intel-bxt-match.c ASoC: Intel: bxt_da7219_max98357a: shrink platform_id below 20 characters 2021-05-12 13:02:49 +01:00
soc-acpi-intel-byt-match.c ASoC: Intel: Baytrail: Add quirk for the Dell Venue 10 Pro 5055 tablet 2021-04-02 16:13:21 +01:00
soc-acpi-intel-cfl-match.c ASoC: Intel: remove duplicate MODULE_LICENSE/DESCRIPTION tags 2021-01-28 17:11:39 +00:00
soc-acpi-intel-cht-match.c ASoC: Intel: remove duplicate MODULE_LICENSE/DESCRIPTION tags 2021-01-28 17:11:39 +00:00
soc-acpi-intel-cml-match.c ASoC: Intel: soc-acpi: add ull suffix for SoundWire _ADR values 2021-06-22 12:47:08 +01:00
soc-acpi-intel-cnl-match.c ASoC: soc-acpi: cnl: add table for SoundWire mockup devices 2021-07-14 18:02:06 +01:00
soc-acpi-intel-ehl-match.c ASoC: Intel: remove duplicate MODULE_LICENSE/DESCRIPTION tags 2021-01-28 17:11:39 +00:00
soc-acpi-intel-glk-match.c ASoC: Intel: glk_rt5682_max98357a: shrink platform_id below 20 characters 2021-06-22 12:47:04 +01:00
soc-acpi-intel-hda-match.c ASoC: SOF/Intel: clarify SPDX license with GPL-2.0-only 2020-05-01 17:45:24 +01:00
soc-acpi-intel-hsw-bdw-match.c ASoC: Intel: remove duplicate MODULE_LICENSE/DESCRIPTION tags 2021-01-28 17:11:39 +00:00
soc-acpi-intel-icl-match.c ASoC: Intel: soc-acpi: add ull suffix for SoundWire _ADR values 2021-06-22 12:47:08 +01:00
soc-acpi-intel-jsl-match.c ASoC: Intel: sof_cs42l42: add support for jsl_cs4242_mx98360a 2021-07-14 13:30:36 +01:00
soc-acpi-intel-kbl-match.c ASoC: Intel: kbl_da7219_max98357a: shrink platform_id below 20 characters 2021-06-22 12:47:05 +01:00
soc-acpi-intel-sdw-mockup-match.c ASoC: soc-acpi: cnl: add table for SoundWire mockup devices 2021-07-14 18:02:06 +01:00
soc-acpi-intel-sdw-mockup-match.h ASoC: soc-acpi: cnl: add table for SoundWire mockup devices 2021-07-14 18:02:06 +01:00
soc-acpi-intel-skl-match.c ASoC: Intel: remove duplicate MODULE_LICENSE/DESCRIPTION tags 2021-01-28 17:11:39 +00:00
soc-acpi-intel-tgl-match.c Merge series "soundwire/ASoC: add mockup codec support" from Bard Liao <yung-chuan.liao@linux.intel.com>: 2021-07-14 18:29:58 +01:00
soc-intel-quirks.h ASoC: Intel: Add DMI quirk table to soc_intel_is_byt_cr() 2021-02-08 15:13:08 +00:00
sst-dsp-priv.h ASoC: Intel: Remove sst_dsp_get_thread_context 2020-10-06 15:12:29 +01:00
sst-dsp.c ASoC: Intel: Remove unused DSP operations 2020-10-06 15:12:25 +01:00
sst-dsp.h ASoC: Intel: Remove sst_pdata structure 2020-10-06 15:12:28 +01:00
sst-ipc.c ASoC: Intel: Remove unused DSP operations 2020-10-06 15:12:25 +01:00
sst-ipc.h ASoC: Intel: Remove SST-legacy specific constants 2020-10-06 15:12:26 +01:00