1. 21 7月, 2008 1 次提交
  2. 20 6月, 2008 1 次提交
  3. 24 4月, 2008 2 次提交
    • T
      [ALSA] hda-codec - keep the format verb at closing PCM streams · 888afa15
      Takashi Iwai 提交于
      Keep the format verb at closing PCM streams.
      Introduced snd_hda_codec_cleanup_stream() for the parcicular purpose.
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      888afa15
    • 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
  4. 01 2月, 2008 7 次提交
  5. 16 10月, 2007 8 次提交
  6. 11 5月, 2007 1 次提交
  7. 23 9月, 2006 1 次提交
  8. 22 3月, 2006 1 次提交
  9. 03 1月, 2006 4 次提交
  10. 04 11月, 2005 1 次提交
  11. 12 9月, 2005 1 次提交
  12. 30 8月, 2005 1 次提交
  13. 28 7月, 2005 1 次提交
  14. 22 6月, 2005 1 次提交
    • T
      [ALSA] hda-codec - Add support of more models with ALC codecs · 16ded525
      Takashi Iwai 提交于
      HDA Codec driver,HDA Intel driver
      Merged the work of pshou <pshou@realtek.com.tw> for the support of
      more models with ALC codecs: ALC880 ASUS, Uniwill, FSC1734, generic 6-stack,
      and ALC260 HP.  Tests with the real hardwares are appreciated.
      
      The codec patch is cleaned up:  The preset configuration of codecs are
      stored in the table and copied to the spec instance.
      
      Added/fixed comments.
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      16ded525
  15. 29 5月, 2005 4 次提交
  16. 17 4月, 2005 1 次提交
    • L
      Linux-2.6.12-rc2 · 1da177e4
      Linus Torvalds 提交于
      Initial git repository build. I'm not bothering with the full history,
      even though we have it. We can create a separate "historical" git
      archive of that later if we want to, and in the meantime it's about
      3.2GB when imported into git - space that would just make the early
      git days unnecessarily complicated, when we don't have a lot of good
      infrastructure for it.
      
      Let it rip!
      1da177e4