>>
>> During Activating path analog-input-mic,
>> You may need add pa_log_info() to element_set_volume() ,
element_set_switch() and element_set_option() to log  alsa mixer element
and values (mic capture volume, mic capture switch and pcm capture source)
set by pulseaudio
>
> Do I need to put it into source code and recompile or what?
>

If you want to find out why mic was not selected

You need add pa_log_dbg to dump e->alsa_name and corresponding value for
those snd_mixer_selem_set_* functions in element_set_volume() ,
element_set_switch() and element_set_option()


snd_mixer_selem_set_playback_dB();

snd_mixer_selem_set_capture_dB()

 snd_mixer_selem_set_playback_switch_all();

 snd_mixer_selem_set_capture_switch_all();

snd_mixer_selem_set_enum_item()
_______________________________________________
pulseaudio-discuss mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/pulseaudio-discuss

Reply via email to