/usr/share/alsa/ucm/skylake-rt286/Hdmi2 is in libasound2-data 1.1.3-5.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | # Usecase for device HDMI2/Display Port stereo playback on Intel SKYLAKE/KABYLAKE platforms
# For Audio in I2S mode
SectionDevice."Hdmi2" {
Comment "HDMI/Display Port 2 Stereo"
EnableSequence [
]
DisableSequence [
]
Value {
PlaybackPCM "hw:skylakert286,5"
PlaybackChannels "2"
PlaybackPriority "4"
JackControl "HDMI/DP, pcm=5 Jack"
}
}
|