[pulseaudio-discuss] [PATCH 3/8] alsa-mixer: Fill in input and output names
Tanu Kaskinen
tanu.kaskinen at linux.intel.com
Wed May 6 02:39:54 PDT 2015
On Tue, 2015-05-05 at 17:01 +0200, David Henningsson wrote:
> diff --git a/src/modules/alsa/alsa-mixer.h b/src/modules/alsa/alsa-mixer.h
> index ec39fab..232017b 100644
> --- a/src/modules/alsa/alsa-mixer.h
> +++ b/src/modules/alsa/alsa-mixer.h
> @@ -283,6 +283,9 @@ struct pa_alsa_profile {
> char *description;
> unsigned priority;
>
> + char *input_name;
> + char *output_name;
I'm afraid this won't work. A profile may have multiple inputs or
outputs.
(I didn't do proper review, just happened to notice this.)
--
Tanu
More information about the pulseaudio-discuss
mailing list