1. 16 5月, 2012 2 次提交
  2. 15 5月, 2012 1 次提交
    • T
      ALSA: hda/idt - Fix power-map for speaker-pins with some HP laptops · b0791dda
      Takashi Iwai 提交于
      BIOS on some HP laptops don't set the speaker-pins as fixed but expose
      as jacks, and this confuses the driver as if these pins are
      jack-detectable.  As a result, the machine doesn't get sounds from
      speakers because the driver prepares the power-map update via jack
      unsol events which never come up in reality.  The bug was introduced
      in some time in 3.2 for enabling the power-mapping feature.
      
      This patch fixes the problem by replacing the check of the persistent
      power-map bits with a proper is_jack_detectable() call.
      
      Bugzilla: https://bugzilla.kernel.org/show_bug.cgi?id=43240
      
      Cc: <stable@vger.kernel.org> [v3.2+]
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      b0791dda
  3. 12 5月, 2012 1 次提交
  4. 09 5月, 2012 3 次提交
  5. 08 5月, 2012 3 次提交
  6. 07 5月, 2012 2 次提交
  7. 06 5月, 2012 1 次提交
    • M
      ALSA: echoaudio: Remove incorrect part of assertion · c914f55f
      Mark Hills 提交于
      This assertion seems to imply that chip->dsp_code_to_load is a pointer.
      It's actually an integer handle on the actual firmware, and 0 has no
      special meaning.
      
      The assertion prevents initialisation of a Darla20 card, but would also
      affect other models. It seems it was introduced in commit dd7b254d.
      
      ALSA sound/pci/echoaudio/echoaudio.c:2061 Echoaudio driver starting...
      ALSA sound/pci/echoaudio/echoaudio.c:1969 chip=ebe4e000
      ALSA sound/pci/echoaudio/echoaudio.c:2007 pci=ed568000 irq=19 subdev=0010 Init hardware...
      ALSA sound/pci/echoaudio/darla20_dsp.c:36 init_hw() - Darla20
      ------------[ cut here ]------------
      WARNING: at sound/pci/echoaudio/echoaudio_dsp.c:478 init_hw+0x1d1/0x86c [snd_darla20]()
      Hardware name: Dell DM051
      BUG? (!chip->dsp_code_to_load || !chip->comm_page)
      Signed-off-by: NMark Hills <mark@pogo.org.uk>
      Cc: <stable@kernel.org>
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      c914f55f
  8. 05 5月, 2012 3 次提交
  9. 04 5月, 2012 1 次提交
  10. 01 5月, 2012 2 次提交
  11. 30 4月, 2012 1 次提交
    • E
      ASoC: tlv312aic23: unbreak resume · e875c1e3
      Eric Bénard 提交于
      * commit f9dfbf91 "ASoC: tlv320aic23: convert to soc-cache" leads to
      a bug preventing resumeof the codec as regmap expects a 9 bits data
      register but 0xFFFF is passed in tlv320aic23_set_bias_level and this
      values gets cached preventing any write to the TLV320AIC23_PWR
      register as the final value produced by regmap is (register << 9) | value
      
      * this patch solves the problem by only working on the 9 bits the
      register contains.
      Signed-off-by: NEric Bénard <eric@eukrea.com>
      Signed-off-by: NMark Brown <broonie@opensource.wolfsonmicro.com>
      Cc: stable@vger.kernel.org
      e875c1e3
  12. 25 4月, 2012 1 次提交
  13. 24 4月, 2012 4 次提交
  14. 23 4月, 2012 1 次提交
  15. 20 4月, 2012 1 次提交
  16. 19 4月, 2012 6 次提交
  17. 18 4月, 2012 3 次提交
  18. 13 4月, 2012 4 次提交