commit | bce0d2a80e428aac3b39bf19675f1f57126f9cb6 | [log] [tgz] |
---|---|---|
author | Takashi Iwai <tiwai@suse.de> | Wed Mar 13 14:40:31 2013 +0100 |
committer | Takashi Iwai <tiwai@suse.de> | Wed Mar 13 18:07:04 2013 +0100 |
tree | 9f652749f3f6843c94b47973e7e910cfa900ff1f | |
parent | 5265fd9a9f512e0822955b0614bc4a5458defff9 [diff] |
ALSA: hda - Allow unlimited pins and converters in patch_hdmi.c Use the dynamic array allocations for pins, converters and PCM arrays instead of the fixed size arrays. The modern HDMI codecs get more and more pins, and we don't know the sensitive limit. Most of the patch are spent for the straight conversions from the fixed array access to snd_array helpers. Signed-off-by: Takashi Iwai <tiwai@suse.de>