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

Last commit made on 2020-04-08
Get this branch:
git clone -b bionic-1869819-test 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-test
Repository:
lp:~hugh712/ubuntu/+source/pulseaudio

Recent commits

b906e55... by hugh chao

fix the function content in jack_probe;

eb5b2c9... 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

d82db5b... 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

87c2deb... 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

0300bcb... by hugh chao

remove lines which not below to bionix in jack_probe

c742f59... 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

575149e... by hugh chao

trim spaces

d145beb... by hugh chao

add typedef of pa_alsa_mixer_id in alsa-mixer.h

5bbe657... by hugh chao

add defination of pa_alsa_mixer_find in src/modules/alsa/alsa-util.h

64ffb1a... by hugh chao

first commit for testing