1. 03 10月, 2015 1 次提交
  2. 25 9月, 2015 1 次提交
    • T
      ALSA: hda - Disable power_save_node for Thinkpads · 7f57d803
      Takashi Iwai 提交于
      Lenovo Thinkpads with recent Realtek codecs seem suffering from click
      noises at power transition since the introduction of widget power
      saving in 4.1 kernel.  Although this might be solved by some delays in
      appropriate points, as a quick workaround, just disable the
      power_save_node feature for now.  The gain it gives is relatively
      small, and this makes the situation back to pre 4.1 time.
      
      This patch ended up with a bit more code changes than usual because
      the existing fixup for Thinkpads is highly chained.  Instead of adding
      yet another chain, combine a few of them into a single fixup entry, as
      a gratis cleanup.
      
      Bugzilla: https://bugzilla.suse.com/show_bug.cgi?id=943982
      Cc: <stable@vger.kernel.org> # v4.1+
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      7f57d803
  3. 24 9月, 2015 4 次提交
  4. 23 9月, 2015 1 次提交
  5. 20 9月, 2015 1 次提交
  6. 19 9月, 2015 4 次提交
  7. 18 9月, 2015 1 次提交
  8. 17 9月, 2015 1 次提交
    • R
      ASoC: fix broken pxa SoC support · 3c8f7710
      Robert Jarzmik 提交于
      The previous fix of pxa library support, which was introduced to fix the
      library dependency, broke the previous SoC behavior, where a machine
      code binding pxa2xx-ac97 with a coded relied on :
       - sound/soc/pxa/pxa2xx-ac97.c
       - sound/soc/codecs/XXX.c
      
      For example, the mioa701_wm9713.c machine code is currently broken. The
      "select ARM" statement wrongly selects the soc/arm/pxa2xx-ac97 for
      compilation, as per an unfortunate fate SND_PXA2XX_AC97 is both declared
      in sound/arm/Kconfig and sound/soc/pxa/Kconfig.
      
      Fix this by ensuring that SND_PXA2XX_SOC correctly triggers the correct
      pxa2xx-ac97 compilation.
      
      Fixes: 846172df ("ASoC: fix SND_PXA2XX_LIB Kconfig warning")
      Signed-off-by: NRobert Jarzmik <robert.jarzmik@free.fr>
      Signed-off-by: NMark Brown <broonie@kernel.org>
      3c8f7710
  9. 15 9月, 2015 5 次提交
  10. 11 9月, 2015 4 次提交
  11. 10 9月, 2015 1 次提交
  12. 09 9月, 2015 2 次提交
  13. 07 9月, 2015 1 次提交
    • J
      ALSA: usb-audio: Change internal PCM order · 5ee20bc7
      Johan Rastén 提交于
      New PCMs will now be added to the end of the chip's PCM list instead of to the
      front. This changes the way streams are combined so that the first capture
      stream will now be merged with the first playback stream instead of the last.
      
      This fixes a problem with ASUS U7. Cards with one playback stream and cards
      without capture streams should be unaffected by this change.
      
      Exception added for M-Audio Audiophile USB (tm) since it seems to have a fix to
      swap capture stream numbering in alsa-lib conf/cards/USB-audio.conf
      Signed-off-by: NJohan Rastén <johan@oljud.se>
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      5ee20bc7
  14. 06 9月, 2015 3 次提交
  15. 04 9月, 2015 2 次提交
  16. 03 9月, 2015 1 次提交
  17. 02 9月, 2015 2 次提交
  18. 01 9月, 2015 1 次提交
  19. 31 8月, 2015 2 次提交
  20. 30 8月, 2015 2 次提交