Hi, I'm trying out how it would look if we simplified the names of the mixer controls:
Right now, the controls look like this: numid=3,iface=MIXER,name='FM-In Playback Volume' numid=2,iface=MIXER,name='Line-In Playback Volume' numid=4,iface=MIXER,name='Left Mixer Left DAC Playback Switch' numid=6,iface=MIXER,name='Left Mixer Left FM-In Playback Switch' numid=5,iface=MIXER,name='Left Mixer Left Line-In Playback Switch' numid=1,iface=MIXER,name='PA Volume' numid=11,iface=MIXER,name='Pre-Amplifier DAC Playback Switch' numid=12,iface=MIXER,name='Pre-Amplifier Mixer Playback Switch' numid=13,iface=MIXER,name='Pre-Amplifier Mute Switch' numid=8,iface=MIXER,name='Right Mixer Left DAC Playback Switch' numid=7,iface=MIXER,name='Right Mixer Right DAC Playback Switch' numid=10,iface=MIXER,name='Right Mixer Right FM-In Playback Switch' numid=9,iface=MIXER,name='Right Mixer Right Line-In Playback Switch' With the simplification, the controls look like this: numid=3,iface=MIXER,name='FM-In Playback Volume' numid=2,iface=MIXER,name='Line-In Playback Volume' numid=4,iface=MIXER,name='Left DAC Playback Switch' numid=6,iface=MIXER,name='Left FM-In Playback Switch' numid=5,iface=MIXER,name='Left Line-In Playback Switch' numid=1,iface=MIXER,name='PA Volume' numid=11,iface=MIXER,name='Pre-Amplifier DAC Playback Switch' numid=12,iface=MIXER,name='Pre-Amplifier Mixer Playback Switch' numid=13,iface=MIXER,name='Pre-Amplifier Mute Switch' numid=7,iface=MIXER,name='Right DAC Playback Switch' numid=10,iface=MIXER,name='Right FM-In Playback Switch' numid=9,iface=MIXER,name='Right Line-In Playback Switch' numid=8,iface=MIXER,name='Right Mixer Left DAC Playback Switch' It took me quite some time to see that "Right Mixer Left DAC Playback Switch" is actually a legitimate seperate bit. I think it would be nicer if it stood out like this. Also, all the other names would be shorter then. What do you think? In fact, it would be even nicer if the FM-In Playback Switches and FM-In Playback Volume were in the same alsamixer control (as they were in v1). Unfortunately the separation in Left Mixer and Right Mixer means I can't use the _DOUBLE macro in order to prevent having two switches, one for FM-In Right and one for FM-In Left. Is it still possible to have alsamixer merge these different kcontrols? How does it decide which kcontrols to merge in the GUI? 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 [email protected]. For more options, visit https://groups.google.com/d/optout.
