mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-31 22:25:35 -04:00
Add an UCM profile for Bay Trail and Cherry Trail boards with an ES8316 codec. Re-use the existing platform enable and disable sequences for BYT/CHT SST support and add a codecs/es8316 dir with codec specific enable / disable sequences for the various inputs and outputs. Signed-off-by: Hans de Goede <hdegoede@redhat.com> Signed-off-by: Jaroslav Kysela <perex@perex.cz>
24 lines
409 B
Text
24 lines
409 B
Text
SectionDevice."InternalMic-IN1" {
|
|
Comment "Internal Microphone on IN1"
|
|
|
|
ConflictingDevice [
|
|
"InternalMic-IN2"
|
|
"HeadsetMic-IN1"
|
|
"HeadsetMic-IN2"
|
|
]
|
|
|
|
EnableSequence [
|
|
cdev "hw:bytchtes8316"
|
|
cset "name='Differential Mux' lin1-rin1"
|
|
cset "name='Internal Mic Switch' on"
|
|
]
|
|
|
|
DisableSequence [
|
|
cdev "hw:bytchtes8316"
|
|
cset "name='Internal Mic Switch' off"
|
|
]
|
|
|
|
Value {
|
|
CaptureChannels "2"
|
|
}
|
|
}
|