Skip to content

Commit

Permalink
ALSA: hda - Allow unlimited pins and converters in patch_hdmi.c
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Takashi Iwai committed Mar 13, 2013
1 parent 5265fd9 commit bce0d2a
Showing 1 changed file with 117 additions and 81 deletions.
Loading

0 comments on commit bce0d2a

Please sign in to comment.