Remove the now unnecessary ioctl from play utility
This commit is contained in:
parent
320925d0d9
commit
64d771b4fa
@ -24,7 +24,6 @@ int main(int argc, char * argv[]) {
|
||||
}
|
||||
|
||||
char buf[0x1000];
|
||||
ioctl(spkr, 0xf01, NULL);
|
||||
while (read(song, buf, sizeof(buf))) {
|
||||
write(spkr, buf, sizeof(buf));
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user