All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] tosa: fix compilation with new DAPM API
@ 2008-07-08 15:45 Dmitry Baryshkov
  2008-07-08 18:46 ` Mark Brown
  2008-07-09 17:41 ` Takashi Iwai
  0 siblings, 2 replies; 4+ messages in thread
From: Dmitry Baryshkov @ 2008-07-08 15:45 UTC (permalink / raw)
  To: alsa-devel; +Cc: broonie

Signed-off-by: Dmitry Baryshkov <dbaryshkov@gmail.com>
---
 sound/soc/pxa/tosa.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/sound/soc/pxa/tosa.c b/sound/soc/pxa/tosa.c
index b59a8df..fe6cca9 100644
--- a/sound/soc/pxa/tosa.c
+++ b/sound/soc/pxa/tosa.c
@@ -151,7 +151,7 @@ SND_SOC_DAPM_SPK("Speaker", NULL),
 };
 
 /* tosa audio map */
-static const snd_soc_dapm_route audio_map[] = {
+static const struct snd_soc_dapm_route audio_map[] = {
 
 	/* headphone connected to HPOUTL, HPOUTR */
 	{"Headphone Jack", NULL, "HPOUTL"},
@@ -203,7 +203,7 @@ static int tosa_ac97_init(struct snd_soc_codec *codec)
 	}
 
 	/* add tosa specific widgets */
-	snd_soc_dapm_new_controls(codec, &tosa_dapm_widgets,
+	snd_soc_dapm_new_controls(codec, tosa_dapm_widgets,
 				  ARRAY_SIZE(tosa_dapm_widgets));
 
 	/* set up tosa specific audio path audio_map */
-- 
1.5.6


-- 
With best wishes
Dmitry

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

* Re: [PATCH 1/2] tosa: fix compilation with new DAPM API
  2008-07-08 15:45 [PATCH 1/2] tosa: fix compilation with new DAPM API Dmitry Baryshkov
@ 2008-07-08 18:46 ` Mark Brown
  2008-07-09 17:41 ` Takashi Iwai
  1 sibling, 0 replies; 4+ messages in thread
From: Mark Brown @ 2008-07-08 18:46 UTC (permalink / raw)
  To: Dmitry Baryshkov; +Cc: alsa-devel

On Tue, Jul 08, 2008 at 07:45:20PM +0400, Dmitry Baryshkov wrote:
> Signed-off-by: Dmitry Baryshkov <dbaryshkov@gmail.com>

Acked-by: Mark Brown <broonie@opensource.wolfsonmicro.com>

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

* Re: [PATCH 1/2] tosa: fix compilation with new DAPM API
  2008-07-09 17:41 ` Takashi Iwai
@ 2008-07-09 15:27   ` Dmitry Baryshkov
  0 siblings, 0 replies; 4+ messages in thread
From: Dmitry Baryshkov @ 2008-07-09 15:27 UTC (permalink / raw)
  To: alsa-devel

Takashi Iwai wrote:

> At Tue, 8 Jul 2008 19:45:20 +0400,
> Dmitry Baryshkov wrote:
>> 
>> Signed-off-by: Dmitry Baryshkov <dbaryshkov@gmail.com>
> 
> Thanks, applied both patches.

Thanks!



-- 
With best wishes
Dmitry

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

* Re: [PATCH 1/2] tosa: fix compilation with new DAPM API
  2008-07-08 15:45 [PATCH 1/2] tosa: fix compilation with new DAPM API Dmitry Baryshkov
  2008-07-08 18:46 ` Mark Brown
@ 2008-07-09 17:41 ` Takashi Iwai
  2008-07-09 15:27   ` Dmitry Baryshkov
  1 sibling, 1 reply; 4+ messages in thread
From: Takashi Iwai @ 2008-07-09 17:41 UTC (permalink / raw)
  To: Dmitry Baryshkov; +Cc: alsa-devel, broonie

At Tue, 8 Jul 2008 19:45:20 +0400,
Dmitry Baryshkov wrote:
> 
> Signed-off-by: Dmitry Baryshkov <dbaryshkov@gmail.com>

Thanks, applied both patches.


Takashi

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

end of thread, other threads:[~2008-07-09 15:27 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-07-08 15:45 [PATCH 1/2] tosa: fix compilation with new DAPM API Dmitry Baryshkov
2008-07-08 18:46 ` Mark Brown
2008-07-09 17:41 ` Takashi Iwai
2008-07-09 15:27   ` Dmitry Baryshkov

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.