From: Pan Xiuli Date: Mon, 3 Jun 2019 16:18:14 +0000 (-0500) Subject: ASoC: SOF: soundwire: add initial soundwire support X-Git-Tag: v5.4-rc1~712^2~8^2~19 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ca6c6f1850498ff2325e6092e37644a7e6000af0;p=platform%2Fkernel%2Flinux-rpi.git ASoC: SOF: soundwire: add initial soundwire support Add soundwire dai type and update ABI version. Signed-off-by: Pan Xiuli Signed-off-by: Pierre-Louis Bossart Signed-off-by: Mark Brown --- diff --git a/include/sound/sof/dai.h b/include/sound/sof/dai.h index 3b67c93..3d174e2 100644 --- a/include/sound/sof/dai.h +++ b/include/sound/sof/dai.h @@ -49,6 +49,7 @@ enum sof_ipc_dai_type { SOF_DAI_INTEL_SSP, /**< Intel SSP */ SOF_DAI_INTEL_DMIC, /**< Intel DMIC */ SOF_DAI_INTEL_HDA, /**< Intel HD/A */ + SOF_DAI_INTEL_SOUNDWIRE, /**< Intel SoundWire */ }; /* general purpose DAI configuration */ diff --git a/include/uapi/sound/sof/abi.h b/include/uapi/sound/sof/abi.h index 37e0a90..13a4eca 100644 --- a/include/uapi/sound/sof/abi.h +++ b/include/uapi/sound/sof/abi.h @@ -26,7 +26,7 @@ /* SOF ABI version major, minor and patch numbers */ #define SOF_ABI_MAJOR 3 -#define SOF_ABI_MINOR 4 +#define SOF_ABI_MINOR 5 #define SOF_ABI_PATCH 0 /* SOF ABI version number. Format within 32bit word is MMmmmppp */