linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* ASoC: fix the building issue of missing codec field in 'struct snd_soc_card'
@ 2010-11-01 21:10 Eric Miao
  2010-11-02 13:25 ` Mark Brown
  0 siblings, 1 reply; 3+ messages in thread
From: Eric Miao @ 2010-11-01 21:10 UTC (permalink / raw)
  To: linux-arm-kernel

diff --git a/sound/soc/pxa/tosa.c b/sound/soc/pxa/tosa.c
index a3bfb2e..73d0edd 100644
--- a/sound/soc/pxa/tosa.c
+++ b/sound/soc/pxa/tosa.c
@@ -79,7 +79,7 @@ static void tosa_ext_control(struct snd_soc_codec *codec)
 static int tosa_startup(struct snd_pcm_substream *substream)
 {
 	struct snd_soc_pcm_runtime *rtd = substream->private_data;
-	struct snd_soc_codec *codec = rtd->card->codec;
+	struct snd_soc_codec *codec = rtd->codec;

 	/* check the jack status at stream startup */
 	tosa_ext_control(codec);

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

* ASoC: fix the building issue of missing codec field in 'struct snd_soc_card'
  2010-11-01 21:10 ASoC: fix the building issue of missing codec field in 'struct snd_soc_card' Eric Miao
@ 2010-11-02 13:25 ` Mark Brown
  2010-11-02 13:29   ` Eric Miao
  0 siblings, 1 reply; 3+ messages in thread
From: Mark Brown @ 2010-11-02 13:25 UTC (permalink / raw)
  To: linux-arm-kernel

On Tue, Nov 02, 2010 at 05:10:07AM +0800, Eric Miao wrote:

Applied but please provide a signoff and remember to CC both Liam and
alsa-devel for ASoC patches.  I've taken it without the signoff since
it's a small and obvious fix.

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

* ASoC: fix the building issue of missing codec field in 'struct snd_soc_card'
  2010-11-02 13:25 ` Mark Brown
@ 2010-11-02 13:29   ` Eric Miao
  0 siblings, 0 replies; 3+ messages in thread
From: Eric Miao @ 2010-11-02 13:29 UTC (permalink / raw)
  To: linux-arm-kernel

On Tue, Nov 2, 2010 at 9:25 PM, Mark Brown
<broonie@opensource.wolfsonmicro.com> wrote:
> On Tue, Nov 02, 2010 at 05:10:07AM +0800, Eric Miao wrote:
>
> Applied but please provide a signoff and remember to CC both Liam and
> alsa-devel for ASoC patches. ?I've taken it without the signoff since
> it's a small and obvious fix.
>

Feel free to add my SOB:

Signed-off-by: Eric Miao <eric.y.miao@gmail.com>

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

end of thread, other threads:[~2010-11-02 13:29 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-11-01 21:10 ASoC: fix the building issue of missing codec field in 'struct snd_soc_card' Eric Miao
2010-11-02 13:25 ` Mark Brown
2010-11-02 13:29   ` Eric Miao

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).