[pulseaudio-discuss] [PATCH] bluez5-device: Log subband count instead of subband flag

2017-06-12 Thread Grzegorz Kolodziejczyk
As log information says, SBC log info have to have one of two subband count values: 4 or 8, instead of subband flag. --- src/modules/bluetooth/module-bluez5-device.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/bluetooth/module-bluez5-device.c b/src/modules/blue

[pulseaudio-discuss] [PATCH 2/3] alsa-mixer: implement ELD device autodetection

2017-06-12 Thread Tanu Kaskinen
This removes the need to hardcode the ELD device index in the path configuration. The hardcoded values don't work with the Intel HDMI LPE driver. BugLink: https://bugs.freedesktop.org/show_bug.cgi?id=100488 --- src/modules/alsa/alsa-mixer.c | 31 +++--- src/mo

[pulseaudio-discuss] [PATCH 0/3] Fix jack detection for Intel HDMI LPE

2017-06-12 Thread Tanu Kaskinen
These patches hopefully fix jack detection (and ELD information querying too) for Intel HDMI LPE. I don't have the hardware myself, so further testing would be very welcome. Hans, Takashi and Pierre, you're in Cc, because you indicated in this[1] thread that you have the hardware. Testing instruct

[pulseaudio-discuss] [PATCH 1/3] alsa-mixer: add query_hw_device option to mappings

2017-06-12 Thread Tanu Kaskinen
We have so far assumed that HDMI always uses device indexes 3, 7, 8, 9, 10, 11, 12 and 13. These values are hardcoded in the path configuration. The Intel HDMI LPE driver, however, uses a different device numbering scheme. This patch adds a new configuration option for mappings. The option tells P

[pulseaudio-discuss] [PATCH 3/3] alsa-mixer: autodetect the HDMI jack PCM device

2017-06-12 Thread Tanu Kaskinen
This removes the need to hardcode the PCM device index in the HDMI jack names. The hardcoded values don't work with the Intel HDMI LPE driver. BugLink: https://bugs.freedesktop.org/show_bug.cgi?id=100488 --- src/modules/alsa/alsa-mixer.c | 50 -- src/modul

Re: [pulseaudio-discuss] [PATCH 0/3] Fix jack detection for Intel HDMI LPE

2017-06-12 Thread Tanu Kaskinen
On Mon, 2017-06-12 at 18:45 +0300, Tanu Kaskinen wrote: > These patches hopefully fix jack detection (and ELD information > querying too) for Intel HDMI LPE. I don't have the hardware myself, so > further testing would be very welcome. Hans, Takashi and Pierre, you're > in Cc, because you indicated