1. 15 6月, 2018 4 次提交
  2. 13 6月, 2018 4 次提交
  3. 12 6月, 2018 3 次提交
  4. 11 6月, 2018 2 次提交
  5. 05 6月, 2018 2 次提交
    • T
      Merge tag 'asoc-v4.18' of... · d4d5a1cd
      Takashi Iwai 提交于
      Merge tag 'asoc-v4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linus
      
      ASoC: Updates for v4.18
      
      This is a very big update, mainly due to a huge set of new drivers some
      of which are individually very large.  We also have a lot of fixes for
      the topology stuff, several of the users have stepped up and fixed some
      the serious issues there, and continued progress on the transition away
      from CODEC specific drivers to generic component drivers.
      
       - Many fixes for the topology code, including fixes for the half done
         v4 ABI compatibility from Guenter Roeck and other ABI fixes from
         Kirill Marinushkin.
       - Lots of cleanup for Intel platforms based on Realtek CODECs from Hans
         de Goode.
       - More followups on removing legacy CODEC things and transitioning to
         components from Morimoto-san.
       - Conversion of OMAP DMA to the new, more standard SDMA-PCM driver.
       - A series of fixes and updates to the rather elderly Cirrus Logic SoC
         drivers from Alexander Sverdlin.
       - Qualcomm DSP support from Srinivas Kandagatla.
       - New drivers for Analog SSM2305, Atmel I2S controllers, Mediatek
         MT6351, MT6797 and MT7622, Qualcomm DSPs, Realtek RT1305, RT1306 and
         RT5668 and TI TSCS454
      d4d5a1cd
    • M
      Merge branch 'asoc-4.17' into asoc-4.18 merge window · aac521e8
      Mark Brown 提交于
      aac521e8
  6. 04 6月, 2018 3 次提交
  7. 02 6月, 2018 3 次提交
    • G
      ASoC: topology: Move skl-tplg-interface.h to uapi · 0c24fdc0
      Guenter Roeck 提交于
      skl-tplg-interface.h describes firmware format details for Skylake
      topology files. It is part of the ABI and should reside in the uapi
      directory.
      
      While moving the file, also replace the license boilerplate with
      the SPDX License Identifier.
      
      No functional change.
      Signed-off-by: NGuenter Roeck <groeck@chromium.org>
      Signed-off-by: NMark Brown <broonie@kernel.org>
      0c24fdc0
    • G
      ASoC: topology: Move v4 manifest header data structures to uapi · 348f4822
      Guenter Roeck 提交于
      Topology manifest v4 is still part of the ABI. Move its data structures
      into the uapi header file.
      
      No functional change.
      Signed-off-by: NGuenter Roeck <groeck@chromium.org>
      Signed-off-by: NMark Brown <broonie@kernel.org>
      348f4822
    • G
      ASoC: topology: Improve backwards compatibility with v4 topology files · ac9391da
      Guenter Roeck 提交于
      Commit dc31e741 ("ASoC: topology: ABI - Add the types for BE
      DAI") introduced sound topology files version 5. Initially, this
      change made the topology code incompatible with v4 topology files.
      Backwards compatibility with v4 configuration files was
      subsequently added with commit 288b8da7 ("ASoC: topology:
      Support topology file of ABI v4").
      
      Unfortunately, backwards compatibility was never fully implemented.
      
      First, the manifest size in (Skylake) v4 configuration files is set
      to 0, which causes manifest_new_ver() to bail out with error messages
      similar to the following.
      
      snd_soc_skl 0000:00:1f.3: ASoC: invalid manifest size
      snd_soc_skl 0000:00:1f.3: tplg component load failed-22
      snd_soc_skl 0000:00:1f.3: Failed to init topology!
      snd_soc_skl 0000:00:1f.3: ASoC: failed to probe component -22
      skl_n88l25_m98357a skl_n88l25_m98357a: ASoC: failed to instantiate card -22
      skl_n88l25_m98357a: probe of skl_n88l25_m98357a failed with error -22
      
      After this problem is fixed, the following error message is seen instead.
      
      snd_soc_skl 0000:00:1f.3: ASoC: old version of manifest
      snd_soc_skl 0000:00:1f.3: Invalid descriptor token 1093938482
      snd_soc_skl 0000:00:1f.3: ASoC: failed to load widget media0_in cpr 0
      snd_soc_skl 0000:00:1f.3: tPlg component load failed-22
      
      This message is seen because backwards compatibility for loading widgets
      was never implemented.
      
      The lack of audio support when running the upstream kernel on recent
      Chromebooks has been reported in various forums, and can be traced back
      to this problem. Attempts to fix the problem, usually by providing v5
      configuration files, were only partially successful.
      
      Let's implement backward compatibility properly to solve the problem
      for good.
      Signed-off-by: NGuenter Roeck <groeck@chromium.org>
      Signed-off-by: NMark Brown <broonie@kernel.org>
      ac9391da
  8. 01 6月, 2018 9 次提交
  9. 31 5月, 2018 7 次提交
  10. 30 5月, 2018 3 次提交