mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-20 06:59:55 -05:00
21 lines
450 B
Text
21 lines
450 B
Text
|
|
# Usecase for device HDMI1/Display Port stereo playback on Intel KABYLAKE platforms
|
||
|
|
# For Audio in I2S mode
|
||
|
|
|
||
|
|
SectionDevice."Hdmi1" {
|
||
|
|
Comment "HDMI/Display Port 1 Stereo"
|
||
|
|
|
||
|
|
EnableSequence [
|
||
|
|
]
|
||
|
|
|
||
|
|
DisableSequence [
|
||
|
|
]
|
||
|
|
|
||
|
|
Value {
|
||
|
|
PlaybackPCM "hw:kblrt5660,2"
|
||
|
|
PlaybackChannels "2"
|
||
|
|
PlaybackPriority "2"
|
||
|
|
JackControl "HDMI/DP, pcm=4 Jack"
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|