diff options
author | Pan Xiuli <xiuli.pan@linux.intel.com> | 2019-06-03 19:18:14 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2019-06-03 19:41:02 +0300 |
commit | ca6c6f1850498ff2325e6092e37644a7e6000af0 (patch) | |
tree | 5611fc491ed071d0919a710ffeda9648effd6f31 /include/sound/sof | |
parent | 59be197354496b87869792bfa15477e8798462da (diff) | |
download | linux-ca6c6f1850498ff2325e6092e37644a7e6000af0.tar.xz |
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/sound/sof')
-rw-r--r-- | include/sound/sof/dai.h | 1 |
1 files changed, 1 insertions, 0 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 */ |