1. 28 Apr, 2021 9 commits
  2. 27 Apr, 2021 1 commit
  3. 26 Apr, 2021 7 commits
  4. 23 Apr, 2021 10 commits
  5. 22 Apr, 2021 4 commits
  6. 21 Apr, 2021 7 commits
  7. 20 Apr, 2021 2 commits
    • Mark Brown's avatar
      Merge series "ASoC: audio-graph: cleanups" from Kuninori Morimoto... · 23b16df6
      Mark Brown authored
      Merge series "ASoC: audio-graph: cleanups" from Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>:
      
      Hi Mark
      
      These patches cleanups audio-graph.
      This is part of prepare for new audio-graph-card2.
      
      Kuninori Morimoto (6):
        ASoC: audio-graph: move audio_graph_card_probe() to simple-card-utils.c
        ASoC: audio-graph: move audio_graph_remove() to simple-card-utils.c
        ASoC: audio-graph: check ports if exists
        ASoC: audio-graph: remove "audio-graph-card," preix support
        ASoC: audio-graph: remove unused "node" from graph_parse_mclk_fs()
        ASoC: audio-graph: remove Platform support
      
       include/sound/graph_card.h               |  4 --
       include/sound/simple_card_utils.h        |  3 ++
       sound/soc/generic/audio-graph-card.c     | 52 ++++--------------------
       sound/soc/generic/simple-card-utils.c    | 25 ++++++++++++
       sound/soc/generic/simple-card.c          |  7 ----
       sound/soc/tegra/tegra_audio_graph_card.c |  4 +-
       6 files changed, 38 insertions(+), 57 deletions(-)
      
      --
      2.25.1
      
      Thank you for your help !!
      
      Best regards
      ---
      Kuninori Morimoto
      23b16df6
    • Viorel Suman's avatar
      ASoC: ak4458: enable daisy chain · 7342db3c
      Viorel Suman authored
      Enable Daisy Chain if in TDM mode and the number of played
      channels is bigger than the maximum supported number of channels.
      Signed-off-by: default avatarViorel Suman <viorel.suman@nxp.com>
      Signed-off-by: default avatarShengjiu Wang <shengjiu.wang@nxp.com>
      Link: https://lore.kernel.org/r/1618915453-29445-1-git-send-email-shengjiu.wang@nxp.comSigned-off-by: default avatarMark Brown <broonie@kernel.org>
      7342db3c