[Desktop-packages] [Bug 1390474]

2018-07-31 Thread Raymond
https://cgit.freedesktop.org/pulseaudio/pulseaudio/commit/?id=55a25246ee80aa950bf27f811c0cc176d0821a4e pulseaudio does not support non-interlaved mode static void check_access(snd_pcm_t *pcm_handle, snd_pcm_hw_params_t *hwparams, bool use_mmap) { if ((use_mmap && !snd_pcm_hw_params_test_ac

[Desktop-packages] [Bug 1390474]

2018-07-31 Thread Bejjamin
(In reply to Tanu Kaskinen from comment #39) > The log shows that you're not using module-udev-detect. I don't know if > that's why things stopped working, but that would anyway be the first thing > to fix. Debian changed the packaging so that "pulseaudio-module-udev" is now > a separate package. Y

[Desktop-packages] [Bug 1390474]

2018-07-31 Thread Gitlab-migration
-- GitLab Migration Automatic Message -- This bug has been migrated to freedesktop.org's GitLab instance and has been closed from further activity. You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.freedesktop.org/pulseaudio/pul

[Desktop-packages] [Bug 1390474] Re: "Volume element PCM has 6 channels. That's too much!" - PA doesn't support elements with more than two channels

2018-07-31 Thread Bug Watch Updater
** Changed in: pulseaudio Status: Fix Released => Unknown -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to pulseaudio in Ubuntu. https://bugs.launchpad.net/bugs/1390474 Title: "Volume element PCM has 6 channels. That's too much!"

[Desktop-packages] [Bug 1390474]

2018-07-31 Thread Tanu Kaskinen
The log shows that you're not using module-udev-detect. I don't know if that's why things stopped working, but that would anyway be the first thing to fix. Debian changed the packaging so that "pulseaudio-module- udev" is now a separate package. You have probably disabled automatic installation of

[Desktop-packages] [Bug 1390474]

2018-07-31 Thread Bejjamin
Hi, I'm not sure if this is 100% the same issue, but my problems started again when Debian upgraded from pulseaudio 8 to 9 recently. Even though I still use tsched=0, I hear huge amounts of clicks and pops while playing back (everything sounds like a very old vinyl recording now...). Enabling tsc

[Desktop-packages] [Bug 1390474]

2018-07-31 Thread Bejjamin
http://pastebin.com/CzQQhvET -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to pulseaudio in Ubuntu. https://bugs.launchpad.net/bugs/1390474 Title: "Volume element PCM has 6 channels. That's too much!" - PA doesn't support elements wit

[Desktop-packages] [Bug 1390474]

2018-07-31 Thread Raymond
https://git.kernel.org/cgit/linux/kernel/git/tiwai/sound.git/tree/sound/pci/rme9652/hdsp.c static struct snd_pcm_hardware snd_hdsp_capture_subinfo = { .info = (SNDRV_PCM_INFO_MMAP | SNDRV_PCM_INFO_MMAP_VALID |

[Desktop-packages] [Bug 1390474]

2018-07-31 Thread Bejjamin
Created attachment 125150 attachment-5407-0.html Meaning what exactly? It worked with previous versions. And even if it doesn't work - what is the recommended step here? Remove pulseaudio? Thanks & best regards Benjamin Am 19. Juli 2016 16:09:10 MESZ, schrieb bugzilla-dae...@freedesktop.org: >h

[Desktop-packages] [Bug 1390474] Re: "Volume element PCM has 6 channels. That's too much!" - PA doesn't support elements with more than two channels

2017-05-15 Thread Daniel van Vugt
** Changed in: pulseaudio (Ubuntu) Status: Confirmed => Fix Released -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to pulseaudio in Ubuntu. https://bugs.launchpad.net/bugs/1390474 Title: "Volume element PCM has 6 channels. That's

[Desktop-packages] [Bug 1390474] Re: "Volume element PCM has 6 channels. That's too much!" - PA doesn't support elements with more than two channels

2015-02-28 Thread Raymond
https://bugs.freedesktop.org/show_bug.cgi?id=84983#c35 do the patch fix your bug ? -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to pulseaudio in Ubuntu. https://bugs.launchpad.net/bugs/1390474 Title: "Volume element PCM has 6 channels

[Desktop-packages] [Bug 1390474] Re: "Volume element PCM has 6 channels. That's too much!" - PA doesn't support elements with more than two channels

2015-02-24 Thread Bug Watch Updater
** Changed in: pulseaudio Status: Incomplete => Fix Released -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to pulseaudio in Ubuntu. https://bugs.launchpad.net/bugs/1390474 Title: "Volume element PCM has 6 channels. That's too muc

[Desktop-packages] [Bug 1390474]

2015-02-24 Thread David Henningsson
Ok. So the "high channel count" part is fixed with 6.0. The "non interleaved access" was never a problem (emulated by alsa plug layer). Tsched=0 workarounds...should in general be fixed in ALSA rather than PulseAudio. Raymond's patch is probably correct but I'm not qualified to review it. Raymond

[Desktop-packages] [Bug 1390474]

2015-02-20 Thread Bejjamin
tsched=0 !!! That seems to do the trick! Pulseaudio 6.0 is running with every app simultaneously without a glitch! I will do more testing, but it looks perfect right now! Thank you all! -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to p

[Desktop-packages] [Bug 1390474]

2015-02-20 Thread Raymond
refer rme9652_hw_pointer() to rme9652.c if (!rme9652->precise_ptr) return (status & RME9652_buffer_id) ? period_size : 0; if precise_ptr is not enabled by module parameter, it just return pointer value as period_size or zero, this mean time scheduling should be disabled since driv

[Desktop-packages] [Bug 1390474]

2015-02-20 Thread Raymond
Created attachment 113564 add SNDRV_PCM_INFO_BATCH when precise_ptr is not enabled rme9652 driver need to specify SNDRV_PCM_INFO_BATCH when precise_ptr is not enabled -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to pulseaudio in Ubuntu.

[Desktop-packages] [Bug 1390474]

2015-02-20 Thread David Henningsson
Thanks, so in fact the card is detected now. The crackling looks like a driver problem but I'm not sure. You could try to change this line in default.pa: load-module module-udev-detect to this: load-module module-udev-detect tsched=0 ...and try again. -- You received this bug notification be

[Desktop-packages] [Bug 1390474] Re: "Volume element PCM has 6 channels. That's too much!" - PA doesn't support elements with more than two channels

2015-02-16 Thread Bug Watch Updater
** Changed in: pulseaudio Status: Confirmed => Incomplete -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to pulseaudio in Ubuntu. https://bugs.launchpad.net/bugs/1390474 Title: "Volume element PCM has 6 channels. That's too much!"

[Desktop-packages] [Bug 1390474]

2015-02-16 Thread Bejjamin
Hi, I built PA 6 from git and got the exact same verbose output of aplay and arecord than I posted on 2014-10-27. The apps are working though - partly. Browsers and music apps like aqualung play sounds now, but there are a lot of dropouts in the sound. Sometimes, it even plays back at the wrong s

[Desktop-packages] [Bug 1390474]

2015-02-16 Thread David Henningsson
Comment on attachment 109516 logging when only non-interleaved PCM available Review of attachment 109516: - Well, that is a truth with modification, I believe - PulseAudio as a last resort tries to open plug:hw:* and that should auto

[Desktop-packages] [Bug 1390474]

2015-02-16 Thread David Henningsson
Hi benjamin, PulseAudio 6.0 has now been released and it includes the multichannel fallback, which should have solved your issue, but apparently it has not. Could you submit a new PulseAudio verbose log with PA 6.0? Thanks. -- You received this bug notification because you are a member of Deskt

[Desktop-packages] [Bug 1390474]

2015-02-16 Thread David Henningsson
Peter, forget the last comment. I read your patch again and it looks good, so I've pushed it now. (This does not change the fact that we still need a new verbose log from Benjamin with PA 6.0.) -- You received this bug notification because you are a member of Desktop Packages, which is subscribe

[Desktop-packages] [Bug 1390474] Re: "Volume element PCM has 6 channels. That's too much!" - PA doesn't support elements with more than two channels

2015-01-25 Thread Bug Watch Updater
Launchpad has imported 26 comments from the remote bug at https://bugs.freedesktop.org/show_bug.cgi?id=84804. If you reply to an imported comment from within Launchpad, your comment will be sent to the remote bug automatically. Read more about Launchpad's inter-bugtracker facilities at https://hel

[Desktop-packages] [Bug 1390474] Re: "Volume element PCM has 6 channels. That's too much!" - PA doesn't support elements with more than two channels

2015-01-25 Thread Andras Muranyi
** Bug watch added: freedesktop.org Bugzilla #84804 https://bugs.freedesktop.org/show_bug.cgi?id=84804 ** Also affects: pulseaudio via https://bugs.freedesktop.org/show_bug.cgi?id=84804 Importance: Unknown Status: Unknown -- You received this bug notification because you are a me

[Desktop-packages] [Bug 1390474] Re: "Volume element PCM has 6 channels. That's too much!" - PA doesn't support elements with more than two channels

2015-01-24 Thread Andras Muranyi
According to comment 5 ** Changed in: pulseaudio (Ubuntu) Status: Incomplete => Confirmed -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to pulseaudio in Ubuntu. https://bugs.launchpad.net/bugs/1390474 Title: "Volume element PCM

[Desktop-packages] [Bug 1390474] Re: "Volume element PCM has 6 channels. That's too much!" - PA doesn't support elements with more than two channels

2015-01-12 Thread Andras Muranyi
Thanks Raymond for the info. I would like to get this bug ironed out in Pulseaudio not only locally. Can we go on with triaging? Right the the bug is New. Could we eventually change to Conformed? -- You received this bug notification because you are a member of Desktop Packages, which is subscri

[Desktop-packages] [Bug 1390474] Re: "Volume element PCM has 6 channels. That's too much!" - PA doesn't support elements with more than two channels

2015-01-08 Thread Raymond
+if (e->n_channels > 2) { +/* FIXME: In some places code like this is used: + * + * e->masks[alsa_channel_ids[p]][e->n_channels-1] + * + * The definition o

[Desktop-packages] [Bug 1390474] Re: "Volume element PCM has 6 channels. That's too much!" with Terratec PHASE26

2015-01-08 Thread Andras Muranyi
> have you ask Arun how to revert his patch ? No, I am just an end user so I don't feel I shall ask someone to revert their patch. However... Arun? The patch was registered by Tanu Kaskinen and Colin Guthrie. I have forwarded this bug to them. Colin did not reply, Tanu's reply is above. https:/

[Desktop-packages] [Bug 1390474] Re: "Volume element PCM has 6 channels. That's too much!" with Terratec PHASE26

2015-01-08 Thread Raymond
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1402052 seem usb audio devices build the multi volume control in the same way so you should file an up stream pulseaudio bug report for usb audio device have you ask Arun how to revert his patch ? https://bugs.freedesktop.org/enter_bug

[Desktop-packages] [Bug 1390474] Re: "Volume element PCM has 6 channels. That's too much!" with Terratec PHASE26

2015-01-07 Thread Andras Muranyi
Please tell me what to send in order to triage this bug, thanks -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to pulseaudio in Ubuntu. https://bugs.launchpad.net/bugs/1390474 Title: "Volume element PCM has 6 channels. That's too much!"

[Desktop-packages] [Bug 1390474] Re: "Volume element PCM has 6 channels. That's too much!" with Terratec PHASE26

2015-01-07 Thread Raymond
** Changed in: pulseaudio (Ubuntu) Status: New => Incomplete -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to pulseaudio in Ubuntu. https://bugs.launchpad.net/bugs/1390474 Title: "Volume element PCM has 6 channels. That's too muc

[Desktop-packages] [Bug 1390474] Re: "Volume element PCM has 6 channels. That's too much!" with Terratec PHASE26

2015-01-06 Thread Andras Muranyi
Is any sound card with multi channel volume control supported by pulseaudio? -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to pulseaudio in Ubuntu. https://bugs.launchpad.net/bugs/1390474 Title: "Volume element PCM has 6 channels. That'

[Desktop-packages] [Bug 1390474] Re: "Volume element PCM has 6 channels. That's too much!" with Terratec PHASE26

2015-01-05 Thread Raymond
https://bugs.freedesktop.org/show_bug.cgi?id=84983 bug#96539 both are related to xonar sound card which have a multi channl volume control which is not supported by pulseaudio -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to pulseaudio i

[Desktop-packages] [Bug 1390474] Re: "Volume element PCM has 6 channels. That's too much!" with Terratec PHASE26

2015-01-04 Thread Andras Muranyi
> this mean your usb audio have a 6 channel playbacck volume control similar to > https://bugs.freedesktop.org/show_bug.cgi?id=84983#c5 Does this mean that bug #936539 (Freedesktop bug 84983 on Launchpad) involves all devices with more than 2 volume channels? In that case, shall I suggest to chan

[Desktop-packages] [Bug 1390474] Re: "Volume element PCM has 6 channels. That's too much!" with Terratec PHASE26

2014-11-11 Thread Tanu Kaskinen
"Kindly forwarding this bug, please express your thoughts on Launchpad." I believe that was a direct request for me. My thoughts: it's unfortunate that PulseAudio doesn't support mixer elements with more than 2 volume channels. It would be nice if someone would fix that. Due to lack of time, I won

[Desktop-packages] [Bug 1390474] Re: "Volume element PCM has 6 channels. That's too much!" with Terratec PHASE26

2014-11-09 Thread Raymond
this mean your usb audio have a 6 channel playbacck volume control similar to https://bugs.freedesktop.org/show_bug.cgi?id=84983#c5 ** Bug watch added: freedesktop.org Bugzilla #84983 https://bugs.freedesktop.org/show_bug.cgi?id=84983 -- You received this bug notification because you are a m

[Desktop-packages] [Bug 1390474] Re: "Volume element PCM has 6 channels. That's too much!" with Terratec PHASE26

2014-11-08 Thread Raymond
http://cgit.freedesktop.org/pulseaudio/pulseaudio/commit/src/modules/alsa /alsa-mixer.c?id=527078523815587bfd021bc1d10782403e9b3e84 send email to the author of the patch -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to pulseaudio in Ubun

[Desktop-packages] [Bug 1390474] [NEW] "Volume element PCM has 6 channels. That's too much!" with Terratec PHASE26

2014-11-07 Thread Andras Muranyi
Public bug reported: When connecting the Terratec PHASE26 in 16/48 mode (6 channels) I get the error "Volume element PCM has 6 channels. That's too much! I can't handle that!" and the card fails to show up in Sound Settings. Everything is fine with 24/48 mode (2 channels). ** Affects: pulseaud