All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] spitz: MONO -> MONO1
@ 2008-08-11 22:45 Dmitry Baryshkov
  2008-08-11 22:45 ` [PATCH] wm8750: add missing VREF output Dmitry Baryshkov
  2008-08-12 10:17 ` [PATCH] spitz: MONO -> MONO1 Mark Brown
  0 siblings, 2 replies; 4+ messages in thread
From: Dmitry Baryshkov @ 2008-08-11 22:45 UTC (permalink / raw)
  To: alsa-devel; +Cc: Dmitry Baryshkov, Mark Brown

Correct route name to be MONO1 instead of MONO to follow
recent fix in wm8750.

Signed-off-by: Dmitry Baryshkov <dbaryshkov@gmail.com>
Cc: Mark Brown <broonie@opensource.wolfsonmicro.com>
---
 sound/soc/pxa/spitz.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/sound/soc/pxa/spitz.c b/sound/soc/pxa/spitz.c
index eefc25b..37cb768 100644
--- a/sound/soc/pxa/spitz.c
+++ b/sound/soc/pxa/spitz.c
@@ -297,7 +297,7 @@ static int spitz_wm8750_init(struct snd_soc_codec *codec)
 	snd_soc_dapm_disable_pin(codec, "LINPUT3");
 	snd_soc_dapm_disable_pin(codec, "RINPUT3");
 	snd_soc_dapm_disable_pin(codec, "OUT3");
-	snd_soc_dapm_disable_pin(codec, "MONO");
+	snd_soc_dapm_disable_pin(codec, "MONO1");
 
 	/* Add spitz specific controls */
 	for (i = 0; i < ARRAY_SIZE(wm8750_spitz_controls); i++) {
-- 
1.5.6.3

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

end of thread, other threads:[~2008-08-12 14:03 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-08-11 22:45 [PATCH] spitz: MONO -> MONO1 Dmitry Baryshkov
2008-08-11 22:45 ` [PATCH] wm8750: add missing VREF output Dmitry Baryshkov
2008-08-12 10:17 ` [PATCH] spitz: MONO -> MONO1 Mark Brown
2008-08-12 14:03   ` Takashi Iwai

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.