commit | 7819d1c70eb6a57e43554d86e10b39d1e106ed65 | [log] [tgz] |
---|---|---|
author | Takashi Iwai <tiwai@suse.de> | Wed Oct 10 08:41:42 2012 +0200 |
committer | Takashi Iwai <tiwai@suse.de> | Wed Oct 10 09:23:10 2012 +0200 |
tree | a07423d7b477f21957360877de9d929138c4bf4a | |
parent | 8d032a8f653a71e309fc4be28f526a0d2a5bf8f4 [diff] |
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: <stable@vger.kernel.org> [v3.5+] Signed-off-by: Takashi Iwai <tiwai@suse.de>