summaryrefslogtreecommitdiff
path: root/sound
diff options
context:
space:
mode:
authorSivaram Nair <sivaramn@nvidia.com>2013-02-11 09:37:43 +0200
committerRiham Haidar <rhaidar@nvidia.com>2013-02-11 17:26:17 -0800
commit7b5c4398c355fc911168ef8f4c8646520c06f327 (patch)
tree94304ca61616f346d702e65c4cfa77cbd3cb5524 /sound
parent9019fc34a7b6c22a1c3ad4ad52a066b1c379c10c (diff)
asoc: tegra: fixing EDP client priorities
The client priorities are fixed to reflect the change in EDP driver. Change-Id: I445c4d484fa14d584389fe43e0aa1137ec6bae81 Signed-off-by: Sivaram Nair <sivaramn@nvidia.com> Reviewed-on: http://git-master/r/199294 Reviewed-by: Automatic_Commit_Validation_User Reviewed-by: Juha Tukkinen <jtukkinen@nvidia.com>
Diffstat (limited to 'sound')
-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;