1. 20 Aug, 2020 1 commit
    • Takashi Iwai's avatar
      ALSA: usb-audio: Move device rename and profile quirks to an internal table · 5436f59b
      Takashi Iwai authored
      So far we've added the devices that need vendor/product string renames
      or the profile setup into the standard quirk table in quirks-table.h.
      This table is imported into the primary USB audio device entry, hence
      it's all exported for the probing so that udev and co can take a look
      at it.  OTOH, for renaming or profile setup, we don't need to expose
      those explicit entries because the probe itself follows the standard
      way.  That said, we're exposing unnecessarily too many entries.
      
      This patch moves such internal quirk entries into the own table, and
      reduces the exported device table size.  Along with the moving items,
      re-arrange the entries in the proper order.
      
      Link: https://lore.kernel.org/r/20200817082140.20232-2-tiwai@suse.deSigned-off-by: default avatarTakashi Iwai <tiwai@suse.de>
      5436f59b
  2. 19 Aug, 2020 3 commits
  3. 17 Aug, 2020 7 commits
  4. 16 Aug, 2020 1 commit
  5. 15 Aug, 2020 1 commit
  6. 14 Aug, 2020 1 commit
  7. 13 Aug, 2020 1 commit
  8. 12 Aug, 2020 2 commits
  9. 11 Aug, 2020 5 commits
  10. 10 Aug, 2020 6 commits
  11. 07 Aug, 2020 1 commit
  12. 06 Aug, 2020 4 commits
  13. 05 Aug, 2020 4 commits
  14. 04 Aug, 2020 2 commits
  15. 03 Aug, 2020 1 commit
    • Mark Brown's avatar
      Merge series "ASoC: tegra: Fix compile warning with CONFIG_PM=n" from Takashi Iwai <tiwai@suse.de>: · 58ff5f4d
      Mark Brown authored
      Hi,
      
      this is a trivial patch set to add the missing __maybe_unused for
      covering the compile warnings with CONFIG_PM=n.
      
      Takashi
      
      ===
      
      Takashi Iwai (5):
        ASoC: tegra: tegra186_dspk: Fix compile warning with CONFIG_PM=n
        ASoC: tegra: tegra210_admaif: Fix compile warning with CONFIG_PM=n
        ASoC: tegra: tegra210_ahub: Fix compile warning with CONFIG_PM=n
        ASoC: tegra: tegra210_dmic: Fix compile warning with CONFIG_PM=n
        ASoC: tegra: tegra210_i2s: Fix compile warning with CONFIG_PM=n
      
       sound/soc/tegra/tegra186_dspk.c   | 4 ++--
       sound/soc/tegra/tegra210_admaif.c | 4 ++--
       sound/soc/tegra/tegra210_ahub.c   | 4 ++--
       sound/soc/tegra/tegra210_dmic.c   | 4 ++--
       sound/soc/tegra/tegra210_i2s.c    | 4 ++--
       5 files changed, 10 insertions(+), 10 deletions(-)
      
      --
      2.16.4
      58ff5f4d