diff --git a/sound/soc/tegra-alt/tegra210_adsp_alt.c b/sound/soc/tegra-alt/tegra210_adsp_alt.c index 6990256c..b78df702 100644 --- a/sound/soc/tegra-alt/tegra210_adsp_alt.c +++ b/sound/soc/tegra-alt/tegra210_adsp_alt.c @@ -2,7 +2,7 @@ * tegra210_adsp_alt.c - Tegra ADSP audio driver * * Author: Sumit Bhattacharya - * Copyright (c) 2014-2017, NVIDIA CORPORATION. All rights reserved. + * Copyright (c) 2014-2018, NVIDIA CORPORATION. All rights reserved. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License @@ -4183,7 +4183,7 @@ static int tegra210_adsp_param_info(struct snd_kcontrol *kcontrol, if (params->mask == SNDRV_CTL_ELEM_TYPE_INTEGER) { params->num_regs = 128; uinfo->value.integer.min = 0; - uinfo->value.integer.max = 0x7fffffff; + uinfo->value.integer.max = 0xffffffff; } uinfo->type = params->mask; uinfo->count = params->num_regs;