1. 01 12月, 2011 2 次提交
  2. 29 11月, 2011 3 次提交
  3. 28 11月, 2011 3 次提交
  4. 26 11月, 2011 2 次提交
    • T
      ALSA: hda - Increase the max number of coverters/pins in patch_hdmi.c · a4567cb3
      Takashi Iwai 提交于
      The new hardware tends to have more and more.  As a temporary fix, just
      increase the number for now.
      
      For a long-term solution, we should assign the cvts/pins dynamically.
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      a4567cb3
    • T
      ALSA: hda - Supports more audio streams · 01b65bfb
      Takashi Iwai 提交于
      So far, the driver supports up to 10 streams.  This is a restriction in
      hda_intel.c and hda_codec.c: in the former, the fixed array size limits
      the amount, and in the latter, the fixed device-number assignment table
      (in get_empty_pcm_device()) limits the possibility.
      
      This patch reduces the restriction by
      - using linked list for managing PCM instances in hda_intel.c, and
      - assigning non-fixed device numbers for the extra devices
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      01b65bfb
  5. 24 11月, 2011 2 次提交
  6. 23 11月, 2011 4 次提交
  7. 22 11月, 2011 6 次提交
  8. 21 11月, 2011 3 次提交
  9. 20 11月, 2011 7 次提交
  10. 19 11月, 2011 1 次提交
  11. 18 11月, 2011 1 次提交
  12. 17 11月, 2011 1 次提交
  13. 16 11月, 2011 5 次提交