[alsa-devel] [RFC_iv/iv 1/1] ASoC: Add optional name_prefix to struct snd_soc_dev_map
Mark Brown
broonie at opensource.wolfsonmicro.com
Fri Oct 29 23:42:45 CEST 2010
On Fri, Oct 29, 2010 at 03:03:43PM +0300, Jarkko Nikula wrote:
> @@ -547,6 +548,9 @@ struct snd_soc_dev_map {
>
> /* machine stream operations */
> struct snd_soc_ops *ops;
> +
> + /* optional name prefix for kcontrols and widgets */
> + const char *name_prefix;
This is another issue with using the DAI links to map these things - as
previously discussed we want to be able to support CODEC<->CODEC DAI
links, and we don't have a way to associate controls with specific DAI
links on multi-DAI devices.
More information about the Alsa-devel
mailing list