summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2015-03-11 13:41:54 +0100
committerTakashi Iwai <tiwai@suse.de>2015-03-11 13:41:54 +0100
commit7ce89b6ecea339b751873aecd2a8e0718349da1d (patch)
tree1699afdf3b26488316ecc1c642d5feaeda9f4b22
parent8ab855f2f3f32cf0aaad0ec8bb63d1858a5a413d (diff)
downloadalsa-driver-build-unstable-7ce89b6ecea339b751873aecd2a8e0718349da1d.tar.gz
Fix inclusion of hda_priv.h
It was merged into hda_controller.h recently. Signed-off-by: Takashi Iwai <tiwai@suse.de>
-rw-r--r--alsa/pci/hda/hda_intel_compat.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/alsa/pci/hda/hda_intel_compat.h b/alsa/pci/hda/hda_intel_compat.h
index 70b8306fe..1f5f81e97 100644
--- a/alsa/pci/hda/hda_intel_compat.h
+++ b/alsa/pci/hda/hda_intel_compat.h
@@ -16,7 +16,7 @@
#ifndef __SOUND_HDA_INTEL_H
#define __SOUND_HDA_INTEL_H
-#include "hda_priv.h"
+#include "hda_controller.h"
struct hda_intel {
struct azx chip;