diff options
author | Cezary Rojewski <[email protected]> | 2022-06-20 12:13:46 +0200 |
---|---|---|
committer | Mark Brown <[email protected]> | 2022-06-23 13:07:29 +0100 |
commit | 8b99e24de3fae72ff5ef38832b94b1e41059eeed (patch) | |
tree | 3a1826024b2beab051f2fc45ade1114c6254fa60 | |
parent | 55e77abab2eebabf99820c2b2b3f6cdce0adbcf3 (diff) |
ASoC: Intel: Rename haswell source file to hsw_rt5640
Rename source file to drop any ambiguity.
Signed-off-by: Cezary Rojewski <[email protected]>
Reviewed-by: Amadeusz Sławiński <[email protected]>
Tested-by: Pierre-Louis Bossart <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Mark Brown <[email protected]>
-rw-r--r-- | sound/soc/intel/boards/Makefile | 2 | ||||
-rw-r--r-- | sound/soc/intel/boards/hsw_rt5640.c (renamed from sound/soc/intel/boards/haswell.c) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/intel/boards/Makefile b/sound/soc/intel/boards/Makefile index 40c0c3d1c500..e479546a3d4b 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 index aa61e101f793..aa61e101f793 100644 --- a/sound/soc/intel/boards/haswell.c +++ b/sound/soc/intel/boards/hsw_rt5640.c |