diff options
author | Cezary Rojewski <cezary.rojewski@intel.com> | 2022-06-20 13:13:53 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2022-06-23 15:07:36 +0300 |
commit | 6d8758f6afd91cced9c6c5571337a5fbc6955bb2 (patch) | |
tree | 6872bbf6db252863c3542d0692611e4dfa51504d /sound/soc/intel/boards/Makefile | |
parent | 6c65908251edc637b53bdeb9e79d918a8d081183 (diff) | |
download | linux-6d8758f6afd91cced9c6c5571337a5fbc6955bb2.tar.xz |
ASoC: Intel: Rename broadwell source file to bdw_rt286
Rename source file to drop any ambiguity.
Signed-off-by: Cezary Rojewski <cezary.rojewski@intel.com>
Reviewed-by: Amadeusz Sławiński <amadeuszx.slawinski@linux.intel.com>
Tested-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Link: https://lore.kernel.org/r/20220620101402.2684366-9-cezary.rojewski@intel.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/intel/boards/Makefile')
-rw-r--r-- | sound/soc/intel/boards/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/intel/boards/Makefile b/sound/soc/intel/boards/Makefile index e479546a3d4b..eea1e26acfda 100644 --- a/sound/soc/intel/boards/Makefile +++ b/sound/soc/intel/boards/Makefile @@ -2,7 +2,7 @@ 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 +snd-soc-sst-broadwell-objs := bdw_rt286.o snd-soc-sst-bxt-da7219_max98357a-objs := bxt_da7219_max98357a.o snd-soc-sst-bxt-rt298-objs := bxt_rt298.o snd-soc-sst-sof-pcm512x-objs := sof_pcm512x.o |