commit | cf799aa300b38f86684944bf9f61f7a13277f8b2 | [log] [tgz] |
---|---|---|
author | Takashi Iwai <tiwai@suse.de> | Fri Jan 18 16:38:08 2013 +0100 |
committer | Takashi Iwai <tiwai@suse.de> | Fri Jan 18 16:38:08 2013 +0100 |
tree | 6495f769bcb2a48e055ba72c079dc9577d48674c | |
parent | 2a8d53916b9cea3eac615f0bb1e7fabec3d5c026 [diff] |
ALSA: hda - Correct more array rooms in hda_gen_spec Looking through the whole definitions, some fields have inappropriate array sizes, especially about the capture. The array assigned to each input (pin) should have HDA_MAX_NUM_INPUTS entries while the array assigned to each ADC should have AUTO_CFG_MAX_INS entries. Signed-off-by: Takashi Iwai <tiwai@suse.de>