From: Amadeusz Sławiński Date: Tue, 18 Jun 2024 10:48:13 +0000 (+0200) Subject: ucm2: Intel: avs: Add UCM files for ssm4567 configuration X-Git-Tag: v1.2.13~30 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=ff8aacbdec09ddb485cda761ae867f28c7fc843f;p=alsa-ucm-conf.git ucm2: Intel: avs: Add UCM files for ssm4567 configuration Add configs for devices using ssm4567 codec. Closes: https://github.com/alsa-project/alsa-ucm-conf/pull/418 Signed-off-by: Amadeusz Sławiński Signed-off-by: Jaroslav Kysela --- diff --git a/ucm2/Intel/avs/avs_ssm4567/Hewlett_Packard-Chell-1.0-HiFi.conf b/ucm2/Intel/avs/avs_ssm4567/Hewlett_Packard-Chell-1.0-HiFi.conf new file mode 100644 index 0000000..613b29e --- /dev/null +++ b/ucm2/Intel/avs/avs_ssm4567/Hewlett_Packard-Chell-1.0-HiFi.conf @@ -0,0 +1,8 @@ +SectionDevice."Speaker" { + Comment "Speakers" + + Value { + PlaybackPCM "hw:${CardId},1" + PlaybackMixerElem "DSP" + } +} diff --git a/ucm2/Intel/avs/avs_ssm4567/Hewlett_Packard-Chell-1.0.conf b/ucm2/Intel/avs/avs_ssm4567/Hewlett_Packard-Chell-1.0.conf new file mode 100644 index 0000000..5fd3edb --- /dev/null +++ b/ucm2/Intel/avs/avs_ssm4567/Hewlett_Packard-Chell-1.0.conf @@ -0,0 +1,11 @@ +Syntax 6 + +SectionUseCase."HiFi" { + File "/Intel/avs/avs_ssm4567/Hewlett_Packard-Chell-1.0-HiFi.conf" + Comment "Play HiFi quality Music" +} + +BootSequence [ + cset "name='Left Master Playback Volume' 255" + cset "name='Right Master Playback Volume' 255" +] diff --git a/ucm2/conf.d/avs_ssm4567/Hewlett_Packard-Chell-1.0.conf b/ucm2/conf.d/avs_ssm4567/Hewlett_Packard-Chell-1.0.conf new file mode 120000 index 0000000..a3c0ee0 --- /dev/null +++ b/ucm2/conf.d/avs_ssm4567/Hewlett_Packard-Chell-1.0.conf @@ -0,0 +1 @@ +../../Intel/avs/avs_ssm4567/Hewlett_Packard-Chell-1.0.conf \ No newline at end of file