1. 18 2月, 2012 3 次提交
  2. 17 2月, 2012 6 次提交
  3. 16 2月, 2012 8 次提交
  4. 13 2月, 2012 3 次提交
  5. 07 2月, 2012 1 次提交
  6. 06 2月, 2012 1 次提交
    • T
      ALSA: hda/realtek - Fix a wrong condition · eedec3d3
      Takashi Iwai 提交于
      sparse complains that "spec->multiout.dac_nids" is a pointer.
      
      sound/pci/hda/patch_realtek.c:2321:37: error: incompatible types for operation (>)
      sound/pci/hda/patch_realtek.c:2321:37:    left side has type unsigned short const [usertype] *dac_nids
      sound/pci/hda/patch_realtek.c:2321:37:    right side has type int
      
      It was meant to be num_dacs instead of dac_nids.
      Although the current code still works as expected (when num_dacs is zero,
      dac_nids should be NULL, too), better to fix now, of course.
      Reported-by: NDan Carpenter <dan.carpenter@oracle.com>
      Cc: David Henningsson <david.henningsson@canonical.com>
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      eedec3d3
  7. 03 2月, 2012 2 次提交
  8. 31 1月, 2012 1 次提交
  9. 30 1月, 2012 1 次提交
    • T
      ALSA: hda - Apply 0x0f-VREF fix to all ASUS laptops with ALC861/660 · 31150f23
      Takashi Iwai 提交于
      It turned out that other ASUS laptops require the similar fix to
      enable the VREF on the pin 0x0f for the secret output amp, not only
      ASUS A6Rp.  Moreover, it's required even when the pin is being used
      as the output.  Thus, writing a fixed value doesn't work always.
      
      This patch applies the VREF-fix for all ASUS laptops with ALC861/660
      in a fixup function that checks the current value and turns on only
      the VREF value no matter whether input or output direction is set.
      
      The automute function is modified as well to keep the pin VREF upon
      muting/unmuting via pin-control; otherwise the pin VREF is reset at
      plugging/unplugging a jack.
      
      Bugzilla: https://bugzilla.kernel.org/show_bug.cgi?id=42588
      
      Cc: <stable@kernel.org> [v3.2+]
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      31150f23
  10. 27 1月, 2012 1 次提交
  11. 26 1月, 2012 1 次提交
  12. 25 1月, 2012 1 次提交
  13. 20 1月, 2012 1 次提交
  14. 19 1月, 2012 3 次提交
  15. 08 1月, 2012 1 次提交
  16. 12 12月, 2011 1 次提交
  17. 08 12月, 2011 3 次提交
    • T
      ALSA: hda/realtek - Fix lost speaker volume controls · 0a34b42b
      Takashi Iwai 提交于
      When there are the same or more number of HP pins are available, HP pins
      are used as the primary outputs instead of the speaker pins.  But, in
      some cases (especially with ALC663 & co), some DACs are available only
      with a later pin and it's assigned to a speaker, and since the driver
      parses the pins from the lower NID, such a DAC was skipped eventually
      without assignments.  This resulted in a regression, the missing speaker
      volume control in the new parser.
      
      As a workaround for this, now the driver retries the pin->DAC mapping
      again after restoring the speaker-pins as primary.  This is still an ad
      hoc fix, but it works so far for most of Realtek codecs.
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      0a34b42b
    • T
      ALSA: hda/realtek - Create "Bass Speaker" for two speaker pins · fbabc246
      Takashi Iwai 提交于
      On systems with two speaker pins, the secondary speaker pin is mostly
      assigned to a bass speaker instead of a surround.  Thus it makes more
      sense to rename the control properly.
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      fbabc246
    • T
      ALSA: hda/realtek - Don't create extra controls with channel suffix · 766ddee6
      Takashi Iwai 提交于
      The multiple headphone or speaker pins are usually provided to
      output the same stream unlike line-out jacks (which are supposed
      to be multi-channel surrounds).  Thus giving a mixer name like
      "Headphone Surround" is rather confusing.  Instead, when multiple
      headphone volumes are available, use index with the same "Headphone"
      name.
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      766ddee6
  18. 02 12月, 2011 2 次提交