1. 27 12月, 2017 1 次提交
  2. 22 12月, 2017 4 次提交
  3. 21 12月, 2017 1 次提交
    • T
      Merge tag 'asoc-fix-v4.15-rc4' of... · 1e9a328e
      Takashi Iwai 提交于
      Merge tag 'asoc-fix-v4.15-rc4' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linus
      
      ASoC: Fixes for v4.15
      
      This is a fairly large set of fixes, they've been delayed partly as more
      and more keep coming in.  Most of them are very small driver specific
      fixes, the biggest individual thing is the revert of the rcar IOMMU
      support - it was causing problems and there wasn't the confidence that
      it could be resolved sensibly.  There's also a relatively large change
      in the Freescale SSI controller which resolves some issues with the
      AC'97 mode, these aren't that large in the grand scheme of things and
      reflect some fairly thorough review and testing.
      1e9a328e
  4. 20 12月, 2017 7 次提交
  5. 19 12月, 2017 3 次提交
    • B
      ASoC: rt5514-spi: only enable wakeup when fully initialized · 20220945
      Brian Norris 提交于
      If an rt5514-spi device is probed but the platform hasn't linked it in,
      we might never fully request the SPI IRQ, nor configure the rt5514 DSP,
      but we still might try to enable the SPI IRQ (enable_irq_wake()). This
      is bad, and among other things, can cause the interrupt to trigger every
      time we try to suspend the system (e.g., because the interrupt trigger
      setting was never set properly).
      
      Instead of setting our wakeup capabilities in the SPI driver probe
      routine, let's wait until we've actually requested the IRQ.
      
      Fixes issues seen on the "kevin" Chromebook (Samsung Chromebook Plus).
      
      Fixes: 58f1c07d ("ASoC: rt5514: Voice wakeup support.")
      Signed-off-by: NBrian Norris <briannorris@chromium.org>
      Signed-off-by: NMark Brown <broonie@kernel.org>
      20220945
    • A
      ASoC: nau8825: fix issue that pop noise when start capture · d070f7c7
      Abhijeet Kumar 提交于
      In skylake platform, we hear a loud pop noise(0 dB) at start of
      audio capture power up sequence. This patch removes the pop noise
      from the recording by adding a delay before enabling ADC.
      Signed-off-by: NAbhijeet Kumar <abhijeet.kumar@intel.com>
      Signed-off-by: NMark Brown <broonie@kernel.org>
      d070f7c7
    • T
      ALSA: usb-audio: Fix the missing ctl name suffix at parsing SU · 5a15f289
      Takashi Iwai 提交于
      The commit 89b89d12 ("ALSA: usb-audio: Add check return value for
      usb_string()") added the check of the return value from
      snd_usb_copy_string_desc(), which is correct per se, but it introduced
      a regression.  In the original code, either the "Clock Source",
      "Playback Source" or "Capture Source" suffix is added after the
      terminal string, while the commit changed it to add the suffix only
      when get_term_name() is failing.  It ended up with an incorrect ctl
      name like "PCM" instead of "PCM Capture Source".
      
      Also, even the original code has a similar bug: when the ctl name is
      generated from snd_usb_copy_string_desc() for the given iSelector, it
      also doesn't put the suffix.
      
      This patch addresses these issues: the suffix is added always when no
      static mapping is found.  Also the patch tries to put more comments
      and cleans up the if/else block for better readability in order to
      avoid the same pitfall again.
      
      Fixes: 89b89d12 ("ALSA: usb-audio: Add check return value for usb_string()")
      Reported-and-tested-by: NMauro Santos <registo.mailling@gmail.com>
      Cc: <stable@vger.kernel.org>
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      5a15f289
  6. 18 12月, 2017 10 次提交
  7. 17 12月, 2017 14 次提交