READ TOC command now falls back to legacy IOCTL handling when pass through reports error.

This commit is contained in:
OBattler
2017-06-01 02:33:02 +02:00
parent e6adf90e29
commit 02a8329156
5 changed files with 166 additions and 9 deletions

View File

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