sof-rt5682: Add HDMI support

common-codecs
WeirdTreeThing 2023-11-16 16:25:33 -05:00
parent 196e0142e1
commit e526e74a0e
No known key found for this signature in database
GPG Key ID: 1F56A4B52998B851
2 changed files with 5 additions and 3 deletions

View File

@ -129,6 +129,4 @@ SectionDevice."Mic" {
}
}
# TODO: detect hdmi configuration
#Include.hdmi.File "/codecs/hda/hdmi2345.conf"
Include.hdmi.File "/codecs/hda/${var:hdmi}.conf"

View File

@ -9,6 +9,7 @@ If.cml {
True {
Define.cml y
Define.dmicpcm 1
Define.hdmi hdmi234
}
}
@ -21,6 +22,7 @@ If.tgl {
True {
Define.tgl y
Define.dmicpcm 99
Define.hdmi hdmi2345
}
}
@ -34,6 +36,7 @@ If.jsl {
True {
Define.jsl y
Define.dmicpcm 5
Define.hdmi hdmi234
}
}
@ -46,5 +49,6 @@ If.adl {
True {
Define.adl y
Define.dmicpcm 99
Define.hdmi hdmi2345
}
}