Re: [pulseaudio-discuss] Endpoints switching rules

2016-09-15 Thread Nishit Sharma
> Are you using alsa? * Yes i am using alsa. * > Are "HeadSet" and "DMIC" different devices in alsa, > *Yes both are different devices in ALSA.* > or do you only have to change some mixer settings to switch between > them? *Switching involves Disable presently active device and

Re: [pulseaudio-discuss] Endpoints switching rules

2016-09-15 Thread Tanu Kaskinen
On Wed, 2016-09-14 at 16:42 +0530, Nishit Sharma wrote: > Hi All, > > I am new in pulseaudio and currently using pulseaudio8.0. I am doing > HeadSet to DMIC switching but lacking in few rules. > > Question:- > While switching endpoints, pulseaudio will close already open Stream > related to one

Re: [pulseaudio-discuss] [PATCH] bluetooth: Add support for automatic switch between hsp and a2dp profiles also for bluez5

2016-09-15 Thread Tanu Kaskinen
On Thu, 2016-09-15 at 18:04 +0300, Tanu Kaskinen wrote: > On Sun, 2016-09-11 at 17:16 +0200, Pali Rohár wrote: > > > > Bluez5 uses different profile names as bluez4, so we need to check for > > a2dp_sink and headset_head_unit too for bluez5 support. > > > > Signed-off-by: Pali Rohár

[pulseaudio-discuss] [PATCH] bluetooth: bluez5: Add profile name to sinks and sources

2016-09-15 Thread Pali Rohár
See commit 380a7fc2401ea26151e0383adff05314a263ac31. Signed-off-by: Pali Rohár --- I have this bluez5 patch on my HDD for a long time, but I have not tested it yet. I think it can be useful so I'm sending it to list... --- src/modules/bluetooth/module-bluez5-device.c |

Re: [pulseaudio-discuss] [PATCH] bluetooth: Add support for automatic switch between hsp and a2dp profiles also for bluez5

2016-09-15 Thread Tanu Kaskinen
On Sun, 2016-09-11 at 17:16 +0200, Pali Rohár wrote: > Bluez5 uses different profile names as bluez4, so we need to check for > a2dp_sink and headset_head_unit too for bluez5 support. > > Signed-off-by: Pali Rohár > --- > > I have not tested this patch yet, but there are