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-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=c1cc18b1ca01530a40ace0c9ec48124ff1340125;p=linux-beck.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 */