1. 07 10月, 2009 1 次提交
  2. 06 10月, 2009 2 次提交
  3. 05 10月, 2009 1 次提交
  4. 02 10月, 2009 1 次提交
    • T
      ALSA: hda - Fix / improve ALC66x parser · 7085ec12
      Takashi Iwai 提交于
      The auto-parser for ALC662/663/272 codecs doesn't work properly when
      a speaker is connected to mono NID 0x17, and doesn't handle the dynamic
      DAC assignment properly.
      
      This patch fixes the issues and also improves the assignment of DACs
      so that HP and speakers can have independent volume controls.
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      7085ec12
  5. 01 10月, 2009 2 次提交
  6. 30 9月, 2009 1 次提交
  7. 29 9月, 2009 1 次提交
  8. 24 9月, 2009 2 次提交
  9. 18 9月, 2009 1 次提交
  10. 15 9月, 2009 2 次提交
  11. 14 9月, 2009 4 次提交
  12. 11 9月, 2009 1 次提交
  13. 08 9月, 2009 1 次提交
  14. 07 9月, 2009 1 次提交
  15. 02 9月, 2009 4 次提交
  16. 01 9月, 2009 2 次提交
  17. 31 8月, 2009 6 次提交
  18. 29 8月, 2009 1 次提交
  19. 27 8月, 2009 1 次提交
  20. 26 8月, 2009 2 次提交
  21. 25 8月, 2009 3 次提交
    • T
      ALSA: hda - Improve auto-cfg mixer name for ALC662 · 0d884cb9
      Takashi Iwai 提交于
      The last patch in this series is for ALC662; pretty similar as the
      previous patch for ALC861-VD.
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      0d884cb9
    • T
      ALSA: hda - Improve auto-cfg mixer name for ALC861-VD · a4fcd491
      Takashi Iwai 提交于
      One more patch to give a better name for the primary output controls,
      this time for ALC861-VD codec.  The change is simple, just checking the
      pin connection whether it's a speaker-out.  When both speaker and HP
      are assigned, we name the volume as "PCM" as this influences on both
      outputs.
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      a4fcd491
    • T
      ALSA: hda - Improve auto-cfg mixer name for ALC262 · c3fc1f50
      Takashi Iwai 提交于
      Similar improvements for ALC262 codec like previous two commits:
      assign a better name, either Master or Speaker, for the primary output
      controls.
      
      However, in the case of ALC262 codec, the necessary changes are larger
      than others because we need to check the possibility of different mixer
      amps depending on the pins.  The pin 0x16 is mono, and bound with the
      dedicated mixer 0x0e while other pins are bound with 0x0c.  Thus, there
      are two possible volumes.
      
      When only one of them is used, we can name it as "Master".  OTOH, when
      both are used at the same time, they have to be named uniquely.
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      c3fc1f50