From: Cezary Rojewski Date: Mon, 20 Jun 2022 10:13:46 +0000 (+0200) Subject: ASoC: Intel: Rename haswell source file to hsw_rt5640 X-Git-Tag: v6.0-rc1~93^2~8^2~37^2~75^2~15 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8b99e24de3fae72ff5ef38832b94b1e41059eeed;p=thirdparty%2Fkernel%2Flinux.git ASoC: Intel: Rename haswell source file to hsw_rt5640 Rename source file to drop any ambiguity. Signed-off-by: Cezary Rojewski Reviewed-by: Amadeusz Sławiński Tested-by: Pierre-Louis Bossart Link: https://lore.kernel.org/r/20220620101402.2684366-2-cezary.rojewski@intel.com Signed-off-by: Mark Brown --- diff --git a/sound/soc/intel/boards/Makefile b/sound/soc/intel/boards/Makefile index 40c0c3d1c5007..e479546a3d4b8 100644 --- a/sound/soc/intel/boards/Makefile +++ b/sound/soc/intel/boards/Makefile @@ -1,5 +1,5 @@ # SPDX-License-Identifier: GPL-2.0-only -snd-soc-sst-haswell-objs := haswell.o +snd-soc-sst-haswell-objs := hsw_rt5640.o snd-soc-sst-bdw-rt5650-mach-objs := bdw-rt5650.o snd-soc-sst-bdw-rt5677-mach-objs := bdw-rt5677.o snd-soc-sst-broadwell-objs := broadwell.o diff --git a/sound/soc/intel/boards/haswell.c b/sound/soc/intel/boards/hsw_rt5640.c similarity index 100% rename from sound/soc/intel/boards/haswell.c rename to sound/soc/intel/boards/hsw_rt5640.c