summaryrefslogtreecommitdiff
path: root/include/sound
diff options
context:
space:
mode:
authorBard liao <yung-chuan.liao@linux.intel.com>2019-08-15 14:20:16 -0500
committerMark Brown <broonie@kernel.org>2019-08-16 13:13:21 +0100
commit8207a1c4911226d0dd0592ffed5fce4a1f95e4b2 (patch)
treefdf7cf22b64a95c9900cefc87fe596e684bcab5e /include/sound
parentf59b16ef4ccea1b52f1c4e4c60ce507dc0bcc0ad (diff)
ASoC: SOF: rename SOUNDWIRE to ALH
Rename SOUNDWIRE to ALH. Signed-off-by: Bard liao <yung-chuan.liao@linux.intel.com> Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com> Link: https://lore.kernel.org/r/20190815192018.30570-3-pierre-louis.bossart@linux.intel.com Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'include/sound')
-rw-r--r--include/sound/sof/dai.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sound/sof/dai.h b/include/sound/sof/dai.h
index 86494294274e..9da53f8dc7a7 100644
--- a/include/sound/sof/dai.h
+++ b/include/sound/sof/dai.h
@@ -49,7 +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 */
+ SOF_DAI_INTEL_ALH, /**< Intel ALH */
SOF_DAI_IMX_SAI, /**< i.MX SAI */
SOF_DAI_IMX_ESAI, /**< i.MX ESAI */
};