[RFC 2/2] ASoC: rt5670: Add LED trigger support

Takashi Iwai tiwai at suse.de
Fri Feb 26 09:41:04 CET 2021


On Thu, 25 Feb 2021 19:09:44 +0100,
Jaroslav Kysela wrote:
> 
> Dne 25. 02. 21 v 12:00 Takashi Iwai napsal(a):
> > On Wed, 24 Feb 2021 18:57:42 +0100,
> > Jaroslav Kysela wrote:
> >>
> >> Dne 24. 02. 21 v 13:42 Takashi Iwai napsal(a):
> >>> On Wed, 24 Feb 2021 13:08:55 +0100,
> >>> Jaroslav Kysela wrote:
> >>>>
> >>>> Dne 24. 02. 21 v 12:43 Takashi Iwai napsal(a):
> >>>>
> >>>>>>> So far, a user control is merely storing the value, let read/write via
> >>>>>>> the control API.  That's all, and nothing wrong can happen just by
> >>>>>>> that.  Now if it interacts with other subsystem...
> >>>>>>>
> >>>>>>> A more serious concern is rather the fragility of the setup; for
> >>>>>>> enabling the mute LED control, you'd have to create a new user-space
> >>>>>>> control, the function of the control has to be ignored by some
> >>>>>>> application and some not, etc.  This has to be done on each machine
> >>>>>>
> >>>>>> You're using "ignore", but as I explained before, the user space switch will
> >>>>>> be used in the whole chain:
> >>>>>>
> >>>>>> capture stream ->
> >>>>>>   alsa-lib mute switch / silence PCM stream ->
> >>>>>>   PA mute switch / silence PCM stream
> >>>>>>
> >>>>>> So PA can use this switch like the traditional hardware mute switch.
> >>>>>
> >>>>> Does it mean PA would work as of now without any change?  Or does it
> >>>>> need patching?
> >>>>
> >>>> Yes, no PA modifications are required with my mechanism. The PA will just see
> >>>> the new user space control - mute switch - created in alsa-lib - which will be
> >>>> synced the internal PA path mute state like for the hardware mute
> >>>> switch.
> >>>
> >>> OK, but how would we create and manage the user control element?  And
> >>> why it has to be user control?
> >>
> >> The softvol or alsactl can create the user control element. The alsa-lib
> >> softvol plugin and PA can silence stream according the state.
> > 
> > And that's tricky if it's only with PA, as PA won't open a softvol PCM
> > stream...
> 
> The protection is in alsa-lib, so we can skip to check this hint flag for this
> particular case like:
> 
> https://github.com/alsa-project/alsa-lib/pull/121/commits/1acc1c7eccab0359996b25de54a6b6e0aa1e0c17
> 
> So it may depend on the softvol config not PA itself.

Thanks, that's what I missed from the big picture.

> Even for the solution bellow, we need to modify softvol to handle the kernel
> control elements, too. Actually softvol is not active, when the specified
> control element is found and this element is not from the user space.

Hm, that would certainly work, but as we discussed before, it enforces
the softvol PCM process for PA.  That isn't too bad for the capture,
fortunately, but not ideal, OTOH.

And, I'm not sure how PA can take any control as its main capture mute
switch, if it's named differently.  Wouldn't we need to change mixer
path in PA as well?  And, if we may change PA side, it sounds more
natural to change a control directly in PA's mixer path.  The softvol
doesn't fit well with PA, after all.

> >> I see your point to create this control in the kernel space, but any other
> >> name than "Mic Capture Switch" (in the ACP case) will be misleading for users,
> >> because the user-space does the appropriate real silencing job instead of hw.
> >>
> >> And if we create "Mic Capture Switch" in the kernel space, it may be
> >> misleading for applications (they can think that there's hardware mute control).
> >>
> >> Perhaps, we can create "Mic Phantom Capture Switch" in kernel which may
> >> resolve both problems (no hw mute information + no user confusion).
> > 
> > Yes, something like that would work.
> > The advantage of in-kernel implementation is that it's self-contained,
> > so just deploying the new kernel makes everything working.
> 
> Ok, so let settle the naming for those controls which depends on the user
> space code which does the real work (silencing). Is "Phantom" prefix good -
> we're using it for jacks, or someone has a better idea?

If we have to go in this way, that's an acceptable name, I think.


thanks,

Takashi


More information about the Alsa-devel mailing list