public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] SOC: UDA134x: Enable POWER_OFF_ON_STANDBY define.
@ 2011-05-03  9:32 Marek Belisko
  2011-05-03 10:00 ` Mark Brown
  0 siblings, 1 reply; 6+ messages in thread
From: Marek Belisko @ 2011-05-03  9:32 UTC (permalink / raw)
  To: tiwai, perex; +Cc: linux-kernel, alsa-devel, lrg, broonie, Marek Belisko

Without this define we can't get any sound from codec so enable
it by default. This define unlock bias settings which control
power control for DAC and ADC (by default 0 0 which is off off).

Signed-off-by: Marek Belisko <marek.belisko@open-nandra.com>
---
 sound/soc/codecs/uda134x.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/sound/soc/codecs/uda134x.c b/sound/soc/codecs/uda134x.c
index 48ffd40..8c6808ad 100644
--- a/sound/soc/codecs/uda134x.c
+++ b/sound/soc/codecs/uda134x.c
@@ -26,6 +26,7 @@
 
 #include "uda134x.h"
 
+#define POWER_OFF_ON_STANDBY
 
 #define UDA134X_RATES SNDRV_PCM_RATE_8000_48000
 #define UDA134X_FORMATS (SNDRV_PCM_FMTBIT_S8 | SNDRV_PCM_FMTBIT_S16_LE | \
-- 
1.7.4.1


^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2011-05-03 12:10 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-05-03  9:32 [PATCH] SOC: UDA134x: Enable POWER_OFF_ON_STANDBY define Marek Belisko
2011-05-03 10:00 ` Mark Brown
2011-05-03 11:09   ` Belisko Marek
2011-05-03 11:23     ` Mark Brown
2011-05-03 11:56       ` Belisko Marek
2011-05-03 12:10         ` Mark Brown

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox