Implement ATAPI Stop Play/Scan command.
Stop CD audio playback on IDE reset, ATAPI reset, and hard reset.
This commit is contained in:
parent
33685c3318
commit
60d75012df
2 changed files with 16 additions and 1 deletions
|
|
@ -180,4 +180,5 @@ void sound_reset()
|
|||
sound_handlers_num = 0;
|
||||
|
||||
sound_set_cd_volume(65535, 65535);
|
||||
ioctl_audio_stop();
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue