[alsa-devel] [RFC 0/5] Add a gpio jack device

Dylan Reid dgreid at chromium.org
Mon May 25 20:58:59 CEST 2015


On Mon, May 25, 2015 at 10:15 AM, Mark Brown <broonie at kernel.org> wrote:
> On Mon, May 25, 2015 at 05:17:01PM +0200, Lars-Peter Clausen wrote:
>> On 05/23/2015 12:09 AM, Dylan Reid wrote:
>
>> >The first three changes add a gpio audio jack device.  This device can
>> >be used on systems that report headphone or mic plug through GPIOS.
>> >There can be 0-N of these devices created per board each can report one
>> >of several events.  For example, this allows for a single jack for
>> >HP/Mic and a separate jack for line out.
>
>> I'm not convinced that this series is the right approach and I don't think
>> it helps us to solve the problem.
>
> I think it solves the 90% case well enough for simple-card (which is to
> the main target user here) and the situation with jack detection is
> already fragmented enough that we're not likely to make things
> that much worse.  Though now I think about it just taking the gpio out
> of the device name would help with binding reuse for other users.

Thanks for taking the time to look at this.

My goal was to enable simple-card to be used with a wider arrangement
of jacks.   There is still more that can be done to make this more
general, but hopefully this is a step in the right direction.  The
next step is to add an "audio-jack" binding to simple card which could
be satisfied with this "gpio-audio-jack" or a reference to the
ts3a227e or similar.  That should allow for the rk3288 board to use
simple-card.

>
>> I think what we need to get the layering and encapsulation right is to
>> introduce a distinction between jacks and jack detection logic. The jacks
>> are part of the fabric and should be registered by the machine driver. The
>> jack detection logic can be implemented by either GPIOs, a dedicated jack
>> detection chip, like the TS3A227E, or can be part of a more complex CODEC.
>> The jack detection logic is a function that is provided by these. The audio
>> fabric, which makes up the sound card, is a consumer of this functionality.
>
>> To be able to properly abstract this changes to the framework are necessary
>> to introduce the concept of jack detection logic providers and consumers.
>
>> The chip/driver that implements the jack detection logic register a jack
>> detection logic provider, the machine driver registers the jack and
>> specifies which jack detection provider is used for each jack.
>
> Yes, this is the complete solution - and it's not an audio specific
> thing either, there's a reasonable case to be made for saying that that
> this should be resolved in extcon rather than in any one consumer
> subsystem.

The common use case is also the simplest one.  The framework doesn't
need to know if it is plugged or not because the policy is handled in
user space.  That could work well in extcon as long as there is a way
to map to a device and control.  However I'm not sure that provides
much added value.


More information about the Alsa-devel mailing list