1. 28 Jun, 2023 4 commits
  2. 26 Jun, 2023 3 commits
  3. 25 Jun, 2023 2 commits
  4. 23 Jun, 2023 5 commits
  5. 22 Jun, 2023 9 commits
  6. 21 Jun, 2023 15 commits
  7. 20 Jun, 2023 2 commits
    • Mark Brown's avatar
      ASoC: amd: ps: add SoundWire support · 9bd1f9db
      Mark Brown authored
      Merge series from Vijendar Mukunda <Vijendar.Mukunda@amd.com>:
      
      This patch series add support for
      	- Platform device creation for SoundWire Manager instances and
      	  PDM controller.
      	- SoundWire DMA driver.
      	- Interrupt handling for SoundWire manager related interrupts,
      	  SoundWire DMA interrupts and ACP error interrupts.
      	- ACP PCI driver PM ops modification with respect to SoundWire
      	  Power modes.
      9bd1f9db
    • Mark Brown's avatar
      add snd_soc_{of_}get_dlc() · 3067e020
      Mark Brown authored
      Merge series from Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>:
      
      Current soc-core.c has snd_soc_{of_}get_dai_name() to get DAI name
      for dlc (snd_soc_dai_link_component). It gets .dai_name, but we need
      .of_node too. Therefor user need to arrange.
      
      It will be more useful if it gets both .dai_name and .of_node.
      This patch adds snd_soc_{of_}get_dlc() for it, and convert to use it.
      3067e020