From: Ramesh Babu Date: Fri, 17 Apr 2015 12:28:57 +0000 (+0530) Subject: ALSA: hda - add ASoC device type for hda core X-Git-Tag: firefly_0821_release~176^2~1082^2~186^2~7 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=c1cc18b1ca01530a40ace0c9ec48124ff1340125;p=firefly-linux-kernel-4.4.55.git ALSA: hda - add ASoC device type for hda core Add HDA_DEV_ASOC device/driver type to support ASoC HDA drivers. Signed-off-by: Ramesh Babu Signed-off-by: Vinod Koul Signed-off-by: Takashi Iwai --- diff --git a/include/sound/hdaudio.h b/include/sound/hdaudio.h index dbeb195eb4e8..d05931fc6f28 100644 --- a/include/sound/hdaudio.h +++ b/include/sound/hdaudio.h @@ -90,6 +90,7 @@ struct hdac_device { enum { HDA_DEV_CORE, HDA_DEV_LEGACY, + HDA_DEV_ASOC, }; /* direction */