~hugh712/ubuntu/+source/pulseaudio:bionic-1869819

Last commit made on 2020-04-09
Get this branch:
git clone -b bionic-1869819 https://git.launchpad.net/~hugh712/ubuntu/+source/pulseaudio
Only hugh chao can upload to this branch. If you are hugh chao please log in for upload directions.

Branch merges

Branch information

Name:
bionic-1869819
Repository:
lp:~hugh712/ubuntu/+source/pulseaudio

Recent commits

0ffc417... by hugh chao

add patch dual-jasks.patch

2d26ffd... by hugh chao

update changelog

fb41aa0... by hugh chao

add more commite message

4d39059... by hugh chao

bump version

6229f61... by hugh chao

* alsa-mixer: Support dual Front Headphone Jack (LP: #1869819)

  There are dual Front Headphone Jacks with different indices or with
  different names, they can be found on HP EliteDesk 800 SFF and HP
  EliteDesk 800 DM, respectively.

* alsa-mixer: Handle the index for ALSA mixer jack identifiers (LP: #1869819)

  Some systems have two jacks with same name but different index, we
  need to take index into consideration to use both jacks.

a9bdb5e... by Tanu Kaskinen

alsa-mixer: autodetect the ELD device

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

571e694... by Tanu Kaskinen

alsa-mixer: autodetect the HDMI jack PCM device

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

8ffbcae... by Tanu Kaskinen

alsa-mixer: add hw_device_index to pa_alsa_mapping

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 different device numbering
scheme. Since the indexes aren't always the same, we need to query the
hw device index from ALSA.

Later patches will use the queried index for HDMI jack detection and ELD
information reading.

BugLink: https://bugs.freedesktop.org/show_bug.cgi?id=100488

d24a29a... by Daniel van Vugt

Import patches-applied version 1:11.1-1ubuntu7.4 to applied/ubuntu/bionic-proposed

Imported using git-ubuntu import.

Changelog parent: 0a15a6e80f669cce717e83cce3cdc30afc194ce8
Unapplied parent: 54922e14b1d4661f9902ea45cb284ee65b8deef2

New changelog entries:
  [Hui Wang]
  * Add 0900-stream-restore-Don-t-restore-if-the-active_port-is-P.patch to fix
    the stream restore problem (cbaeea4af766 stream-restore: Don't restore if
    the active_port is PA_AVAILABLE_NO). (LP: #1834138)
  [Daniel van Vugt]
  * Drop 0811-lp1663528-alsa-card-fix-null-dereference.patch because some
    similar crashes are still getting through, so we can't declare the bug
    fixed.

54922e1... by Daniel van Vugt

[PATCH] stream-restore: Don't restore if the active_port is

Gbp-Pq: 0900-stream-restore-Don-t-restore-if-the-active_port-is-P.patch.