Merge "SoC: msm: change the MAX value of "App Type Config" kcontrol"
This commit is contained in:
commit
fa33f6bd9a
1 changed files with 1 additions and 1 deletions
|
@ -11119,7 +11119,7 @@ static int msm_routing_put_app_type_cfg_control(struct snd_kcontrol *kcontrol,
|
|||
|
||||
static const struct snd_kcontrol_new app_type_cfg_controls[] = {
|
||||
SOC_SINGLE_MULTI_EXT("App Type Config", SND_SOC_NOPM, 0,
|
||||
0xFFFFFFFF, 0, 128, msm_routing_get_app_type_cfg_control,
|
||||
0x7FFFFFFF, 0, 128, msm_routing_get_app_type_cfg_control,
|
||||
msm_routing_put_app_type_cfg_control),
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue