All of lore.kernel.org
 help / color / mirror / Atom feed
From: David Henningsson <david.henningsson@canonical.com>
To: James Cameron <quozl@laptop.org>
Cc: alsa-devel@alsa-project.org, Mark Brown <broonie@kernel.org>
Subject: Re: Splitting out controls
Date: Fri, 30 Oct 2015 10:04:30 +0100	[thread overview]
Message-ID: <5633329E.8040003@canonical.com> (raw)
In-Reply-To: <20151030085302.GE7311@us.netrek.org>



On 2015-10-30 09:53, James Cameron wrote:
> On Fri, Oct 30, 2015 at 09:36:39AM +0100, David Henningsson wrote:
>>
>>
>> On 2015-10-30 03:36, Mark Brown wrote:
>>> On Tue, Oct 13, 2015 at 09:07:20AM +0200, David Henningsson wrote:
>>>> On 2015-10-12 22:59, James Cameron wrote:
>>>
>>> James, please don't drop CCs (this is the convention for kernel lists).
>>>
>>>> I personally believe that if the physical hardware can be set to state where
>>>> it's bricked, the hardware itself is buggy.
>>>
>>>> If the hardware is buggy, this should be worked around in BIOS or whatever
>>>> firmware is present on the machine. Otherwise there is a bug in BIOS.
>>>
>>> This is just not possible for most systems, there is no BIOS only a
>>> bootoloader which hands off control to the kernel and stops running at
>>> that point.
>>
>> The BIOS can poke the hardware, set registers in such ways that
>> volumes are limited. Registers that the kernel never touches.
>
> I'm not sure how that would work.  The BIOS developers and the kernel
> developers would have to agree on what registers are to be touched by
> the BIOS only.  In my case, with the rt5631, the registers could not
> be easily isolated in that fashion.  And if the kernel hit the reset
> bit in one of the registers, whatever the BIOS had set would be lost.
>
> Oh, and power management.  The codec can be powered down by suspend,
> with the BIOS uninvolved in resume.

The way it has come to work on HDA is that the codec vendor has a number 
of "secret" registers, which they only tell the BIOS developers about, 
and (to our frustration) are quite reluctant to tell us about.

And certainly the BIOS is involved in setting these registers on S3 
resume, too.

One could imagine having ACPI calls for putting a codec in 
suspend/resume, but as I said, in many cases (such as yours) this just 
makes things more complicated. It's better dealt with in the kernel 
codec driver instead.

>> From
>> my knowledge, this is more common than not on modern laptops with
>> HDA codecs. A bootloader could potentially do the same - but in many
>> embedded setups I suspect it makes just as much sense to do that
>> during driver initialization instead.

-- 
David Henningsson, Canonical Ltd.
https://launchpad.net/~diwic

  reply	other threads:[~2015-10-30  9:04 UTC|newest]

Thread overview: 36+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-10-12 13:49 [Minutes] ELCE Audio mini conf Liam Girdwood
2015-10-12 15:30 ` Jaroslav Kysela
2015-10-12 20:59 ` Splitting out controls James Cameron
2015-10-13  7:07   ` David Henningsson
2015-10-13  8:27     ` Keyon
2015-10-13 14:55     ` Pierre-Louis Bossart
2015-10-13 15:56       ` David Henningsson
2015-10-13 16:08         ` Pierre-Louis Bossart
2015-10-16  6:41           ` David Henningsson
2015-10-16 14:49             ` Pierre-Louis Bossart
2015-10-16 15:24               ` Richard Fitzgerald
2015-10-30  2:48                 ` Mark Brown
2015-10-16 15:28               ` Takashi Iwai
2015-10-14 18:20         ` Liam Girdwood
2015-10-16 15:35     ` Richard Fitzgerald
2015-10-16 16:00       ` Takashi Iwai
2015-10-16 16:31         ` Richard Fitzgerald
2015-10-16 17:00           ` Takashi Iwai
2015-10-17 15:54         ` Pierre-Louis Bossart
2015-10-17 16:02           ` Takashi Iwai
2015-10-18  6:41             ` Ricard Wanderlof
2015-10-30  2:57               ` Mark Brown
2015-10-17 16:25           ` Alexander E. Patrakov
2015-10-30  2:50       ` Mark Brown
2015-10-30  2:36     ` Mark Brown
2015-10-30  8:36       ` David Henningsson
2015-10-30  8:53         ` James Cameron
2015-10-30  9:04           ` David Henningsson [this message]
2015-11-01  2:45             ` Mark Brown
2015-10-13 14:09 ` 'BATCH flag for USB' and 'ALSA Core Challenges' Takashi Sakamoto
2015-10-13 14:44   ` Alexander E. Patrakov
2015-10-18  3:22     ` Takashi Sakamoto
2015-10-13 16:01   ` Pierre-Louis Bossart
2015-10-14 12:27   ` Liam Girdwood
2015-10-22 17:10 ` [Minutes] ELCE Audio mini conf Mark Brown
2015-10-22 17:14 ` DP hotplug on USB C 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=5633329E.8040003@canonical.com \
    --to=david.henningsson@canonical.com \
    --cc=alsa-devel@alsa-project.org \
    --cc=broonie@kernel.org \
    --cc=quozl@laptop.org \
    /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.