public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Fabio Baltieri <fabio.baltieri@linaro.org>
To: Mark Brown <broonie@kernel.org>
Cc: Liam Girdwood <lgirdwood@gmail.com>,
	alsa-devel@alsa-project.org, linux-kernel@vger.kernel.org,
	Linus Walleij <linus.walleij@linaro.org>,
	Lee Jones <lee.jones@linaro.org>,
	Ola Lilja <ola.o.lilja@stericsson.com>
Subject: Re: [PATCH 3/6] ASoC: ux500: Drop pinctrl sleep support
Date: Mon, 13 May 2013 12:43:51 +0200	[thread overview]
Message-ID: <20130513104351.GA32308@balto.lan> (raw)
In-Reply-To: <20130509094103.GA7478@sirena.org.uk>

On Thu, May 09, 2013 at 10:41:03AM +0100, Mark Brown wrote:
> On Wed, May 08, 2013 at 05:48:05PM +0200, Fabio Baltieri wrote:
> > On Wed, May 08, 2013 at 03:29:38PM +0100, Mark Brown wrote:
> 
> > > So if these pins are being shared between the instances then surely
> > > there are other interdependencies that need to be taken care of Is that
> > > happening?  For example if the clocks are shared then is the code
> > > currently stopping the interfaces being configured with incompatible
> > > sample rates or word sizes?
> 
> > That's an interesting point.  Mixed format, rate and channel counts
> > seems to work just fine, but that's probably because the supported rate
> > and format is locked by the codec to 48k + S16_LE.  This is in line with
> > what is specified on the ab8500 datasheet:
> > 
> > ---
> > The AB8500 audio module exchanges audio data through the two digital
> > interfaces at a fixed 48 kHz rate in different formats with up to 8
> > channels per interface.
> > ---
> 
> That sounds like there's still some potential problems with the channel
> count, though?

Ok I'll try to figure out how to properly handle this. Right now the
timeslot mapping is exposed to the userspace with a series of dapm
widgets at codec level, and the same bits are set in the tdm api
depending on the channel counts.

> > On the other side, I don't think anybody is using the ux500 with
> > anything else than the ab8500, so I don't even know how would I test and
> > fix this.
> 
> The fix should simply be a case of setting constraints when opening
> additional interfaces based on the configuration of the primary
> interface.  You can test this sort of thing by simply verifying that it
> doesn't break the existing cases.

Ok.

> > > Well, most things would probably be able to get some small benefit from
> > > doing this, it's just that we've not had any real support for managing
> > > pin muxing - one of the goals of adding pinctrl is to make it easier to
> > > deploy this sort of thing.
> 
> > Pin muxing is handled transparently.  The real problem is sleep mode
> > switching, but that's really not needed if the codec has a proper low
> > power mode.
> 
> I'm not following that at all I'm afraid - I don't understand the
> relevance of the CODEC?

My understanding is that ASoC may not need explicit pinctrl support
because default pin assignments is already handled at pinctrl framework
level, and pinctrl sleep mode may not be necessary at all, unless
someone else can come out with a good reason for that.

Fabio

-- 
Fabio Baltieri

  reply	other threads:[~2013-05-13 10:44 UTC|newest]

Thread overview: 55+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-05-08  7:14 [PATCH 0/6] Second set of fixes for ux500 ASoC drivers Fabio Baltieri
2013-05-08  7:14 ` [PATCH 1/6] ASoC: ab8500-codec: Add missing ad_to_slot definitions Fabio Baltieri
2013-05-08  7:53   ` Lee Jones
2013-05-08  8:30     ` Fabio Baltieri
2013-05-08  8:47       ` Lee Jones
2013-05-08 10:58   ` Mark Brown
2013-05-08  7:14 ` [PATCH 2/6] ASoC: ux500: Do not clear state if already idle Fabio Baltieri
2013-05-08  8:04   ` Lee Jones
2013-05-08  8:39     ` [PATCH v2 " Fabio Baltieri
2013-05-08 10:34       ` Mark Brown
2013-05-08 11:04         ` Lee Jones
2013-05-08 11:31           ` Mark Brown
2013-05-08 12:03             ` Lee Jones
2013-05-08 12:39               ` Mark Brown
2013-05-08 13:05                 ` Lee Jones
2013-05-08 13:48                   ` Mark Brown
2013-05-08 14:06                     ` Lee Jones
2013-05-09  9:28                       ` Mark Brown
2013-05-08 12:04         ` Fabio Baltieri
2013-05-08 12:39           ` Mark Brown
2013-05-08  7:14 ` [PATCH 3/6] ASoC: ux500: Drop pinctrl sleep support Fabio Baltieri
2013-05-08  8:07   ` Lee Jones
2013-05-08  8:20     ` Fabio Baltieri
2013-05-08  8:48       ` Lee Jones
2013-05-08  9:00         ` Fabio Baltieri
2013-05-08 10:51   ` Mark Brown
2013-05-08 11:42     ` Fabio Baltieri
2013-05-08 12:32       ` Mark Brown
2013-05-08 13:10         ` Fabio Baltieri
2013-05-08 13:54           ` Mark Brown
2013-05-08 14:17             ` Fabio Baltieri
2013-05-08 14:27               ` Fabio Baltieri
2013-05-08 14:49                 ` Mark Brown
2013-05-08 15:07                   ` Lee Jones
2013-05-09  9:34                     ` Mark Brown
2013-05-08 14:29               ` Mark Brown
2013-05-08 15:48                 ` Fabio Baltieri
2013-05-09  9:41                   ` Mark Brown
2013-05-13 10:43                     ` Fabio Baltieri [this message]
2013-05-17 22:02                   ` Linus Walleij
2013-05-08  7:14 ` [PATCH 4/6] ASoC: ux500: Update tx tdm slots configuration Fabio Baltieri
2013-05-08  8:18   ` Lee Jones
2013-05-08 11:01   ` Mark Brown
2013-05-08 11:11     ` Lee Jones
2013-05-08 11:32       ` Fabio Baltieri
2013-05-08 12:28       ` Mark Brown
2013-05-08 16:03     ` Fabio Baltieri
2013-05-08  7:14 ` [PATCH 5/6] ASoC: ux500: Swap even/odd AD slot definitions Fabio Baltieri
2013-05-08  8:19   ` Lee Jones
2013-05-08  7:14 ` [PATCH 6/6] ASoC: ux500: Use the first two AD slots for capture Fabio Baltieri
2013-05-08  8:22   ` Lee Jones
2013-05-08 10:56   ` Mark Brown
2013-05-08 11:12     ` Lee Jones
2013-05-08 12:30       ` Mark Brown
2013-05-08 16:08     ` Fabio Baltieri

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=20130513104351.GA32308@balto.lan \
    --to=fabio.baltieri@linaro.org \
    --cc=alsa-devel@alsa-project.org \
    --cc=broonie@kernel.org \
    --cc=lee.jones@linaro.org \
    --cc=lgirdwood@gmail.com \
    --cc=linus.walleij@linaro.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=ola.o.lilja@stericsson.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox