Re: [pulseaudio-discuss] [PATCH v8 03/12] bluetooth: Modular API for A2DP codecs

2019-04-12 Thread Tanu Kaskinen
On Fri, 2019-04-12 at 14:29 +0200, Pali Rohár wrote: > On Friday 12 April 2019 15:22:20 Tanu Kaskinen wrote: > > On Sat, 2019-04-06 at 11:15 +0200, Pali Rohár wrote: > > > This patch introduce new modular API for bluetooth A2DP codecs. Its > > > benefits are: > > > > > > * bluez5-util and

Re: [pulseaudio-discuss] [PATCH v8 03/12] bluetooth: Modular API for A2DP codecs

2019-04-12 Thread Pali Rohár
On Friday 12 April 2019 15:22:20 Tanu Kaskinen wrote: > On Sat, 2019-04-06 at 11:15 +0200, Pali Rohár wrote: > > This patch introduce new modular API for bluetooth A2DP codecs. Its > > benefits are: > > > > * bluez5-util and module-bluez5-device does not contain any codec specific > > code,

Re: [pulseaudio-discuss] [PATCH v8 03/12] bluetooth: Modular API for A2DP codecs

2019-04-12 Thread Tanu Kaskinen
On Sat, 2019-04-06 at 11:15 +0200, Pali Rohár wrote: > This patch introduce new modular API for bluetooth A2DP codecs. Its > benefits are: > > * bluez5-util and module-bluez5-device does not contain any codec specific > code, they are codec independent. > > * For adding new A2DP codec it is

[pulseaudio-discuss] [PATCH v8 03/12] bluetooth: Modular API for A2DP codecs

2019-04-06 Thread Pali Rohár
This patch introduce new modular API for bluetooth A2DP codecs. Its benefits are: * bluez5-util and module-bluez5-device does not contain any codec specific code, they are codec independent. * For adding new A2DP codec it is needed just to adjust one table in a2dp-codec-util.c file. All