Commit c1cc18b1 authored by Ramesh Babu's avatar Ramesh Babu Committed by Takashi Iwai

ALSA: hda - add ASoC device type for hda core

Add HDA_DEV_ASOC device/driver type to support
ASoC HDA drivers.
Signed-off-by: default avatarRamesh Babu <ramesh.babu@intel.com>
Signed-off-by: default avatarVinod Koul <vinod.koul@intel.com>
Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
parent 6d23c8f5
...@@ -90,6 +90,7 @@ struct hdac_device { ...@@ -90,6 +90,7 @@ struct hdac_device {
enum { enum {
HDA_DEV_CORE, HDA_DEV_CORE,
HDA_DEV_LEGACY, HDA_DEV_LEGACY,
HDA_DEV_ASOC,
}; };
/* direction */ /* direction */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment