2025-05-10 21:49:39 +08:00

58 lines
695 B
Plaintext

# Use case for devices on rockchip,rt5616-codec card.
SectionVerb {
EnableSequence [
]
DisableSequence [
]
}
SectionDevice."Headphones" {
Comment "Headphones playback"
EnableSequence [
]
DisableSequence [
]
Value {
PlaybackPCM "hw:rockchiprt5616c,0"
PlaybackChannels "2"
PlaybackPriority "1"
}
}
SectionDevice."HDMI-stereo" {
Comment "HDMI Digital Stereo Output"
EnableSequence [
]
DisableSequence [
]
Value {
PlaybackPCM "hw:rockchiprt5616c,1"
PlaybackChannels "2"
PlaybackPriority "2"
}
}
SectionDevice."MIC" {
Comment "Microphone"
EnableSequence [
]
DisableSequence [
]
Value {
CapturePCM "hw:rockchiprt5616c,0"
CaptureChannels "2"
}
}