Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1356367 > unrolled thread
| Started by | Danny Milosavljevic <dannym@scratchpost.org> |
|---|---|
| First post | 2016-03-12 09:00 +0100 |
| Last post | 2016-03-15 12:00 +0100 |
| Articles | 4 — 4 participants |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: [linux-sunxi] Re: [PATCH v8 2/2] ASoc: sun4i-codec: Add FM, Line and Mic inputs Danny Milosavljevic <dannym@scratchpost.org> - 2016-03-12 09:00 +0100
Re: [linux-sunxi] Re: [PATCH v8 2/2] ASoc: sun4i-codec: Add FM, Line and Mic inputs Code Kipper <codekipper@gmail.com> - 2016-03-12 09:40 +0100
Re: [linux-sunxi] Re: [PATCH v8 2/2] ASoc: sun4i-codec: Add FM, Line and Mic inputs Maxime Ripard <maxime.ripard@free-electrons.com> - 2016-03-14 11:50 +0100
Re: [linux-sunxi] Re: [PATCH v8 2/2] ASoc: sun4i-codec: Add FM, Line and Mic inputs Mark Brown <broonie@kernel.org> - 2016-03-15 12:00 +0100
| From | Danny Milosavljevic <dannym@scratchpost.org> |
|---|---|
| Date | 2016-03-12 09:00 +0100 |
| Subject | Re: [linux-sunxi] Re: [PATCH v8 2/2] ASoc: sun4i-codec: Add FM, Line and Mic inputs |
| Message-ID | <rbMCT-2IW-15@gated-at.bofh.it> |
Hi,
does anyone know the answer to the questions below?
> The other direction (making two controls which both do the same and update
> each other's value) doesn't seem to be easily available.
> Should I write a _put handler that does it manually?
> (Or should that be handled by alsa-lib mixer modules instead?)
> Is it possible to merge the "Left Mixer" control and respective
> "Right Mixer" control into one selem in alsamixer?
>
> Because alsamixer actually has support for one-sided muting.
If that's unknown, I can post v9 without doing the grouping-together of mixer controls and we can use it like that - I don't want the patch to stall indefinitely on mere usability issues...
Regards,
Danny
[toc] | [next] | [standalone]
| From | Code Kipper <codekipper@gmail.com> |
|---|---|
| Date | 2016-03-12 09:40 +0100 |
| Subject | Re: [linux-sunxi] Re: [PATCH v8 2/2] ASoc: sun4i-codec: Add FM, Line and Mic inputs |
| Message-ID | <rbNfz-3dT-5@gated-at.bofh.it> |
| In reply to | #1356367 |
Hi Danny, I've got some patches to go which covers pretty much everything that we can manage with the sun4i-codec. I'm only lacking testing of certain bits as I don't have capable hardware(i.e. FM capture). I've ignored the phone out part of the A20 as I couldn't find the pins. I'll try to upload them to my github this weekend. You should have authorship on some of these so when I send the link feel free to claim. BR, CK On 12 March 2016 at 08:52, Danny Milosavljevic <dannym@scratchpost.org> wrote: > Hi, > > does anyone know the answer to the questions below? > >> The other direction (making two controls which both do the same and update >> each other's value) doesn't seem to be easily available. > >> Should I write a _put handler that does it manually? > >> (Or should that be handled by alsa-lib mixer modules instead?) > >> Is it possible to merge the "Left Mixer" control and respective >> "Right Mixer" control into one selem in alsamixer? >> >> Because alsamixer actually has support for one-sided muting. > > If that's unknown, I can post v9 without doing the grouping-together of mixer controls and we can use it like that - I don't want the patch to stall indefinitely on mere usability issues... > > Regards, > Danny > > -- > You received this message because you are subscribed to the Google Groups "linux-sunxi" group. > To unsubscribe from this group and stop receiving emails from it, send an email to linux-sunxi+unsubscribe@googlegroups.com. > For more options, visit https://groups.google.com/d/optout.
[toc] | [prev] | [next] | [standalone]
| From | Maxime Ripard <maxime.ripard@free-electrons.com> |
|---|---|
| Date | 2016-03-14 11:50 +0100 |
| Subject | Re: [linux-sunxi] Re: [PATCH v8 2/2] ASoc: sun4i-codec: Add FM, Line and Mic inputs |
| Message-ID | <rcyeu-2Bi-19@gated-at.bofh.it> |
| In reply to | #1356367 |
[Multipart message — attachments visible in raw view] — view raw
On Sat, Mar 12, 2016 at 08:52:22AM +0100, Danny Milosavljevic wrote: > Hi, > > does anyone know the answer to the questions below? > > > The other direction (making two controls which both do the same and update > > each other's value) doesn't seem to be easily available. > > > Should I write a _put handler that does it manually? > > > (Or should that be handled by alsa-lib mixer modules instead?) > > > Is it possible to merge the "Left Mixer" control and respective > > "Right Mixer" control into one selem in alsamixer? > > > > Because alsamixer actually has support for one-sided muting. Mark, do you know how to do it? IIRC, in order to have shared controls, you just needed to share the controls structure. > If that's unknown, I can post v9 without doing the grouping-together > of mixer controls and we can use it like that - I don't want the > patch to stall indefinitely on mere usability issues... Unfortunately, that is exposed to the user-space. Once it's in, you cannot change it / fix it anymore. Maxime -- Maxime Ripard, Free Electrons Embedded Linux, Kernel and Android engineering http://free-electrons.com
[toc] | [prev] | [next] | [standalone]
| From | Mark Brown <broonie@kernel.org> |
|---|---|
| Date | 2016-03-15 12:00 +0100 |
| Subject | Re: [linux-sunxi] Re: [PATCH v8 2/2] ASoc: sun4i-codec: Add FM, Line and Mic inputs |
| Message-ID | <rcURI-Us-9@gated-at.bofh.it> |
| In reply to | #1357140 |
[Multipart message — attachments visible in raw view] — view raw
On Mon, Mar 14, 2016 at 11:49:39AM +0100, Maxime Ripard wrote: > On Sat, Mar 12, 2016 at 08:52:22AM +0100, Danny Milosavljevic wrote: > > > The other direction (making two controls which both do the same and update > > > each other's value) doesn't seem to be easily available. > > > Should I write a _put handler that does it manually? > > > (Or should that be handled by alsa-lib mixer modules instead?) > > > Is it possible to merge the "Left Mixer" control and respective > > > "Right Mixer" control into one selem in alsamixer? > > > Because alsamixer actually has support for one-sided muting. > Mark, do you know how to do it? > IIRC, in order to have shared controls, you just needed to share the > controls structure. I'm having a really hard time telling what "it" is here.
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web