ALSA: hda - Allow unlimited pins and converters in patch_hdmi.c
authorTakashi Iwai <tiwai@suse.de>
Wed, 13 Mar 2013 13:40:31 +0000 (14:40 +0100)
committerTakashi Iwai <tiwai@suse.de>
Wed, 13 Mar 2013 17:07:04 +0000 (18:07 +0100)
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>
sound/pci/hda/patch_hdmi.c

Simple merge