diff options
author | Bard liao <yung-chuan.liao@linux.intel.com> | 2019-08-15 22:20:16 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2019-08-16 15:13:21 +0300 |
commit | 8207a1c4911226d0dd0592ffed5fce4a1f95e4b2 (patch) | |
tree | fdf7cf22b64a95c9900cefc87fe596e684bcab5e /include/sound | |
parent | f59b16ef4ccea1b52f1c4e4c60ce507dc0bcc0ad (diff) | |
download | linux-8207a1c4911226d0dd0592ffed5fce4a1f95e4b2.tar.xz |
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.h | 2 |
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 */ }; |