1. 24 4月, 2008 4 次提交
    • T
      [ALSA] hda-codec - Add "IEC958 Default PCM" switch · 9a08160b
      Takashi Iwai 提交于
      Added a new mixer switch to enable/disable the sharing of the default
      PCM stream with analog and SPDIF outputs.  When "IEC958 Default PCM"
      switch is on, the PCM stream is routed both to analog and SPDIF outputs.
      This is the behavior in the earlier version.
      
      Turning this switch off has a merit for some codecs, though.  Some codec
      chips don't support 24bit formats for SPDIF but only for analog outputs.
      In this case, you can use 24bit format by disabling this switch.
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      9a08160b
    • T
      [ALSA] hda-codec - Implement auto-mic jack sensing on Samsung laptops · 5d5d5f43
      Takashi Iwai 提交于
      Implemented the auto-mic jack sensing for Samsung laptops with AD1986A
      codec chip (model=laptop-eapd).
      
      The hardware uses pin 0x1d and 0x1f for the internal and external
      mics, respectively.
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      5d5d5f43
    • T
      [ALSA] hda-codec - Fix automute of AD1981HD hp model · f0824812
      Takashi Iwai 提交于
      Reprogram the speaker-pin setting at each HP pin plug to make sure
      the spekaer auto-muting on AD1981HD hp model.
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      f0824812
    • T
      [ALSA] hda-intel - Fix PCM device number assignment · 7ba72ba1
      Takashi Iwai 提交于
      In the current scheme, PCM device numbers are assigned incrementally
      in the order of codecs.  This causes problems when the codec number
      is irregular, e.g. codec #0 for HDMI and codec #1 for analog.  Then
      the HDMI becomes the first PCM, which is picked up as the default
      output device.  Unfortuantely this doesn't work well with normal
      setups.
      
      This patch introduced the fixed device numbers for the PCM types,
      namely, analog, SPDIF, HDMI and modem.  The PCM devices are assigned
      according to the corresponding PCM type.  After this patch, HDMI will
      be always assigned to PCM #3, SPDIF to PCM #1, and the first analog
      to PCM #0, etc.
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      7ba72ba1
  2. 29 2月, 2008 1 次提交
  3. 01 2月, 2008 14 次提交
  4. 20 11月, 2007 1 次提交
  5. 23 10月, 2007 2 次提交
  6. 16 10月, 2007 9 次提交
  7. 20 7月, 2007 6 次提交
  8. 11 5月, 2007 3 次提交