1. 07 2月, 2014 1 次提交
    • T
      ALSA: hda - Fix inconsistent Mic mute LED · 7fe30711
      Takashi Iwai 提交于
      The current code for controlling mic mute LED in patch_sigmatel.c
      blindly assumes that there is a single capture switch.  But, there can
      be multiple multiple ones, and each of them flips the state, ended up
      in an inconsistent state.
      
      For fixing this problem, this patch adds kcontrol to be passed to the
      hook function so that the callee can check which switch is being
      accessed.  In stac_capture_led_hook(), the state is checked as a
      bitmask, and turns on the LED when all capture switches are off.
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      7fe30711
  2. 05 2月, 2014 2 次提交
  3. 30 1月, 2014 1 次提交
  4. 25 1月, 2014 1 次提交
  5. 22 1月, 2014 1 次提交
  6. 16 1月, 2014 1 次提交
  7. 14 1月, 2014 1 次提交
    • H
      ALSA: hda - automute via amp instead of pinctl on some AIO models · 493a52a9
      Hui Wang 提交于
      On some AIO (All In One) models with the codec alc668
      (Vendor ID: 0x10ec0668) on it, when we plug a headphone into the jack,
      the system will switch the output to headphone and set the speaker to
      automute as well as change the speaker Pin-ctls from 0x40 to 0x00,
      this will bring loud noise to the headphone.
      
      I tried to disable the corresponding EAPD, but it did not help to
      eliminate the noise.
      
      According to Takashi's suggestion, we use amp operation to replace the
      pinctl modification for the automute, this really eliminate the noise.
      
      BugLink: https://bugs.launchpad.net/bugs/1268468
      Cc: David Henningsson <david.henningsson@canonical.com>
      Cc: stable@vger.kernel.org
      Signed-off-by: NHui Wang <hui.wang@canonical.com>
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      493a52a9
  8. 08 1月, 2014 2 次提交
  9. 05 1月, 2014 1 次提交
  10. 20 12月, 2013 2 次提交
  11. 18 12月, 2013 1 次提交
  12. 13 12月, 2013 1 次提交
  13. 11 12月, 2013 1 次提交
  14. 10 12月, 2013 2 次提交
  15. 05 12月, 2013 1 次提交
  16. 04 12月, 2013 2 次提交
  17. 03 12月, 2013 3 次提交
  18. 02 12月, 2013 1 次提交
  19. 29 11月, 2013 5 次提交
  20. 28 11月, 2013 3 次提交
  21. 26 11月, 2013 2 次提交
  22. 22 11月, 2013 2 次提交
  23. 21 11月, 2013 3 次提交