mirror of
git://nv-tegra.nvidia.com/linux-nv-oot.git
synced 2025-12-24 10:11:26 +03:00
tegra-alt: sfc: enable 48KHz to 24 KHz conversion
Added SFC RAM coefficients for 48KHz to 24 KHz conversion Bug 1684121 Change-Id: Ifc1f0689c0d21fcf197b384f032b50324c647c4b Signed-off-by: Gaurav Tendolkar <gtendolkar@nvidia.com> Reviewed-on: http://git-master/r/834981 Reviewed-by: Automatic_Commit_Validation_User GVS: Gerrit_Virtual_Submit Reviewed-by: Mohan Kumar D <mkumard@nvidia.com> Reviewed-by: Nitin Pai <npai@nvidia.com>
This commit is contained in:
committed by
Sameer Pujar
parent
9b3e0282c1
commit
d99c28330a
@@ -196,6 +196,8 @@ static int tegra210_sfc_write_coeff_ram(struct tegra210_sfc *sfc)
|
||||
coeff_ram = coef_48to8;
|
||||
else if (sfc->srate_out == TEGRA210_SFC_FS16)
|
||||
coeff_ram = coef_48to16;
|
||||
else if (sfc->srate_out == TEGRA210_SFC_FS24)
|
||||
coeff_ram = coef_48to24;
|
||||
else if (sfc->srate_out == TEGRA210_SFC_FS44_1)
|
||||
coeff_ram = coef_48to44;
|
||||
else if (sfc->srate_out == TEGRA210_SFC_FS96)
|
||||
|
||||
Reference in New Issue
Block a user