linuxOS_AP06/external/alsa-config/alsa/ucm2/conf.d/rockchip-es8316/HiFi.conf
2025-06-03 12:28:32 +08:00

43 lines
631 B
Plaintext

SectionVerb {
Value {
MinBufferLevel "512"
}
EnableSequence [
cset "name='ADC PGA Gain Volume' 1"
cset "name='ADC Capture Volume' 192"
cset "name='DAC Playback Volume' 192"
cset "name='Left Headphone Mixer Left DAC Switch' on"
cset "name='Right Headphone Mixer Right DAC Switch' on"
]
}
SectionDevice."Mic" {
Comment "Internal Microphone"
Value {
CapturePriority 100
CapturePCM "hw:${CardId}"
}
EnableSequence [
]
DisableSequence [
]
}
SectionDevice."Headphones" {
Comment "Headphones"
Value {
PlaybackPriority 200
PlaybackPCM "hw:${CardId}"
}
EnableSequence [
]
DisableSequence [
]
}