summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorPan Xiuli2019-06-03 18:18:14 +0200
committerMark Brown2019-06-03 18:49:31 +0200
commita893ef9b8bba6a1ba262d9afa04012fcab334c34 (patch)
treecd75cce95092f2c1d775f5015e40dcc0637b4206 /include
parentASoC: SOF: Intel: ipc: don't check for HIPCCTL register value (diff)
downloadkernel-qcow2-linux-a893ef9b8bba6a1ba262d9afa04012fcab334c34.tar.gz
kernel-qcow2-linux-a893ef9b8bba6a1ba262d9afa04012fcab334c34.tar.xz
kernel-qcow2-linux-a893ef9b8bba6a1ba262d9afa04012fcab334c34.zip
ASoC: SOF: soundwire: add initial soundwire support
Add soundwire dai type and update ABI version. Signed-off-by: Pan Xiuli <xiuli.pan@linux.intel.com> Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'include')
-rw-r--r--include/sound/sof/dai.h1
-rw-r--r--include/uapi/sound/sof/abi.h2
2 files changed, 2 insertions, 1 deletions
diff --git a/include/sound/sof/dai.h b/include/sound/sof/dai.h
index 3b67c93ff101..3d174e20aa53 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 37e0a90dc9e6..13a4eca04577 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 */