From 7b5c4398c355fc911168ef8f4c8646520c06f327 Mon Sep 17 00:00:00 2001 From: Sivaram Nair Date: Mon, 11 Feb 2013 09:37:43 +0200 Subject: 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 Reviewed-on: http://git-master/r/199294 Reviewed-by: Automatic_Commit_Validation_User Reviewed-by: Juha Tukkinen --- sound/soc/tegra/tegra_aic326x.c | 2 +- sound/soc/tegra/tegra_cs42l73.c | 7 +++---- 2 files changed, 4 insertions(+), 5 deletions(-) (limited to 'sound') 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 - * 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; -- cgit v1.2.3