diff options
Diffstat (limited to 'sound/soc/tegra/tegra_aic326x.c')
-rw-r--r-- | sound/soc/tegra/tegra_aic326x.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/tegra/tegra_aic326x.c b/sound/soc/tegra/tegra_aic326x.c index 8c9b95328ca9..dabe89791260 100644 --- a/sound/soc/tegra/tegra_aic326x.c +++ b/sound/soc/tegra/tegra_aic326x.c @@ -1539,7 +1539,7 @@ static __devinit int tegra_aic326x_driver_probe(struct platform_device *pdev) machine->spk_edp_client->states = pdata->edp_states; machine->spk_edp_client->num_states = TEGRA_SPK_EDP_NUM_STATES; machine->spk_edp_client->e0_index = TEGRA_SPK_EDP_ZERO; - machine->spk_edp_client->priority = EDP_MAX_PRIO - 2; + machine->spk_edp_client->priority = EDP_MAX_PRIO + 2; machine->spk_edp_client->throttle = tegra_speaker_throttle; machine->spk_edp_client->private_data = machine; |