mips/arm: extend audio devs to 4

This commit is contained in:
BPanther
2021-10-03 15:43:01 +02:00
committed by Thilo Graf
parent 627b43ada0
commit 86918294a5
3 changed files with 21 additions and 5 deletions

View File

@@ -508,7 +508,7 @@ cVideo::cVideo(int, void *, void *, unsigned int unit)
hue = -1;
video_standby = 0;
blank_mode = 0;
if (unit > 1)
if (unit > 3)
{
hal_info("%s: unit %d out of range, setting to 0\n", __func__, unit);
devnum = 0;