All of lore.kernel.org
 help / color / mirror / Atom feed
From: Alexander Sverdlin <subaparts@yandex.ru>
To: Mika Westerberg <mika.westerberg@iki.fi>
Cc: alsa-devel@alsa-project.org, rmallon@gmail.com,
	broonie@opensource.wolfsonmicro.com,
	hsweeten@visionengravers.com, lrg@ti.com,
	linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH 3/7] ASoC: edb93xx: convert to use snd_soc_register_card()
Date: Sun, 18 Sep 2011 13:43:18 +0200	[thread overview]
Message-ID: <1316346198.17769.14.camel@r60e> (raw)
In-Reply-To: <20110918073852.GA2625@mwesterb-mobl.ger.corp.intel.com>

Hello!

On Sun, 2011-09-18 at 10:38 +0300, Mika Westerberg wrote:
> On Sat, Sep 17, 2011 at 01:58:20PM +0200, Alexander Sverdlin wrote:
> > 
> > I've checked mainline linux-next without your patches, it's broken too.
> > So your patches are not the root cause for that.
> 
> Ok thanks.
> 
> Still it would be good to find out which causes it to fail. Are you able to
> load all the modules manually? Does it work then?
> 

I've limited access to hardware at the moment, so I'll find out that,
but it will not be so fast )

WARNING: multiple messages have this Message-ID (diff)
From: subaparts@yandex.ru (Alexander Sverdlin)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 3/7] ASoC: edb93xx: convert to use snd_soc_register_card()
Date: Sun, 18 Sep 2011 13:43:18 +0200	[thread overview]
Message-ID: <1316346198.17769.14.camel@r60e> (raw)
In-Reply-To: <20110918073852.GA2625@mwesterb-mobl.ger.corp.intel.com>

Hello!

On Sun, 2011-09-18 at 10:38 +0300, Mika Westerberg wrote:
> On Sat, Sep 17, 2011 at 01:58:20PM +0200, Alexander Sverdlin wrote:
> > 
> > I've checked mainline linux-next without your patches, it's broken too.
> > So your patches are not the root cause for that.
> 
> Ok thanks.
> 
> Still it would be good to find out which causes it to fail. Are you able to
> load all the modules manually? Does it work then?
> 

I've limited access to hardware at the moment, so I'll find out that,
but it will not be so fast )

  reply	other threads:[~2011-09-18 11:43 UTC|newest]

Thread overview: 39+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-09-11  9:28 [PATCH 0/7] ASoC: ep93xx: convert to use snd_soc_register_card() Mika Westerberg
2011-09-11  9:28 ` Mika Westerberg
2011-09-11  9:28 ` [PATCH 1/7] ASoC: ep93xx-pcm: add MODULE_ALIAS Mika Westerberg
2011-09-11  9:28   ` Mika Westerberg
2011-09-11  9:28 ` [PATCH 2/7] ASoC: simone: convert to use snd_soc_register_card() Mika Westerberg
2011-09-11  9:28   ` Mika Westerberg
2011-09-11  9:28 ` [PATCH 3/7] ASoC: edb93xx: " Mika Westerberg
2011-09-11  9:28   ` Mika Westerberg
2011-09-16 16:45   ` Alexander Sverdlin
2011-09-16 16:45     ` Alexander Sverdlin
2011-09-17  6:52     ` Mika Westerberg
2011-09-17  6:52       ` Mika Westerberg
2011-09-17 11:58       ` Alexander Sverdlin
2011-09-17 11:58         ` Alexander Sverdlin
2011-09-18  7:38         ` Mika Westerberg
2011-09-18  7:38           ` Mika Westerberg
2011-09-18 11:43           ` Alexander Sverdlin [this message]
2011-09-18 11:43             ` Alexander Sverdlin
2011-09-11  9:28 ` [PATCH 4/7] ASoC: snappercl15: " Mika Westerberg
2011-09-11  9:28   ` Mika Westerberg
2011-09-11  9:28 ` [PATCH 5/7] ARM: ep93xx: simone: register audio platform device Mika Westerberg
2011-09-11  9:28   ` Mika Westerberg
2011-09-11  9:28 ` [PATCH 6/7] ARM: ep93xx: edb93xx: " Mika Westerberg
2011-09-11  9:28   ` Mika Westerberg
2011-09-11  9:28 ` [PATCH 7/7] ARM: ep93xx: snappercl15: " Mika Westerberg
2011-09-11  9:28   ` Mika Westerberg
2011-09-11 23:15 ` [PATCH 0/7] ASoC: ep93xx: convert to use snd_soc_register_card() Ryan Mallon
2011-09-11 23:15   ` Ryan Mallon
2011-09-12  4:55   ` Girdwood, Liam
2011-09-12 10:19     ` Mark Brown
2011-09-12 10:19       ` Mark Brown
2011-09-12 15:59       ` Mika Westerberg
2011-09-12 15:59         ` Mika Westerberg
2011-09-12 20:33         ` H Hartley Sweeten
2011-09-12 20:33           ` H Hartley Sweeten
2011-09-13 17:44           ` Mika Westerberg
2011-09-13 17:44             ` Mika Westerberg
2011-09-16  9:12             ` Mark Brown
2011-09-16  9:12               ` Mark Brown

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=1316346198.17769.14.camel@r60e \
    --to=subaparts@yandex.ru \
    --cc=alsa-devel@alsa-project.org \
    --cc=broonie@opensource.wolfsonmicro.com \
    --cc=hsweeten@visionengravers.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=lrg@ti.com \
    --cc=mika.westerberg@iki.fi \
    --cc=rmallon@gmail.com \
    /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.