Commit ebb3a68c authored by Huw D M Davies's avatar Huw D M Davies Committed by Alexandre Julliard

Status of CDROM_AUDIO_INVALID seems to mean the disk is stopped.

parent 844625cb
......@@ -360,8 +360,9 @@ BOOL CDROM_Audio_GetCDStatus(WINE_CDAUDIO* wcda, int parentdev)
#else
case CD_AS_AUDIO_INVALID:
#endif
WARN("device doesn't support status.\n");
wcda->cdaMode = WINE_CDA_DONTKNOW;
/* seems that this means stop for ide drives */
wcda->cdaMode = WINE_CDA_STOP;
TRACE("AUDIO_INVALID -> WINE_CDA_STOP\n");
break;
#ifdef linux
case CDROM_AUDIO_NO_STATUS:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment