diff options
author | Takashi Iwai <tiwai@suse.de> | 2014-07-01 15:59:40 +0400 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2014-07-01 16:02:02 +0400 |
commit | 178942b69f4eb695bfb92742b6082052d6730ca0 (patch) | |
tree | e7bcc8f7889d16339be1da67dac24aaa162c4c88 /sound/pci/hda/Makefile | |
parent | e2ff8406ade81f5f431a3cac6ef96720c37906cd (diff) | |
download | linux-178942b69f4eb695bfb92742b6082052d6730ca0.tar.xz |
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 <fengguang.wu@intel.com>
Fixes: 9a34af4a3327 ('ALSA: hda - Move more PCI-controller-specific stuff from generic code')
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/pci/hda/Makefile')
0 files changed, 0 insertions, 0 deletions