1. 01 11月, 2008 1 次提交
    • T
      ALSA: hda - Disable broken mic auto-muting in Realtek codes · 4605b718
      Takashi Iwai 提交于
      The recent addition of automatic mic-muting is broken in some cases.
      The code assumes that the pin nids <= 0x18, but the digital pins can
      be less than 0x18.
      Also, it assumes the front-mic being the internal mic, but it depends
      on the hardware implementation actually.
      
      Instead of complex case-fixes, better to disable the code as now.
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      4605b718
  2. 29 10月, 2008 2 次提交
  3. 28 10月, 2008 2 次提交
  4. 27 10月, 2008 1 次提交
  5. 22 10月, 2008 1 次提交
  6. 21 10月, 2008 1 次提交
    • T
      ALSA: hda - Fix conflicting volume controls on ALC260 · 863b4518
      Takashi Iwai 提交于
      ALC260 auto-parsing mode may create multiple controls for the same volume
      widget (0x08 and 0x09) depending on the pin.  For example, Front and
      Headphone volumes may control the same volume, just the latter one wins.
      
      This patch adds a proper check of the existing of the volume control
      and avoid the doulbed creation of the same volume controls.
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      863b4518
  7. 16 10月, 2008 1 次提交
  8. 15 10月, 2008 6 次提交
  9. 14 10月, 2008 1 次提交
    • M
      ALSA: hda: fix nid variable warning · d21995e3
      Matthew Ranostay 提交于
      Fixed compiler warning with possible uninitialized variable 'nid'.
      
        CC [M]  /home/mranostay/git/alsa-driver/pci/hda/patch_sigmatel.o
      /home/mranostay/git/alsa-driver/pci/hda/../../alsa-kernel/pci/hda/patch_sigmatel.c: In function
      ‘stac92xx_parse_auto_config’:
      /home/mranostay/git/alsa-driver/pci/hda/../../alsa-kernel/pci/hda/patch_sigmatel.c:2815: warning: ‘nid’ may be used
      uninitialized in this function
      Signed-off-by: NMatthew Ranostay <mranostay@embeddedalley.com>
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      d21995e3
  10. 13 10月, 2008 2 次提交
  11. 10 10月, 2008 22 次提交