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 <spujar@nvidia.com>
This commit is contained in:
Sameer Pujar
2021-03-19 20:54:02 +05:30
parent 99d23f60af
commit 8c768c53df

View File

@@ -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 =