SectionDevice."Hdmi1" {
Comment "HDMI/Display Port 1 Stereo"
- EnableSequence [
- ]
-
- DisableSequence [
- ]
-
Value {
- PlaybackPCM "hw:kblrt5660,2"
+ PlaybackPCM "hw:${CardId},2"
PlaybackChannels "2"
PlaybackPriority "2"
JackControl "HDMI/DP, pcm=4 Jack"
SectionDevice."Hdmi2" {
Comment "HDMI/Display Port 2 Stereo"
- EnableSequence [
- ]
-
- DisableSequence [
- ]
-
Value {
- PlaybackPCM "hw:kblrt5660,3"
+ PlaybackPCM "hw:${CardId},3"
PlaybackChannels "2"
PlaybackPriority "3"
JackControl "HDMI/DP, pcm=5 Jack"
SectionVerb {
- EnableSequence [
- ]
-
- DisableSequence [
- ]
-
# ALSA PCM
Value {
# ALSA PCM device for HiFi
- PlaybackPCM "hw:kblrt5660,0"
- CapturePCM "hw:kblrt5660,1"
+ PlaybackPCM "hw:${CardId},0"
+ CapturePCM "hw:${CardId},1"
}
}
Comment "LineOut playback"
EnableSequence [
- cdev "hw:kblrt5660"
cset "name='DAC1 Playback Volume' 30"
cset "name='OUT Playback Volume' 19"
cset "name='OUT Playback Switch' on"
]
DisableSequence [
- cdev "hw:kblrt5660"
cset "name='Line Out Switch' off"
cset "name='DAC1 MIXL DAC1' off"
cset "name='DAC1 MIXR DAC1' off"
Comment "LineIn capture"
EnableSequence [
- cdev "hw:kblrt5660"
-
cset "name='ADC Capture Volume' 30"
cset "name='IN1 Boost Volume' 30"
cset "name='IN2 Boost Volume' 30"
]
DisableSequence [
- cdev "hw:kblrt5660"
cset "name='Line In Switch' off"
cset "name='Sto1 ADC MIXR ADC1 Switch' off"
cset "name='Sto1 ADC MIXL ADC1 Switch' off"