1. 20 6月, 2017 3 次提交
  2. 16 6月, 2017 1 次提交
  3. 14 6月, 2017 1 次提交
  4. 09 6月, 2017 1 次提交
  5. 06 6月, 2017 2 次提交
  6. 01 6月, 2017 1 次提交
    • T
      ALSA: hda - Fix applying MSI dual-codec mobo quirk · d2c3b14e
      Takashi Iwai 提交于
      The previous commit [63691587: ALSA: hda - Apply dual-codec quirk
      for MSI Z270-Gaming mobo] attempted to apply the existing dual-codec
      quirk for a MSI mobo.  But it turned out that this isn't applied
      properly due to the MSI-vendor quirk before this entry.  I overlooked
      such two MSI entries just because they were put in the wrong position,
      although we have a list ordered by PCI SSID numbers.
      
      This patch fixes it by rearranging the unordered entries.
      
      Fixes: 63691587 ("ALSA: hda - Apply dual-codec quirk for MSI Z270-Gaming mobo")
      Reported-by: NRudolf Schmidt <info@rudolfschmidt.com>
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      d2c3b14e
  7. 23 5月, 2017 1 次提交
  8. 22 5月, 2017 2 次提交
  9. 17 5月, 2017 6 次提交
  10. 16 5月, 2017 1 次提交
  11. 09 5月, 2017 1 次提交
  12. 08 5月, 2017 1 次提交
  13. 26 4月, 2017 1 次提交
  14. 21 4月, 2017 3 次提交
  15. 20 4月, 2017 1 次提交
  16. 13 4月, 2017 1 次提交
  17. 12 4月, 2017 1 次提交
  18. 10 4月, 2017 2 次提交
  19. 07 4月, 2017 1 次提交
  20. 03 4月, 2017 2 次提交
  21. 01 4月, 2017 1 次提交
  22. 31 3月, 2017 1 次提交
    • H
      ALSA: hda - fix a problem for lineout on a Dell AIO machine · 2f726aec
      Hui Wang 提交于
      On this Dell AIO machine, the lineout jack does not work.
      
      We found the pin 0x1a is assigned to lineout on this machine, and in
      the past, we applied ALC298_FIXUP_DELL1_MIC_NO_PRESENCE to fix the
      heaset-set mic problem for this machine, this fixup will redefine
      the pin 0x1a to headphone-mic, as a result the lineout doesn't
      work anymore.
      
      After consulting with Dell, they told us this machine doesn't support
      microphone via headset jack, so we add a new fixup which only defines
      the pin 0x18 as the headset-mic.
      
      [rearranged the fixup insertion position by tiwai in order to make the
       merge with other branches easier -- tiwai]
      
      Fixes: 59ec4b57 ("ALSA: hda - Fix headset mic detection problem for two dell machines")
      Cc: <stable@vger.kernel.org>
      Signed-off-by: NHui Wang <hui.wang@canonical.com>
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      2f726aec
  23. 23 3月, 2017 1 次提交
  24. 20 3月, 2017 3 次提交
  25. 07 3月, 2017 1 次提交