mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-26 07:00:11 -05:00
Factor out rt5645 variants Speaker+Headphones shared UCM enable sequences
Move common enable sequences for rt5645 variants and rt5650 UCM configurations into a shared component. The corresponding disable sequences are only two lines each and do not seem worth creating components for. Signed-off-by: Russell Parker <russell.parker7@gmail.com> Signed-off-by: Jaroslav Kysela <perex@perex.cz>
This commit is contained in:
parent
e850d8e2e3
commit
d4aa7346b7
8 changed files with 25 additions and 65 deletions
6
src/conf/ucm/codecs/rt5645/SpeakerEnableSeq.conf
Normal file
6
src/conf/ucm/codecs/rt5645/SpeakerEnableSeq.conf
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
cset "name='Headphone Switch' off"
|
||||
cset "name='Headphone Channel Switch' off"
|
||||
|
||||
cset "name='Ext Spk Switch' on"
|
||||
cset "name='Speaker Channel Switch' on"
|
||||
cset "name='Speaker Playback Volume' 31"
|
||||
Loading…
Add table
Add a link
Reference in a new issue