From: Liam Girdwood <liam.r.girdwood@linux.intel.com>
To: Mark Brown <broonie@kernel.org>
Cc: Takashi Iwai <tiwai@suse.de>, alsa-devel@alsa-project.org
Subject: Re: [PATCH 3/6] ASoC: Intel: Add Haswell and Broadwell PCM platform driver
Date: Mon, 24 Feb 2014 20:00:50 +0000 [thread overview]
Message-ID: <1393272050.2323.68.camel@loki> (raw)
In-Reply-To: <20140223031958.GX25940@sirena.org.uk>
On Sun, 2014-02-23 at 12:19 +0900, Mark Brown wrote:
> On Fri, Feb 21, 2014 at 08:11:12AM +0100, Takashi Iwai wrote:
> > Mark Brown wrote:
>
> > > Interesting one here. On the one hand we always say to present the
> > > hardware features as directly as possible to the application layer. On
> > > the other hand I'd not be surprised if some userspaces failed to deal
> > > constructively with a full 31 bits of linearly mapped volume control
> > > (but I'm not sure how common they are and really they ought to be
> > > fixed). Anyway, not a problem more just a comment.
>
> > A straightforward implementation would be just to expose this 31bit
> > raw value and declare it as a linear dB via TLV. The proper dB
> > conversion is done in alsa-lib.
>
> Yes, exactly. This should work well with most userspaces, the only
> thing that would worry me would be something basic that makes the user
> manually step through thousands of tiny volume steps. I don't think any
> modern application layer should have an issue there though and I'm not
> sure if I'd care about such application layers myself.
>
> > BTW, you need no table for this volume value at all. volume_map[] can
> > be replaced like
> > #define volume_map(i) ((1U << (i) - 1)
>
> It does mean it's easier to update the chosen steps in future though.
>
Fwiw, the table was going to be replaced with a similar table that did
not have exact power of 2 values. This was just temporary until I had
some more time to build the correct table.
I should get some time to add the table after BYT upstream.
> > > > + if (!pcm_data->stream) {
> > > > + pcm_data->volume[0] =
> > > > + hsw_mixer_to_ipc(ucontrol->value.integer.value[0]);
> > > > + pcm_data->volume[1] =
> > > > + hsw_mixer_to_ipc(ucontrol->value.integer.value[1]);
> > > > + mutex_unlock(&pcm_data->mutex);
> > > > + return 0;
> > > > + }
>
> > > It looks like we only record the volume when the stream is idle. What
> > > happens if the user changes the volume while it's idle, starts playing,
> > > changes again then stops playing? It's possible I missed the bit where
> > > it gets saved but I did look.
>
> > This seems restored in hsw_pcm_open().
>
> Yes, it's restored there - what concerned me was that the variables
> didn't seem to be being updated while the stream was running, it only
> wrote to the hardware so if the volume had subsequently been changed on
> a running stream then the older value from a closed stream would be
> written out. It'd at least be more obviously correct to just update the
> variables no matter what.
Will check and fix this, it may be a regression at my end.
Liam
next prev parent reply other threads:[~2014-02-24 20:01 UTC|newest]
Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-02-20 21:48 [PATCH 1/6] ASoC: Intel: Add support for Haswell/Broadwell DSP Liam Girdwood
2014-02-20 21:48 ` [PATCH 2/6] ASoC: Intel: Add Haswell/Broadwell IPC Liam Girdwood
2014-02-21 5:03 ` Mark Brown
2014-02-20 21:48 ` [PATCH 3/6] ASoC: Intel: Add Haswell and Broadwell PCM platform driver Liam Girdwood
2014-02-21 5:16 ` Mark Brown
2014-02-21 7:11 ` Takashi Iwai
2014-02-23 3:19 ` Mark Brown
2014-02-24 20:00 ` Liam Girdwood [this message]
2014-02-21 7:28 ` Takashi Iwai
2014-02-24 20:07 ` Liam Girdwood
2014-02-20 21:48 ` [PATCH 4/6] ASoC: Intel: Add trace support for Haswell/Broadwell SST IPC messages Liam Girdwood
2014-02-21 5:19 ` Mark Brown
2014-02-24 19:50 ` Liam Girdwood
2014-02-20 21:48 ` [PATCH 5/6] ASoC: Intel: Add build support for Haswell ADSP Liam Girdwood
2014-02-21 5:19 ` Mark Brown
2014-02-20 21:48 ` [PATCH 6/6] ASoC: Intel: Add Haswell Machine support Liam Girdwood
2014-02-21 5:22 ` Mark Brown
2014-02-24 19:55 ` Liam Girdwood
2014-02-21 5:01 ` [PATCH 1/6] ASoC: Intel: Add support for Haswell/Broadwell DSP Mark Brown
2014-02-21 13:05 ` Jarkko Nikula
2014-02-24 20:09 ` Liam Girdwood
2014-02-24 19:47 ` Liam Girdwood
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=1393272050.2323.68.camel@loki \
--to=liam.r.girdwood@linux.intel.com \
--cc=alsa-devel@alsa-project.org \
--cc=broonie@kernel.org \
--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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox