From: Takashi Iwai Date: Thu, 24 Nov 2011 13:31:46 +0000 (+0100) Subject: ALSA: hda - Supports more audio streams X-Git-Tag: v3.3-rc1~88^2^2~23 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=01b65bfb4f8cd45b0d44547c961ef59a0bcf74be;p=pandora-kernel.git ALSA: hda - Supports more audio streams 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: Takashi Iwai --- Reading git-diff-tree failed