mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-31 22:25:35 -04:00
This add the UCM conf files for skylake enabling I2S audio, HDMI and DMIC ports. Signed-off-by: Karthik D M <karthik.d.m@intel.com> Signed-off-by: Nishit Sharma <nishitx.sharma@intel.com> Signed-off-by: Jeeja KP <jeeja.kp@intel.com> Signed-off-by: Vinod Koul <vinod.koul@intel.com> Signed-off-by: Takashi Iwai <tiwai@suse.de>
20 lines
461 B
Text
20 lines
461 B
Text
# 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"
|
|
}
|
|
}
|
|
|