1. 11 May, 2023 7 commits
  2. 09 May, 2023 3 commits
    • Mark Brown's avatar
      ASoC: add and use asoc_dummy_dlc · 850d1746
      Mark Brown authored
      Merge series from Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>:
      
      Many ASoC drivers are using dummy DAI.
      I have 2 concern about it. 1st one is there is no guarantee that local
      strings ("snd-soc-dummy-dai",  "snd-soc-dummy") are kept until the card
      was binded if it was added at subfunction.
      2nd one is we can use common snd_soc_dai_link_component for it.
      This patch-set adds common asoc_dummy_dlc, and use it.
      850d1746
    • Jack Yu's avatar
      ASoC: rt722-sdca: Add RT722 SDCA driver · 7f5d6036
      Jack Yu authored
      This is the initial codec driver for rt722-sdca.
      
      Signed-off-by: Jack Yu <jack.yu@realtek.com
      Link: https://lore.kernel.org/r/20230421030116.26245-1-jack.yu@realtek.com
      Signed-off-by: Mark Brown <broonie@kernel.org
      7f5d6036
    • Mark Brown's avatar
      ASoC: MediaTek MT8195/86 Cleanups · 5782f019
      Mark Brown authored
      Merge series from AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>:
      
      This series performs some cleanups for mainly MT8195 and switches
      both MT8195 and MT8186's SOF driver to the snd_sof_ipc_process_reply()
      helper.
      5782f019
  3. 07 May, 2023 30 commits