Skip to content

Commit

Permalink
Add spdif test
Browse files Browse the repository at this point in the history
Signed-off-by: Shreeya Patel <[email protected]>
  • Loading branch information
Shreeya Patel committed Jan 3, 2023
1 parent 16a19f4 commit 1f6a358
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion boards/google,kevin
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,12 @@ assert_device_present rockchip-emmc-phy-probed rockchip-emmc-phy ff770000.*

assert_driver_present rockchip-i2s-driver-present rockchip-i2s
assert_device_present rockchip-i2s0-probed rockchip-i2s ff880000.*
assert_device_present rockchip-i2s1-probed rockchip-i2s ff8a0000.*

if kernel_greater_than "5.18"; then
assert_device_present rockchip-spdif1-probed rockchip-spdif ff870000.*
else
assert_device_present rockchip-i2s1-probed rockchip-i2s ff8a0000.*
fi

assert_driver_present rockchip-iodomain-driver-present rockchip-iodomain
assert_device_present rockchip-iodomain0-probed rockchip-iodomain ff320000.*
Expand Down

0 comments on commit 1f6a358

Please sign in to comment.