summaryrefslogtreecommitdiff
path: root/sound
diff options
context:
space:
mode:
authorChandrakanth Gorantla <cgorantla@nvidia.com>2012-01-04 16:54:21 +0530
committerRohan Somvanshi <rsomvanshi@nvidia.com>2012-01-10 08:13:37 -0800
commit0d98a90dad265f37207fab359a02b61dc7c9347f (patch)
treed7513c36131a80ba1c5c062d7143226eb2788ea8 /sound
parent4e2472f3c4cb1efe24f2ef1875ccb0ecec500df1 (diff)
asoc: tegra: max98088 machine: set default bias level to standby
set default bias level to standby Change-Id: I89f375c88efae48fff43fe57e15659b40602dfac Signed-off-by: Chandrakanth Gorantla <cgorantla@nvidia.com> Reviewed-on: http://git-master/r/73174 Reviewed-by: Automatic_Commit_Validation_User Reviewed-by: Sumit Bhattacharya <sumitb@nvidia.com> Reviewed-by: Nikesh Oswal <noswal@nvidia.com> Reviewed-by: Scott Peterson <speterson@nvidia.com> (cherry picked from commit d00767b6573367a6827f35c2339e46f68f75cbaf) Reviewed-on: http://git-master/r/73952 Reviewed-by: Varun Wadekar <vwadekar@nvidia.com> Tested-by: Varun Wadekar <vwadekar@nvidia.com>
Diffstat (limited to 'sound')
-rw-r--r--sound/soc/tegra/tegra_max98088.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/tegra/tegra_max98088.c b/sound/soc/tegra/tegra_max98088.c
index 7748d0e071cb..d9308ba54b99 100644
--- a/sound/soc/tegra/tegra_max98088.c
+++ b/sound/soc/tegra/tegra_max98088.c
@@ -899,6 +899,7 @@ static int tegra_max98088_init(struct snd_soc_pcm_runtime *rtd)
machine->init_done = true;
machine->pcard = card;
+ machine->bias_level = SND_SOC_BIAS_STANDBY;
if (gpio_is_valid(pdata->gpio_spkr_en)) {
ret = gpio_request(pdata->gpio_spkr_en, "spkr_en");