1. 24 4月, 2008 2 次提交
    • 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
    • T
      [ALSA] HDA - Add support for the OQO Model 2 · bf277785
      Tobin Davis 提交于
      This patch adds support for the OQO Model 2 Ultra Mobile PC.
      Signed-off-by: NTobin Davis <tdavis@dsl-only.net>
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      bf277785
  2. 01 2月, 2008 34 次提交
  3. 21 11月, 2007 1 次提交
  4. 23 10月, 2007 1 次提交
  5. 16 10月, 2007 2 次提交