1. 13 Aug, 2024 1 commit
  2. 08 Aug, 2024 8 commits
  3. 07 Aug, 2024 3 commits
  4. 06 Aug, 2024 2 commits
  5. 05 Aug, 2024 5 commits
  6. 02 Aug, 2024 19 commits
  7. 01 Aug, 2024 2 commits
    • Mark Brown's avatar
      ALSA/ASoC: use snd_pcm_direction_name() · 9aafe1dd
      Mark Brown authored
      Merge series from Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>:
      
      Many drivers are selecting strings "playback" / "capture" by own
      handling, but we have snd_pcm_direction_name() function for it.
      This patch use it.
      
      One note is that snd_pcm_direction_name() will select
      "Playback" and "Capture", instead of "playback" / "capture".
      Almost all drivers are using it as dev_dbg() or dev_err()
      so no problem. But some other drivers are using it as other
      purpose. It might be issue (?). For example ASoC debugfs dir name
      will be changed by this patch.
      9aafe1dd
    • Mark Brown's avatar
      AMD SOF based generic SoundWire machine driver · bb2bf856
      Mark Brown authored
      Merge series from Vijendar Mukunda <Vijendar.Mukunda@amd.com>:
      
      This patch series majorly consists of below changes.
      - Rename structures, macros and codec helper names used in Intel
      SoundWire generic driver to make it generic.
      - Move Intel SoundWire driver common structures, macros and codec
      helper functions to common placeholder so that it can be used by
      other platform machine driver.
      - Refactor few SoundWire common codec helper functions.
      - AMD SOF based generic SoundWire machine driver for ACP 6.3 variant.
      
      This work started a couple of months ago to avoid duplication of code
      that wasn't really Intel-specific in the "sof_sdw" machine driver.
      The code went through multiple iterations, was tested for multiple weeks
      and a couple of build issues reported by the Intel kbuild bots were
      corrected.
      
      This is the initial version of SoundWire machine driver for AMD
      platforms. Additional code refactoring will be done in the next step on
      the AMD side.
      
      Link: https://github.com/thesofproject/linux/pull/5068Reviewed-by: default avatarBard Liao <yung-chuan.liao@linux.intel.com>
      Reviewed-by: default avatarPierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
      bb2bf856