]> git.proxmox.com Git - mirror_ubuntu-eoan-kernel.git/commitdiff
ASoC: Add missing newline at end of file
authorGeert Uytterhoeven <geert+renesas@glider.be>
Mon, 17 Jun 2019 14:40:48 +0000 (16:40 +0200)
committerMark Brown <broonie@kernel.org>
Mon, 17 Jun 2019 15:18:13 +0000 (16:18 +0100)
"git diff" says:

    \ No newline at end of file

after modifying the files.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/mediatek/common/Makefile
sound/soc/tegra/Makefile
sound/usb/bcd2000/Makefile

index 9ab90433a8d7b297da8c839407798294017a06a0..acbe01e9e9286d7a393966db391e27663017d91b 100644 (file)
@@ -3,4 +3,4 @@
 snd-soc-mtk-common-objs := mtk-afe-platform-driver.o mtk-afe-fe-dai.o
 obj-$(CONFIG_SND_SOC_MEDIATEK) += snd-soc-mtk-common.o
 
-obj-$(CONFIG_SND_SOC_MTK_BTCVSD) += mtk-btcvsd.o
\ No newline at end of file
+obj-$(CONFIG_SND_SOC_MTK_BTCVSD) += mtk-btcvsd.o
index 2329b72c93e37807246c1d09e026ccdbe6dea3b1..c84f183919f2f1abbc1bb1587c401da7e08631c1 100644 (file)
@@ -37,4 +37,4 @@ obj-$(CONFIG_SND_SOC_TEGRA_WM9712) += snd-soc-tegra-wm9712.o
 obj-$(CONFIG_SND_SOC_TEGRA_TRIMSLICE) += snd-soc-tegra-trimslice.o
 obj-$(CONFIG_SND_SOC_TEGRA_ALC5632) += snd-soc-tegra-alc5632.o
 obj-$(CONFIG_SND_SOC_TEGRA_MAX98090) += snd-soc-tegra-max98090.o
-obj-$(CONFIG_SND_SOC_TEGRA_SGTL5000) += snd-soc-tegra-sgtl5000.o
\ No newline at end of file
+obj-$(CONFIG_SND_SOC_TEGRA_SGTL5000) += snd-soc-tegra-sgtl5000.o
index f09ccc0af6ff926a678510afaf6585acdc3157f4..0a100310a671e205ce01fb62c4383121606efaa7 100644 (file)
@@ -1,3 +1,3 @@
 snd-bcd2000-y := bcd2000.o
 
-obj-$(CONFIG_SND_BCD2000) += snd-bcd2000.o
\ No newline at end of file
+obj-$(CONFIG_SND_BCD2000) += snd-bcd2000.o