From: Takashi Iwai Date: Wed, 10 Oct 2012 06:41:42 +0000 (+0200) Subject: ALSA: hda - Add missing hda_gen_spec to struct via_spec X-Git-Tag: v3.7-rc1~41^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7819d1c70eb6a57e43554d86e10b39d1e106ed65;p=pandora-kernel.git ALSA: hda - Add missing hda_gen_spec to struct via_spec The commit [4b527b65 ALSA: hda - limit internal mic boost for Asus X202E] introduced the use of auto-parser code, but it forgot to add struct hda_gen_spec at the head of codec->spec which the auto-parser assumes silently. Without this record, it may result in memory corruption. This patch adds the missing piece. Cc: [v3.5+] Signed-off-by: Takashi Iwai --- Reading git-diff-tree failed