diff options
author | Dmitry Osipenko <digetx@gmail.com> | 2021-05-29 17:46:49 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2021-06-15 12:43:12 +0200 |
commit | 8c1b3b159300cc5ef6ba0d4b039ef68e766d46e3 (patch) | |
tree | c805229c2b77e82ab4ea102820dc834aedaf6fef /sound/soc/tegra/Makefile | |
parent | ASoC: tegra: Specify components string for each card (diff) | |
download | linux-8c1b3b159300cc5ef6ba0d4b039ef68e766d46e3.tar.xz linux-8c1b3b159300cc5ef6ba0d4b039ef68e766d46e3.zip |
ASoC: tegra: Squash utils into common machine driver
There no users left of the utils other than the new common machine driver.
Squash the utils into the common machine driver in order to simplify code.
Signed-off-by: Dmitry Osipenko <digetx@gmail.com>
Link: https://lore.kernel.org/r/20210529154649.25936-5-digetx@gmail.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/tegra/Makefile')
-rw-r--r-- | sound/soc/tegra/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/soc/tegra/Makefile b/sound/soc/tegra/Makefile index b930ea7c75f1..e2cec9ae31c9 100644 --- a/sound/soc/tegra/Makefile +++ b/sound/soc/tegra/Makefile @@ -15,7 +15,6 @@ snd-soc-tegra186-dspk-objs := tegra186_dspk.o snd-soc-tegra210-admaif-objs := tegra210_admaif.o obj-$(CONFIG_SND_SOC_TEGRA) += snd-soc-tegra-pcm.o -obj-$(CONFIG_SND_SOC_TEGRA) += snd-soc-tegra-utils.o obj-$(CONFIG_SND_SOC_TEGRA20_AC97) += snd-soc-tegra20-ac97.o obj-$(CONFIG_SND_SOC_TEGRA20_DAS) += snd-soc-tegra20-das.o obj-$(CONFIG_SND_SOC_TEGRA20_I2S) += snd-soc-tegra20-i2s.o |