From: Takashi Iwai Date: Tue, 1 Jul 2014 11:59:40 +0000 (+0200) Subject: ALSA: hda - Fix build error in hda_tegra.c X-Git-Tag: omap-for-v3.17/fixes-against-rc2~144^2~13^2~23 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=178942b69f4eb695bfb92742b6082052d6730ca0;p=pandora-kernel.git ALSA: hda - Fix build error in hda_tegra.c The "list" field has been omitted from struct azx, but its initialization remained mistakenly in hda_tegra.c, which leads to a compile error: sound/pci/hda/hda_tegra.c: In function 'hda_tegra_create': sound/pci/hda/hda_tegra.c:481:22: error: 'struct azx' has no member named 'list' Reported-by: kbuild test robot Fixes: 9a34af4a3327 ('ALSA: hda - Move more PCI-controller-specific stuff from generic code') Signed-off-by: Takashi Iwai --- Reading git-diff-tree failed