summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2015-04-28 08:44:36 +0200
committerTakashi Iwai <tiwai@suse.de>2015-04-28 08:45:04 +0200
commit16fe167f14b7b326eb3be1f84b2abc413af4e356 (patch)
tree75575bbea788ff058e5cba714c143cb689f258a3
parent5028d4062b40f899bba9e57fff7f461d28371fcf (diff)
downloadalsa-driver-build-unstable-16fe167f14b7b326eb3be1f84b2abc413af4e356.tar.gz
Add probe_continued flag to hda_intel in compat header
Just follow the upstream change, otherwise build fails. Signed-off-by: Takashi Iwai <tiwai@suse.de>
-rw-r--r--alsa/pci/hda/hda_intel_compat.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/alsa/pci/hda/hda_intel_compat.h b/alsa/pci/hda/hda_intel_compat.h
index 1f5f81e97..8e276d00c 100644
--- a/alsa/pci/hda/hda_intel_compat.h
+++ b/alsa/pci/hda/hda_intel_compat.h
@@ -33,6 +33,7 @@ struct hda_intel {
/* extra flags */
unsigned int irq_pending_warned:1;
+ unsigned int probe_continued:1;
/* VGA-switcheroo setup */
unsigned int use_vga_switcheroo:1;