summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sound/soc/tegra/tegra_aic326x.c2
-rw-r--r--sound/soc/tegra/tegra_cs42l73.c7
2 files changed, 4 insertions, 5 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;
diff --git a/sound/soc/tegra/tegra_cs42l73.c b/sound/soc/tegra/tegra_cs42l73.c
index aff93927b45a..2652f15d2a87 100644
--- a/sound/soc/tegra/tegra_cs42l73.c
+++ b/sound/soc/tegra/tegra_cs42l73.c
@@ -1,10 +1,9 @@
- /*
+/*
* tegra_cs42l73.c - Tegra machine ASoC driver for boards using CS42L73 codec.
*
* Author: Vijay Mali <vmali@nvidia.com>
- * Copyright (C) 2011-2012, NVIDIA, Inc.
*
- * Copyright (c) 2012, NVIDIA CORPORATION. All rights reserved.
+ * Copyright (c) 2012-2013, 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
* version 2 as published by the Free Software Foundation.
@@ -1448,7 +1447,7 @@ static __devinit int tegra_cs42l73_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;