]> git.alsa-project.org Git - alsa-plugins.git/commit
pulse: Add DEVICE parameter
authorTakashi Iwai <tiwai@suse.de>
Fri, 18 Oct 2019 06:10:04 +0000 (08:10 +0200)
committerTakashi Iwai <tiwai@suse.de>
Fri, 18 Oct 2019 06:13:59 +0000 (08:13 +0200)
commitb0f9c353c7cc9cffb77e7a7b00545ad00f4599fb
tree61a2d1687f3539571a9893ec7e475984a70fb5cf
parent5a91cf1157b4f346f8fd9084d74b1e327d144a18
pulse: Add DEVICE parameter

Basically this patch adds the DEVICE parameter to pulse PCM and
control plugins, so that users may pass the specific pulse device
for multiple opens.  Along with the addition of the DEVICE parameter
in the config definition, the plugin code is slightly modified for
allowing to receive the empty strings that are treated as the
"default" mode (= NULL).

Signed-off-by: Takashi Iwai <tiwai@suse.de>
pulse/50-pulseaudio.conf
pulse/ctl_pulse.c
pulse/pcm_pulse.c