Searched refs:raw_sector (Results 1 – 1 of 1) sorted by relevance
577 unsigned char *raw_sector; in sr_is_xa() local583 raw_sector = kmalloc(2048, GFP_KERNEL | SR_GFP_DMA(cd)); in sr_is_xa()584 if (!raw_sector) in sr_is_xa()587 CD_FRAMESIZE_RAW1, raw_sector)) { in sr_is_xa()588 is_xa = (raw_sector[3] == 0x02) ? 1 : 0; in sr_is_xa()593 kfree(raw_sector); in sr_is_xa()