SectionPCMCapabilities."Offload1 Playback" {
formats "S24_LE,S16_LE"
rate_min "8000"
- rate_max "48000"
+ rate_max "192000"
channels_min "2"
channels_max "2"
}
# PCM devices exported by Firmware
-SectionPCM."System Pin" {
+SectionPCM."System Playback/Capture" {
index "1"
# used for binding to the PCM
- ID "0"
+ id "0"
+
+ dai."System Pin" {
+ id "0"
+ }
pcm."playback" {
}
}
-SectionPCM."Offload0 Pin" {
+SectionPCM."Offload0 Playback" {
index "1"
# used for binding to the PCM
- ID "1"
+ id "1"
+
+ dai."Offload0 Pin" {
+ id "1"
+ }
pcm."playback" {
}
}
-SectionPCM."Offload1 Pin" {
+SectionPCM."Offload1 Playback" {
index "1"
# used for binding to the PCM
- ID "2"
+ id "2"
+
+ dai."Offload1 Pin" {
+ id "2"
+ }
pcm."playback" {
}
}
-SectionPCM."Loopback Pin" {
+SectionPCM."Loopback PCM" {
index "1"
# used for binding to the PCM
- ID "3"
+ id "3"
+
+ dai."Loopback Pin" {
+ id "3"
+ }
pcm."capture" {