All of lore.kernel.org
 help / color / mirror / Atom feed
From: Mark Brown <broonie@opensource.wolfsonmicro.com>
To: Takashi Iwai <tiwai@suse.de>
Cc: alsa-devel@alsa-project.org,
	Mark Brown <broonie@opensource.wolfsonmicro.com>,
	Peter Ujfalusi <peter.ujfalusi@nokia.com>
Subject: [PATCH 2/8] ASoC: TWL4030: Add missing Carkit output
Date: Wed, 10 Dec 2008 20:01:09 +0000	[thread overview]
Message-ID: <1228939275-7768-2-git-send-email-broonie@opensource.wolfsonmicro.com> (raw)
In-Reply-To: <1228939275-7768-1-git-send-email-broonie@opensource.wolfsonmicro.com>

From: Peter Ujfalusi <peter.ujfalusi@nokia.com>

SND_SOC_DAPM_OUTPUT definition for carkitL/R was missing.

Signed-off-by: Peter Ujfalusi <peter.ujfalusi@nokia.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
---
 sound/soc/codecs/twl4030.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/sound/soc/codecs/twl4030.c b/sound/soc/codecs/twl4030.c
index 71ab534..13d5a12 100644
--- a/sound/soc/codecs/twl4030.c
+++ b/sound/soc/codecs/twl4030.c
@@ -761,6 +761,8 @@ static const struct snd_soc_dapm_widget twl4030_dapm_widgets[] = {
 	SND_SOC_DAPM_OUTPUT("PREDRIVER"),
 	SND_SOC_DAPM_OUTPUT("HSOL"),
 	SND_SOC_DAPM_OUTPUT("HSOR"),
+	SND_SOC_DAPM_OUTPUT("CARKITL"),
+	SND_SOC_DAPM_OUTPUT("CARKITR"),
 	SND_SOC_DAPM_OUTPUT("HFL"),
 	SND_SOC_DAPM_OUTPUT("HFR"),
 
-- 
1.5.6.5

  reply	other threads:[~2008-12-10 20:01 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-12-10 19:58 [PATCH 0/8] ASoC updates Mark Brown
2008-12-10 20:01 ` [PATCH 1/8] ASoC: Work around warnings from some build environments Mark Brown
2008-12-10 20:01   ` Mark Brown [this message]
2008-12-10 20:01     ` [PATCH 3/8] ASoC: TWL4030: Small cleanup Mark Brown
2008-12-10 20:01       ` [PATCH 4/8] ASoC: TWL4030: Change the name for the DACs Mark Brown
2008-12-10 20:01         ` [PATCH 5/8] ASoC: Add codec registration API Mark Brown
2008-12-10 20:01           ` [PATCH 6/8] ASoC: Convert WM8900 to do more work at I2C probe time Mark Brown
2008-12-10 20:01             ` [PATCH 7/8] ASoC: Convert WM8903 driver to register " Mark Brown
2008-12-10 20:01               ` [PATCH 8/8] ASoC: Stop WM8903 SYSCLK when suspending Mark Brown
2008-12-10 20:34 ` [PATCH 0/8] ASoC updates Takashi Iwai

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1228939275-7768-2-git-send-email-broonie@opensource.wolfsonmicro.com \
    --to=broonie@opensource.wolfsonmicro.com \
    --cc=alsa-devel@alsa-project.org \
    --cc=peter.ujfalusi@nokia.com \
    --cc=tiwai@suse.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.