Skip to content

Commit

Permalink
sof-soundwire: set PGA capture switch for rt715 mic in BootSequence
Browse files Browse the repository at this point in the history
Fixes: #255
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
  • Loading branch information
perexg committed Dec 26, 2022
1 parent 3984514 commit e395d7b
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions ucm2/sof-soundwire/sof-soundwire.conf
Expand Up @@ -61,3 +61,14 @@ If.mic_init {
}
True.Include.mic_init.File "/codecs/${var:MicCodec1}/init.conf"
}

If.mic_init_rt715 {
Condition {
Type String
Needle "rt715"
Haystack "${var:MicCodec1}"
}
True.BootSequence [
cset "name='PGA5.0 5 Master Capture Switch' 1"
]
}

0 comments on commit e395d7b

Please sign in to comment.