1. 07 May, 2024 2 commits
    • Mark Brown's avatar
      ASoC: Use snd_soc_substream_to_rtd() for accessing · d98b0712
      Mark Brown authored
      Merge series from Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>:
      
      Do not open-code snd_soc_substream_to_rtd() when accessing
      snd_pcm_substream->private_data.  This makes code more consistent with
      rest of ASoC and allows in the future to move the field to any other
      place or add additional checks in snd_soc_substream_to_rtd().
      d98b0712
    • Mark Brown's avatar
      ALSA/ASoC: Intel: clarify Copyright information · ba04ff20
      Mark Brown authored
      Merge series from Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>:
      
      This patchset does not change any functionality. It only clarifies the
      Copyright information in ASoC/HDAudio contributions, where an "All
      rights reserved" notice was mistakenly added in a number of files over
      the years, likely due to copy/paste. The Intel template never included
      this statement.
      ba04ff20
  2. 06 May, 2024 23 commits
  3. 05 May, 2024 11 commits
  4. 03 May, 2024 1 commit
  5. 02 May, 2024 1 commit
  6. 30 Apr, 2024 2 commits
    • Mark Brown's avatar
      ASoC: doc: dapm: various improvements · 9f6bdb0a
      Mark Brown authored
      Merge series from Luca Ceresoli <luca.ceresoli@bootlin.com>:
      
      This series applies various improvements to the DAPM documentation: a
      rewrite of a few sections for clarity, style improvements and typo fixes.
      Signed-off-by: default avatarLuca Ceresoli <luca.ceresoli@bootlin.com>
      ---
      Changes in v2:
      - avoid wrapping in patch 3 as suggested by Alex
      - Link to v1: https://lore.kernel.org/r/20240416-dapm-docs-v1-0-a818d2819bf6@bootlin.com
      
      ---
      Luca Ceresoli (12):
            ASoC: doc: dapm: fix typos
            ASoC: doc: dapm: fix struct name
            ASoC: doc: dapm: minor rewording
            ASoC: doc: dapm: remove dash after colon
            ASoC: doc: dapm: clarify it's an internal API
            ASoC: doc: dapm: replace "map" with "graph"
            ASoC: doc: dapm: extend initial descrption
            ASoC: doc: dapm: describe how widgets and routes are registered
            ASoC: doc: dapm: fix and improve section "Registering DAPM controls"
            ASoC: doc: dapm: improve section "Codec/DSP Widget Interconnections"
            ASoC: doc: dapm: update section "DAPM Widget Events"
            ASoC: doc: dapm: update event types
      
       Documentation/sound/soc/dapm-graph.svg | 375 +++++++++++++++++++++++++++++++++
       Documentation/sound/soc/dapm.rst       | 174 ++++++++++-----
       2 files changed, 492 insertions(+), 57 deletions(-)
      ---
      base-commit: c942a0cd
      change-id: 20240315-dapm-docs-79bd51f267db
      
      Best regards,
      --
      Luca Ceresoli <luca.ceresoli@bootlin.com>
      9f6bdb0a
    • Mark Brown's avatar
      ASoC: Intel: updates for 6.10 - part6 · 395f23e9
      Mark Brown authored
      Merge series from Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>:
      
      Last batch of cleanups from Brent Lu, with Chromebooks now supported
      with fewer modular machine drivers.
      395f23e9