From 8c768c53df552944b43b72eacff1e1f207bdfcfe Mon Sep 17 00:00:00 2001 From: Sameer Pujar Date: Fri, 19 Mar 2021 20:54:02 +0530 Subject: [PATCH] ASoC: tegra: Rename SFC stereo conversion strings As per upstream suggestion (on upstreamed AHUB drivers), rename following srings: 'ZERO' -> 'Zero' 'COPY' -> 'Copy' Bug 200698314 Change-Id: I62ff2f370f505e8811b4405e4a6dc033ba791bc3 Signed-off-by: Sameer Pujar --- sound/soc/tegra/tegra210_sfc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sound/soc/tegra/tegra210_sfc.c b/sound/soc/tegra/tegra210_sfc.c index 8abad757..575025ed 100644 --- a/sound/soc/tegra/tegra210_sfc.c +++ b/sound/soc/tegra/tegra210_sfc.c @@ -3312,7 +3312,7 @@ static const char * const tegra210_sfc_stereo_conv_text[] = { }; static const char * const tegra210_sfc_mono_conv_text[] = { - "ZERO", "COPY", + "Zero", "Copy", }; static const struct soc_enum tegra210_sfc_format_enum =