1. 01 Dec, 2011 2 commits
  2. 29 Nov, 2011 3 commits
  3. 27 Nov, 2011 3 commits
  4. 26 Nov, 2011 2 commits
    • Takashi Iwai's avatar
      ALSA: hda - Increase the max number of coverters/pins in patch_hdmi.c · a4567cb3
      Takashi Iwai authored
      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: default avatarTakashi Iwai <tiwai@suse.de>
      a4567cb3
    • Takashi Iwai's avatar
      ALSA: hda - Supports more audio streams · 01b65bfb
      Takashi Iwai authored
      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: default avatarTakashi Iwai <tiwai@suse.de>
      01b65bfb
  5. 23 Nov, 2011 6 commits
  6. 22 Nov, 2011 5 commits
  7. 21 Nov, 2011 3 commits
  8. 20 Nov, 2011 8 commits
  9. 19 Nov, 2011 1 commit
  10. 17 Nov, 2011 1 commit
  11. 16 Nov, 2011 6 commits