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