1. 16 Apr, 2021 2 commits
  2. 15 Apr, 2021 8 commits
  3. 14 Apr, 2021 11 commits
  4. 13 Apr, 2021 16 commits
  5. 12 Apr, 2021 3 commits
    • Mark Brown's avatar
      Merge series "ASoC: SOF: Intel: descriptor corrections for TGL and ADL" from... · 13a9e21b
      Mark Brown authored
      Merge series "ASoC: SOF: Intel: descriptor corrections for TGL and ADL" from Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>:
      
      One missed property for TigerLake and need for separate descriptors
      between ADL-S and the other flavors.
      
      Libin Yang (1):
        ASoC: SOF: Intel: add missing use_acpi_target_states for TGL platforms
      
      Sathya Prakash M R (1):
        ASoC: SOF: Intel: Update ADL P to use its own descriptor
      
       sound/soc/sof/intel/pci-tgl.c | 20 +++++++++++++++++++-
       sound/soc/sof/intel/tgl.c     |  2 +-
       2 files changed, 20 insertions(+), 2 deletions(-)
      
      --
      2.25.1
      13a9e21b
    • Mark Brown's avatar
      Merge series "ASoC: SOF: simplify probe and report errors" from Ranjani... · 2976eef2
      Mark Brown authored
      Merge series "ASoC: SOF: simplify probe and report errors" from Ranjani Sridharan <ranjani.sridharan@linux.intel.com>:
      
      These patches simplify the sof_probe_complete handling and
      address reporting of errors during probe.
      
      Peter Ujfalusi (2):
        ASoC: SOF: core: Add missing error prints to device probe operation
        ASoC: SOF: Simplify sof_probe_complete handling for acpi/pci/of
      
       sound/soc/sof/core.c         |  9 +++++++--
       sound/soc/sof/sof-acpi-dev.c | 18 +++---------------
       sound/soc/sof/sof-of-dev.c   | 18 +++---------------
       sound/soc/sof/sof-pci-dev.c  | 20 ++++----------------
       4 files changed, 17 insertions(+), 48 deletions(-)
      
      --
      2.25.1
      2976eef2
    • Mark Brown's avatar
      Merge series "ASoC: SOF: simplify nocodec mode" from Ranjani Sridharan... · 6fede18b
      Mark Brown authored
      Merge series "ASoC: SOF: simplify nocodec mode" from Ranjani Sridharan <ranjani.sridharan@linux.intel.com>:
      
      This set of patches simplify the implementation
      of nocodec mode in SOF.
      
      Pierre-Louis Bossart (6):
        ASoC: SOF: add Kconfig option for probe workqueues
        ASoC: soc-acpi: add new fields for mach_params
        ASoC: SOF: change signature of set_mach_params() callback
        ASoC: SOF: Intel: update set_mach_params()
        ASoC: SOF: pcm: export snd_pcm_dai_link_fixup
        ASOC: SOF: simplify nocodec mode
      
       include/sound/soc-acpi.h  |  4 ++++
       include/sound/sof.h       |  3 ---
       sound/soc/sof/Kconfig     | 11 +++++++++++
       sound/soc/sof/intel/bdw.c |  8 ++++++--
       sound/soc/sof/intel/byt.c | 22 +++++++++++++---------
       sound/soc/sof/intel/hda.c |  8 ++++++--
       sound/soc/sof/intel/hda.h |  2 +-
       sound/soc/sof/nocodec.c   | 39 +++++++++++++++++++++------------------
       sound/soc/sof/ops.h       |  6 ++----
       sound/soc/sof/pcm.c       |  1 +
       sound/soc/sof/sof-audio.c | 34 +++++++++++++++-------------------
       sound/soc/sof/sof-priv.h  |  2 +-
       12 files changed, 81 insertions(+), 59 deletions(-)
      
      --
      2.25.1
      6fede18b