Restore CDIOCREADAUDIO ioctl.
Pointed out by: KIYOHARA Takashi <kiyohara@kk.iij4u.or.jp>
This commit is contained in:
parent
e0dc37e40d
commit
d8c0e1b9ca
@ -347,3 +347,12 @@ struct acd {
|
||||
u_int next_writeable_lba; /* Next writable position */
|
||||
struct wormio_prepare_track preptrack; /* Scratch region */
|
||||
};
|
||||
|
||||
struct ioc_read_audio {
|
||||
u_char address_format;
|
||||
union msf_lba address;
|
||||
int nframes;
|
||||
u_char* buffer;
|
||||
};
|
||||
|
||||
#define CDIOCREADAUDIO _IOWR('c',31,struct ioc_read_audio)
|
||||
|
Loading…
Reference in New Issue
Block a user