Re: [pulseaudio-discuss] [PATCH 5/5] backend-native: add a new native headset backend

2014-09-15 Thread Wim Taymans
> > +if (imtu) > > +*imtu = 48; > > + > > +if (omtu) > > +*omtu = 48; > > Out of curiosity, are these values fixed in the spec? > They are not but the kernel does not want to give us the real MTU values so this is hardcoded for now. > +if (events & PA_IO_EVENT_INPUT) {

Re: [pulseaudio-discuss] [PATCH 5/5] backend-native: add a new native headset backend

2014-09-12 Thread Arun Raghavan
(this seems to have not gone through, so resending) On 11 September 2014 10:02, Arun Raghavan wrote: > On 8 September 2014 14:45, Wim Taymans wrote: >> Add a simple native headset backend that implements support for the >> blutooth HSP profile. >> This allows pulseaudio to output audio to a Head

Re: [pulseaudio-discuss] [PATCH 5/5] backend-native: add a new native headset backend

2014-09-12 Thread Arun Raghavan
On 8 September 2014 14:45, Wim Taymans wrote: > Add a simple native headset backend that implements support for the > blutooth HSP profile. > This allows pulseaudio to output audio to a Headset using the HSP profile. > > Make the native backend the default. Thanks for taking this up. tbh, I stil

Re: [pulseaudio-discuss] [PATCH 5/5] backend-native: add a new native headset backend

2014-09-11 Thread Tanu Kaskinen
(Arun's mail didn't seem to reach the list, so I have to reply to Luiz to answer Arun's question.) On Thu, 2014-09-11 at 10:49 +0300, Luiz Augusto von Dentz wrote: > Hi Arun, > > On Thu, Sep 11, 2014 at 7:32 AM, Arun Raghavan wrote: > > On 8 September 2014 14:45, Wim Taymans wrote: > >> +static

Re: [pulseaudio-discuss] [PATCH 5/5] backend-native: add a new native headset backend

2014-09-11 Thread Luiz Augusto von Dentz
Hi Arun, On Thu, Sep 11, 2014 at 7:32 AM, Arun Raghavan wrote: > On 8 September 2014 14:45, Wim Taymans wrote: >> Add a simple native headset backend that implements support for the >> blutooth HSP profile. >> This allows pulseaudio to output audio to a Headset using the HSP profile. >> >> Make

[pulseaudio-discuss] [PATCH 5/5] backend-native: add a new native headset backend

2014-09-08 Thread Wim Taymans
Add a simple native headset backend that implements support for the blutooth HSP profile. This allows pulseaudio to output audio to a Headset using the HSP profile. Make the native backend the default. --- configure.ac | 6 +- src/modules/bluetooth/backend-native.c | 4