~canonical-hwe-team/hwe-next/+git/alsa-ucm-conf:master

Last commit made on 2024-04-24
Get this branch:
git clone -b master https://git.launchpad.net/~canonical-hwe-team/hwe-next/+git/alsa-ucm-conf

Branch merges

Branch information

Recent commits

035d920... by Charles Keepax <email address hidden>

sof-soundwire: Add basic support for cs42l43's speaker

Previous support was added for the mics and headset on cs42l43, expand
this support with additional configuration for the speaker output.

Link: https://<email address hidden>/
Signed-off-by: Charles Keepax <email address hidden>
Signed-off-by: Jaroslav Kysela <email address hidden>

5285e10... by Anton Bambura <email address hidden>

qcom: sdm845: MM1: enable jack detection

This has been added to kernel recently, so make use of it here.

Closes: https://github.com/alsa-project/alsa-ucm-conf/pull/408
Signed-off-by: Anton Bambura <email address hidden>
Signed-off-by: Jaroslav Kysela <email address hidden>

796c87e... by Anton Bambura <email address hidden>

qcom: sdm845: MM1: use analog volume controls instead of

Besides the improvement by using analog volume control, it also makes
volume levels normal instead of insanely high levels reached by this
digital mixer.

Closes: https://github.com/alsa-project/alsa-ucm-conf/pull/408
Signed-off-by: Anton Bambura <email address hidden>
Signed-off-by: Jaroslav Kysela <email address hidden>

29e8d6a... by Krzysztof Kozlowski <email address hidden>

ucm2: Qualcomm: x1e80100: correct headphones

Fix wireplumber warnings:

  Path HP Digital is not a volume or mute control

Closes: https://github.com/alsa-project/alsa-ucm-conf/pull/396
Signed-off-by: Krzysztof Kozlowski <email address hidden>
Signed-off-by: Jaroslav Kysela <email address hidden>

f2f3b22... by Krzysztof Kozlowski <email address hidden>

ucm2: Qualcomm: x1e80100: add number of channels

Describe number of playback channels for speakers (where it is not
obvious: 4 channels) and headphones.

Closes: https://github.com/alsa-project/alsa-ucm-conf/pull/396
Signed-off-by: Krzysztof Kozlowski <email address hidden>
Signed-off-by: Jaroslav Kysela <email address hidden>

fbdedea... by Pulak Kumar Das <email address hidden>

Add support for Coachz with HDMI disabled

Closes: https://github.com/alsa-project/alsa-ucm-conf/pull/403
Signed-off-by: Pulak Kumar Das <email address hidden>
Signed-off-by: Jaroslav Kysela <email address hidden>

6a49e35... by Liran Funaro <email address hidden>

USB-Audio: ALC4080: Add support for MSI MEG Z790 Ace

Closes: https://github.com/alsa-project/alsa-ucm-conf/pull/405
Signed-off-by: Liran Funaro <email address hidden>
Signed-off-by: Jaroslav Kysela <email address hidden>

7c5038f... by AngeloGioacchino Del Regno <email address hidden>

ucm2: MediaTek: mt8195-sof: Add support for Tomato RT5682s

A later revision of the MT8195 Cherry Tomato Chromebook (Acer Chromebook
Spin 513 CP513-2H, Revision 3 and 4) are using the RT5682s codec instead
of RT5682i.

The differences are only about a couple of missing switches, where the
'i' variant had a switch for the L/R Headphone output and a configurable
DAC L/R Mux, while the 's' one misses the mux control and solely relies
on the main Headphone Switch.

Closes: https://github.com/alsa-project/alsa-ucm-conf/pull/406
Signed-off-by: AngeloGioacchino Del Regno <email address hidden>
Signed-off-by: Jaroslav Kysela <email address hidden>

73981e9... by Jaroslav Kysela <email address hidden>

sof-soundwire: rt1316/rt1318 - fix channel selection for one amp

Like in commit 9e29f9e27f4e27dce40d8d6803031bb4f7be3c48, use L-R
channel selection when single amp is present.

Signed-off-by: Jaroslav Kysela <email address hidden>

9e29f9e... by Peter Ujfalusi <email address hidden>

sof-soundwire: rt1308: Fix single amp configuration

If the device have single rt1308 amp then the codec's Channel Select should
be set to "LR" and not to "LL". "LL" is only valid if we have 2 amps, in
that case one is the Left and the other is the Right channel.

This fixes for example Dell Latitude 9520 which only played on the Left
speaker, Right is silent.

Closes: https://github.com/alsa-project/alsa-ucm-conf/pull/402
Signed-off-by: Peter Ujfalusi <email address hidden>
Suggested-by: Jaroslav Kysela <email address hidden>
Signed-off-by: Jaroslav Kysela <email address hidden>