mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-20 06:59:55 -05:00
The new generation of Dell Edge IoT platform is based on Intel Kabylake platform, and the audio codec is ALC3277 which is 100% compatible with RT5660 in I2S mode. The audio design on this IoT platform is as below: - Intel kabylake platform - connect the codec ALC3277 via SSP0 - line-out and line-in with Micbias jacks - line-out mute control and jack detection of line-out and line-in - two HDMI ports with audio capability Signed-off-by: Hui Wang <hui.wang@canonical.com> Signed-off-by: Takashi Iwai <tiwai@suse.de>
20 lines
450 B
Text
Executable file
20 lines
450 B
Text
Executable file
# 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"
|
|
}
|
|
}
|
|
|