1. 15 8月, 2011 1 次提交
  2. 04 8月, 2011 1 次提交
    • T
      ALSA: hda - Fix digital-mic mono recording on ASUS Eee PC · adabb3ec
      Takashi Iwai 提交于
      The digital-mic unit on ASUS Eee PC gives PDM signals instead of the
      normal stereo PCM, thus you can't record a mono stream from the stereo
      stream as is; the summed stereo signal results in almost zero level, and
      you'll hear only soft noise.
      
      As a workaround, use ALC269-specific COEF to manipulate the dmic route
      for mono, like used for ALC271x.  This is implemented as a fix-up, thus
      it works only with model=auto or without REALTEK_QUIRKS Kconfig.
      Reported-and-tested-by: NPavel Roskin <proski@gnu.org>
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      adabb3ec
  3. 27 7月, 2011 2 次提交
  4. 26 7月, 2011 1 次提交
  5. 24 7月, 2011 1 次提交
  6. 14 7月, 2011 1 次提交
  7. 09 7月, 2011 2 次提交
  8. 08 7月, 2011 14 次提交
  9. 07 7月, 2011 11 次提交
  10. 06 7月, 2011 1 次提交
  11. 01 7月, 2011 1 次提交
  12. 29 6月, 2011 1 次提交
  13. 27 6月, 2011 3 次提交
    • T
      ALSA: hda - More volume-init fixes for ALC267 codec · 4f574b7b
      Takashi Iwai 提交于
      More similar fixes like previous commits: handle the exceptional case
      like ALC267 where no volume amp is found in ADC widget but in the
      capsrc widget instead.
      
      Also minor checks for avoiding possible erros: no connection-select
      when the pin has a single selection, and add beep verbs only when the
      0x1d is used for beep.
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      4f574b7b
    • T
      ALSA: hda - Fix volume-init for ALC259 with invalid widget caps · 7ec9c6cc
      Takashi Iwai 提交于
      ALC259 seems to provide an invalid widget capability for the input-src
      selector widget.  The widget shows the input-amp while it's a selector,
      and this confuses the current ALC882 initialization code that is used
      for ALC259, too.  For fixing this, check the amp capability and handle
      the connection selection individually.
      
      Also, ALC259 has no mute bit in DAC volume, so we need to initialize
      it as ZERO instead of MUTE.
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      7ec9c6cc
    • T
      ALSA: hda - Fix volume-init of ALC299 & co · 050ea753
      Takashi Iwai 提交于
      ALC269 and compatible codecs have the output volume in DACs, thus we
      can't use the ALC880's code as is.  Fixed by checking the amp caps and
      picking up the right widget for initialization.
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      050ea753