READ TOC command now falls back to legacy IOCTL handling when pass through reports error.
This commit is contained in:
@@ -63,7 +63,7 @@ static int null_readtoc_session(uint8_t id, unsigned char *b, int msf, int maxle
|
||||
return 0;
|
||||
}
|
||||
|
||||
static int null_readtoc_raw(uint8_t id, unsigned char *b, int msf, int maxlen)
|
||||
static int null_readtoc_raw(uint8_t id, unsigned char *b, int maxlen)
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user