diff --git a/sound/soc/tegra-alt/Makefile b/sound/soc/tegra-alt/Makefile index 8726ce8f..2a840531 100644 --- a/sound/soc/tegra-alt/Makefile +++ b/sound/soc/tegra-alt/Makefile @@ -4,6 +4,7 @@ subdir-ccflags-y := -Werror # Tegra platform Support snd-soc-tegra-alt-pcm-objs := tegra_pcm_alt.o +CFLAGS_tegra_pcm_alt.o += -Wno-shift-count-overflow snd-soc-tegra-alt-utils-objs := tegra_asoc_utils_alt.o snd-soc-tegra-alt-hwdep-objs := tegra_asoc_hwdep_alt.o snd-soc-tegra-alt-machine-objs := tegra_asoc_machine_alt.o