[alsa-devel] [RFC 2/3] ALSA: hda - add ASoC device type for hda core
Vinod Koul
vinod.koul at intel.com
Thu Apr 2 11:57:30 CEST 2015
From: Ramesh Babu <ramesh.babu at intel.com>
Add HDA_DEV_ASOC device/driver type to support
ASoC HDA drivers.
Signed-off-by: Ramesh Babu <ramesh.babu at intel.com>
Signed-off-by: Vinod Koul <vinod.koul at intel.com>
---
include/sound/hdaudio.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/include/sound/hdaudio.h b/include/sound/hdaudio.h
index 9aeede3c8ea1..1652764ed770 100644
--- a/include/sound/hdaudio.h
+++ b/include/sound/hdaudio.h
@@ -88,6 +88,7 @@ struct hdac_device {
enum {
HDA_DEV_CORE,
HDA_DEV_LEGACY,
+ HDA_DEV_ASOC,
};
/* direction */
--
1.7.9.5
More information about the Alsa-devel
mailing list