Re: [pulseaudio-discuss] [PATCH] Change the default fragment size to 5 ms

2014-10-23 Thread Alexander E. Patrakov
23.10.2014 09:05, Raymond Yau wrote: Is it feasible to add an alternative parameter in fragment size since some soc driver does not support disable period wakep but dma brust sizes require 8 frames ? https://bugs.freedesktop.org/show_bug.cgi?id=84585 This bug report is so dirty that I cannot

Re: [pulseaudio-discuss] pulseaudio (V5) incorrect rate detection on usb sound card with raspberry

2014-10-23 Thread mailing lists
Hi all, the usb card have hardware support for 32000, 44100 and 48000 samplerates: root@rpi:~# cat /proc/asound/card1/stream0 Burr-Brown from TI USB Audio CODEC at usb-bcm2708_usb-1.2, full speed : USB Audio Playback: Status: Stop Interface 1 Altset 1 Format: S16_LE Channels:

[pulseaudio-discuss] pulseadio 5 + BlueZ4.101: Sink device not created

2014-10-23 Thread tony
Hi, I am trying to get A2DP(BlueZ 4.101) working with Pulseaudio (pulseaudio 5.0-dirty). I can see the A2DP connection is made successfully and pulseaudio receives the notification. But for some reason, can't get pulseaudio to create sink device. Following are the last few pulseaudio

[pulseaudio-discuss] [PATCH 1/7] Remove link to CIA from README

2014-10-23 Thread Peter Meerwald
From: Peter Meerwald p.meerw...@bct-electronic.com cia.navi.cx/stats/project/polypaudio does not exist anymore, see http://cia.vc/ Signed-off-by: Peter Meerwald pme...@pmeerw.net --- README |3 --- 1 file changed, 3 deletions(-) diff --git a/README b/README index 66c1847..470de40 100644

[pulseaudio-discuss] [PATCH 0/7] misc cleanup

2014-10-23 Thread Peter Meerwald
From: Peter Meerwald p.meerw...@bct-electronic.com misc. trivial cleanups queued up while working on 'real stuff' Peter Meerwald (7): Remove link to CIA from README Cleanup !! for bool mainloop: Fix typo modules: Fix )== typos alsa-sink: Check for after-avail is redundant tests: Make

[pulseaudio-discuss] [PATCH 3/7] mainloop: Fix typo

2014-10-23 Thread Peter Meerwald
From: Peter Meerwald p.meerw...@bct-electronic.com Signed-off-by: Peter Meerwald pme...@pmeerw.net --- src/pulse/mainloop.c |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pulse/mainloop.c b/src/pulse/mainloop.c index 5ef58ff..c7a5236 100644 ---

[pulseaudio-discuss] [PATCH 5/7] alsa-sink: Check for after-avail is redundant

2014-10-23 Thread Peter Meerwald
From: Peter Meerwald p.meerw...@bct-electronic.com after-avail is always false at this point Signed-off-by: Peter Meerwald pme...@pmeerw.net --- src/modules/alsa/alsa-sink.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/alsa/alsa-sink.c

Re: [pulseaudio-discuss] About the routing patches

2014-10-23 Thread Arun Raghavan
On 19 October 2014 17:51, Tanu Kaskinen tanu.kaski...@linux.intel.com wrote: Hi, In Düsseldorf we discussed a bit about the plan regarding the routing patches. The situation remains that nobody else than David has looked into the patches, and David would rather not merge the patches, because

Re: [pulseaudio-discuss] [PATCH] Change the default fragment size to 5 ms

2014-10-23 Thread Alexander E. Patrakov
22.10.2014 22:21, I wrote: Of course, this only applies to ALSA devices that can't use tsched, as well as to OSS on more exotic platforms. This is needed for compatibility with Wine games that use DirectSound8 on distributions such as Arch Linux who don't accept the unofficial winepulse patch.

Re: [pulseaudio-discuss] [PATCH] Change the default fragment size to 5 ms

2014-10-23 Thread Arun Raghavan
On 23 October 2014 22:46, Alexander E. Patrakov patra...@gmail.com wrote: 22.10.2014 22:21, I wrote: Of course, this only applies to ALSA devices that can't use tsched, as well as to OSS on more exotic platforms. This is needed for compatibility with Wine games that use DirectSound8 on

Re: [pulseaudio-discuss] [PATCH] Change the default fragment size to 5 ms

2014-10-23 Thread Andrew Eikum
On Thu, Oct 23, 2014 at 10:57:18PM +0530, Arun Raghavan wrote: On 23 October 2014 22:46, Alexander E. Patrakov patra...@gmail.com wrote: 22.10.2014 22:21, I wrote: Of course, this only applies to ALSA devices that can't use tsched, as well as to OSS on more exotic platforms. This is

Re: [pulseaudio-discuss] [PATCH] Change the default fragment size to 5 ms

2014-10-23 Thread Alexander E. Patrakov
24.10.2014 00:08, Andrew Eikum wrote: On Thu, Oct 23, 2014 at 10:57:18PM +0530, Arun Raghavan wrote: On 23 October 2014 22:46, Alexander E. Patrakov patra...@gmail.com wrote: 22.10.2014 22:21, I wrote: Of course, this only applies to ALSA devices that can't use tsched, as well as to OSS on