mbox series

[0/8] ASoC: Intel: machine driver updates for 5.18

Message ID 20220301194903.60859-1-pierre-louis.bossart@linux.intel.com
Headers show
Series ASoC: Intel: machine driver updates for 5.18 | expand

Message

Pierre-Louis Bossart March 1, 2022, 7:48 p.m. UTC
Two cleanups to remove an unused filename and typos, and one addition
of an ACPI matching table for a Dell SoundWire SKU without local
microphones.

The main change is the addition of a common 'sof-ssp-amp' machine
driver for devices with amplifiers only (no headset codec) and
different connections using I2S links (Bluetooth offload, HDMI
receiver). It's likely that the amplifier will be swapped out by OEMs,
this machine driver provides a relatively generic solution to avoid
copy-paste of similar solutions.

Brent Lu (4):
  ASoC: Intel: boards: create sof-realtek-common module
  ASoC: Intel: sof_rt1308: move rt1308 code to common module
  ASoC: Intel: cirrus-common: support cs35l41 amplifier
  ASoC: Intel: sof_ssp_amp: rename driver and support cs35l41 amplifier

Libin Yang (1):
  ASoC: Intel: soc-acpi: add entries in ADL match table

Pierre-Louis Bossart (2):
  ASoC: soc-acpi: remove sof_fw_filename
  ASoC: Intel: boards: fix spelling in comments

balamurugan.c (1):
  ASoC: Intel: add RT1308 I2S machine driver and HDMI-in capture via I2S
    support.

 include/sound/soc-acpi.h                      |   2 -
 sound/soc/intel/boards/Kconfig                |  24 +
 sound/soc/intel/boards/Makefile               |  12 +-
 sound/soc/intel/boards/bdw-rt5650.c           |   2 +-
 sound/soc/intel/boards/bdw-rt5677.c           |   2 +-
 sound/soc/intel/boards/broadwell.c            |   2 +-
 sound/soc/intel/boards/bxt_da7219_max98357a.c |   2 +-
 sound/soc/intel/boards/bxt_rt298.c            |   2 +-
 sound/soc/intel/boards/bytcht_cx2072x.c       |   2 +-
 sound/soc/intel/boards/bytcht_da7213.c        |   2 +-
 sound/soc/intel/boards/bytcht_es8316.c        |   2 +-
 sound/soc/intel/boards/bytcr_rt5640.c         |   2 +-
 sound/soc/intel/boards/bytcr_rt5651.c         |   2 +-
 sound/soc/intel/boards/cht_bsw_max98090_ti.c  |   4 +-
 sound/soc/intel/boards/cht_bsw_nau8824.c      |   4 +-
 sound/soc/intel/boards/cht_bsw_rt5645.c       |   2 +-
 sound/soc/intel/boards/cht_bsw_rt5672.c       |   2 +-
 sound/soc/intel/boards/glk_rt5682_max98357a.c |   2 +-
 sound/soc/intel/boards/haswell.c              |   2 +-
 sound/soc/intel/boards/sof_cirrus_common.c    | 163 ++++++
 sound/soc/intel/boards/sof_cirrus_common.h    |  25 +
 sound/soc/intel/boards/sof_realtek_common.c   | 107 ++++
 sound/soc/intel/boards/sof_realtek_common.h   |   4 +
 sound/soc/intel/boards/sof_rt5682.c           |   1 +
 sound/soc/intel/boards/sof_ssp_amp.c          | 483 ++++++++++++++++++
 .../intel/common/soc-acpi-intel-adl-match.c   |  44 +-
 .../intel/common/soc-acpi-intel-bxt-match.c   |   6 -
 .../intel/common/soc-acpi-intel-byt-match.c   |  11 -
 .../intel/common/soc-acpi-intel-cht-match.c   |  12 -
 .../intel/common/soc-acpi-intel-cml-match.c   |  11 -
 .../intel/common/soc-acpi-intel-cnl-match.c   |   4 -
 .../intel/common/soc-acpi-intel-ehl-match.c   |   1 -
 .../intel/common/soc-acpi-intel-glk-match.c   |   6 -
 .../intel/common/soc-acpi-intel-hda-match.c   |   2 -
 .../common/soc-acpi-intel-hsw-bdw-match.c     |   5 -
 .../intel/common/soc-acpi-intel-icl-match.c   |   5 -
 .../intel/common/soc-acpi-intel-jsl-match.c   |   7 -
 .../intel/common/soc-acpi-intel-tgl-match.c   |  19 +-
 sound/soc/sof/intel/hda.c                     |   5 +-
 sound/soc/sof/intel/pci-tng.c                 |   1 -
 40 files changed, 879 insertions(+), 117 deletions(-)
 create mode 100644 sound/soc/intel/boards/sof_cirrus_common.c
 create mode 100644 sound/soc/intel/boards/sof_cirrus_common.h
 create mode 100644 sound/soc/intel/boards/sof_ssp_amp.c

Comments

Mark Brown March 2, 2022, 5:01 p.m. UTC | #1
On Tue, 1 Mar 2022 13:48:55 -0600, Pierre-Louis Bossart wrote:
> Two cleanups to remove an unused filename and typos, and one addition
> of an ACPI matching table for a Dell SoundWire SKU without local
> microphones.
> 
> The main change is the addition of a common 'sof-ssp-amp' machine
> driver for devices with amplifiers only (no headset codec) and
> different connections using I2S links (Bluetooth offload, HDMI
> receiver). It's likely that the amplifier will be swapped out by OEMs,
> this machine driver provides a relatively generic solution to avoid
> copy-paste of similar solutions.
> 
> [...]

Applied to

   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next

Thanks!

[1/8] ASoC: soc-acpi: remove sof_fw_filename
      commit: a6264056b39ee0c478e1d73bfc40f61a8cf3673f
[2/8] ASoC: Intel: boards: fix spelling in comments
      commit: f1eebb3bf707b267bd8ed945d00a81c8ca31bd73
[3/8] ASoC: Intel: add RT1308 I2S machine driver and HDMI-in capture via I2S support.
      commit: da793fb0f56c0a53d0d461d80d9c1936a39afc30
[4/8] ASoC: Intel: boards: create sof-realtek-common module
      commit: e1d5e13324020c4b405e63cae34560c7992bec2e
[5/8] ASoC: Intel: sof_rt1308: move rt1308 code to common module
      commit: 024979b67b392569dde3f9294f9b66651d2c0a93
[6/8] ASoC: Intel: cirrus-common: support cs35l41 amplifier
      commit: 709ec7bec6b34ee136fff4b1b5265baaae7319a3
[7/8] ASoC: Intel: sof_ssp_amp: rename driver and support cs35l41 amplifier
      commit: 2fe14ff61bd6d4fabe313435dd378b5a38eb6102
[8/8] ASoC: Intel: soc-acpi: add entries in ADL match table
      commit: c4dcd7100c26881b1095d5b2651d61190fc5f247

All being well this means that it will be integrated into the linux-next
tree (usually sometime in the next 24 hours) and sent to Linus during
the next merge window (or sooner if it is a bug fix), however if
problems are discovered then the patch may be dropped or reverted.

You may get further e-mails resulting from automated or manual testing
and review of the tree, please engage with people reporting problems and
send followup patches addressing any issues that are reported if needed.

If any updates are required or you are submitting further changes they
should be sent as incremental updates against current git, existing
patches will not be replaced.

Please add any relevant lists and maintainers to the CCs when replying
to this mail.

Thanks,
Mark