Remove the now unnecessary ioctl from play utility

This commit is contained in:
Mike Gerow 2015-05-15 00:41:13 -07:00 committed by Kevin Lange
parent 320925d0d9
commit 64d771b4fa

View File

@ -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));
}