mirror of
git://nv-tegra.nvidia.com/linux-nv-oot.git
synced 2025-12-24 10:11:26 +03:00
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:
@@ -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 =
|
||||
|
||||
Reference in New Issue
Block a user