1. 10 11月, 2008 1 次提交
  2. 06 11月, 2008 1 次提交
  3. 27 10月, 2008 1 次提交
  4. 13 10月, 2008 8 次提交
  5. 09 9月, 2008 1 次提交
  6. 25 8月, 2008 1 次提交
  7. 13 8月, 2008 1 次提交
  8. 28 7月, 2008 1 次提交
  9. 21 7月, 2008 1 次提交
  10. 20 6月, 2008 1 次提交
  11. 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
  12. 01 2月, 2008 7 次提交
  13. 16 10月, 2007 8 次提交
  14. 11 5月, 2007 1 次提交
  15. 23 9月, 2006 1 次提交
  16. 22 3月, 2006 1 次提交
  17. 03 1月, 2006 3 次提交