hc
2024-08-14 93e8ba98c407598d13d8ade71bc7802acfb19c58
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Usecase for device HDMI0/Display Port stereo playback on rockchip platforms
# For Audio in I2S mode
 
SectionDevice."HDMI0" {
   Comment "HDMI/Display Port 1 Stereo"
 
   Value {
       PlaybackPriority 300
       PlaybackPCM "hw:${CardId}"
       If.1 {
           Condition {
               Type ControlExists
               Control "iface=CARD,name='rockchip-hdmi0 Jack'"
           }
           True {
               JackControl "rockchip-hdmi0 Jack"
           }
           False {
               JackControl "rockchip-hdmi0 Jack"
           }
       }
   }
}