1. 13 Mar, 2012 1 commit
    • Anssi Hannula's avatar
      ALSA: hda - fix printing of high HDMI sample rates · 25dc16f6
      Anssi Hannula authored
      A previous commit af65cbf2 (ALSA: hdmi: fix printout of SAD sampling
      rates) fixed the sample rates shown in /proc/asound/cardX/eldY and
      kernel log to not be entirely wrong. However, a missing rate from the
      array added in the patch causes HDMI rates 88.2 kHz, 96 kHz, 176.4 kHz,
      and 192 kHz to be shown as 96 kHz, 176.4 kHz, 192 kHz, and 384 kHz,
      respectively.
      
      Fix the reporting by adding the ALSA rate 64 kHz into the conversion
      array between 48 kHz and 88.2 kHz.
      Signed-off-by: default avatarAnssi Hannula <anssi.hannula@iki.fi>
      Cc: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
      Cc: stable@kernel.org
      Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
      25dc16f6
  2. 08 Mar, 2012 1 commit
  3. 07 Mar, 2012 1 commit
  4. 06 Mar, 2012 1 commit
  5. 04 Mar, 2012 2 commits
  6. 02 Mar, 2012 1 commit
  7. 01 Mar, 2012 1 commit
  8. 29 Feb, 2012 2 commits
  9. 25 Feb, 2012 2 commits
  10. 23 Feb, 2012 2 commits
  11. 22 Feb, 2012 1 commit
  12. 21 Feb, 2012 2 commits
  13. 17 Feb, 2012 1 commit
  14. 16 Feb, 2012 1 commit
  15. 15 Feb, 2012 1 commit
  16. 14 Feb, 2012 3 commits
  17. 13 Feb, 2012 3 commits
    • Takashi Iwai's avatar
      Merge branch 'fix/acer-alc889-fix' into fix/hda · a68f20ef
      Takashi Iwai authored
      Conflicts:
      	sound/pci/hda/patch_realtek.c
      
      Merged back the fix for Acer Aspire 6935 with ALC889 codec.
      The fix commit was based on 3.2 kernel so that it can be applied to
      stable kernel cleanly.
      a68f20ef
    • Takashi Iwai's avatar
      ALSA: hda - Fix silent speaker output on Acer Aspire 6935 · 02a237b2
      Takashi Iwai authored
      Since 3.2 kernel, the driver starts trying to assign the multi-io DACs
      before the speaker, thus it assigns DAC2/3 for multi-io and DAC4 for
      the speaker for a standard laptop setup like a HP, a speaker, a mic-in
      and a line-in.  However, on Acer Aspire 6935, it seems that the
      speaker pin 0x14 must be connected with either DAC1 or 2; otherwise it
      results in silence by some reason, although the codec itself allows
      the routing to DAC3/4.
      
      As a workaround, the connection list of each pin is reduced to be
      mapped to either only DAC1/2 or DAC3/4, so that the compatible
      assignment as in kernel 3.1 is achieved.
      
      Bugzilla: https://bugzilla.kernel.org/show_bug.cgi?id=42740
      
      Cc: <stable@kernel.org> [v3.2+]
      Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
      02a237b2
    • Takashi Iwai's avatar
      ALSA: hda - Fix initialization of secondary capture source on VT1705 · fc1156c0
      Takashi Iwai authored
      VT1705 codec has two ADCs where the secondary ADC has no MUX but only
      a fixed connection to the mic pin.  This confused the driver and it
      tries always overriding the input-source selection by assumption of
      the existing MUX for the secondary ADC, resulted in resetting the
      input-source at each time PM (including power-saving) occurs.
      
      The fix is simply to check the existence of MUX for secondary ADCs in
      the initialization code.
      Tested-by: default avatarAnisse Astier <anisse@astier.eu>
      Cc: <stable@kernel.org> [v3.1+]
      Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
      fc1156c0
  18. 09 Feb, 2012 2 commits
  19. 08 Feb, 2012 5 commits
  20. 07 Feb, 2012 3 commits
  21. 06 Feb, 2012 3 commits
  22. 03 Feb, 2012 1 commit