Re: [pulseaudio-discuss] [RFC PATCH 0/3] alsa: Support for only-multichannel devices

2014-07-27 Thread Raymond Yau
>> >> > >> > This should allow us to automatically probe devices using the recent >> > firewire drivers, as well as some USB devices people have been asking >> > about lately. >> > >> > Sorry that it has taken some time since I said I would work on this patch >> > set, and I've rewritten and

Re: [pulseaudio-discuss] [RFC PATCH 3/3] alsa: Add a generic fallback mapping

2014-07-27 Thread Alexander E. Patrakov
2014-07-27 23:48 GMT+06:00 David Henningsson : > > > On 2014-07-26 06:47, Alexander E. Patrakov wrote: >> >> 25.07.2014 19:31, David Henningsson wrote: >>> >>> In case all other profiles fail, try this fallback mapping as well. >>> It allows the device to specify the channel count, so it can be use

Re: [pulseaudio-discuss] [RFC PATCH 0/3] alsa: Support for only-multichannel devices

2014-07-27 Thread David Henningsson
On 2014-07-26 07:13, Raymond Yau wrote: > > This should allow us to automatically probe devices using the recent > firewire drivers, as well as some USB devices people have been asking > about lately. > > Sorry that it has taken some time since I said I would work on this patch > set, an

Re: [pulseaudio-discuss] [RFC PATCH 2/3] alsa: Allow "fallback" configuration for mappings and profiles

2014-07-27 Thread David Henningsson
On 2014-07-26 06:52, Alexander E. Patrakov wrote: 25.07.2014 19:31, David Henningsson wrote: +again: PA_HASHMAP_FOREACH(p, ps->profiles, state) { ... } +if (!tryfallback && (profilesfound == 0)) { +tryfallback = true; +goto again; +} + Ugh. Surely this c

Re: [pulseaudio-discuss] [RFC PATCH 3/3] alsa: Add a generic fallback mapping

2014-07-27 Thread David Henningsson
On 2014-07-26 06:47, Alexander E. Patrakov wrote: 25.07.2014 19:31, David Henningsson wrote: In case all other profiles fail, try this fallback mapping as well. It allows the device to specify the channel count, so it can be used for devices that only supports being opened in multichannel mode

Re: [pulseaudio-discuss] Pulseaudio BlueZ sink is running but not producing audio sound

2014-07-27 Thread Tanu Kaskinen
On Thu, 2014-07-17 at 22:08 +, Kaster, Kevin W wrote: > Hi, > > I'm having problems with a Pulseaudio BlueZ sink, and I don't know how > to debug it further. My BlueZ sink appears to be running but it is not > passing any audio to the BT headphones. > > Background: > I am using BlueZ 5.19, Pu

Re: [pulseaudio-discuss] [RFC PATCH 1/3] alsa: Add "exact-channels" mapping configurability

2014-07-27 Thread Tanu Kaskinen
On Fri, 2014-07-25 at 15:31 +0200, David Henningsson wrote: > +static int mapping_parse_exact_channels(pa_config_parser_state *state) { > +pa_alsa_profile_set *ps; > +pa_alsa_mapping *m; > +int b; > + > +pa_assert(state); > + > +ps = state->userdata; > + > +if (!(m = pa_alsa

Re: [pulseaudio-discuss] [PATCH] Add HDMI 5.1 and 7.1 profiles to default.conf as well

2014-07-27 Thread Tanu Kaskinen
On Tue, 2014-07-22 at 15:11 +0200, David Henningsson wrote: > > On 2014-07-13 16:07, Tanu Kaskinen wrote: > > If they're added to default.conf, they should be added to > > extra-hdmi.conf (it only has 5.1), force-speaker.conf and > > force-speaker-and-int-mic.conf too. And before you say anything,