Searched refs:cdda_method (Results 1 – 3 of 3) sorted by relevance
60 int cdda_method; /* see flags */ member
640 cdi->cdda_method = CDDA_BPC_FULL; in register_cdrom()642 cdi->cdda_method = CDDA_OLD; in register_cdrom()2175 if (cdi->cdda_method == CDDA_BPC_SINGLE) in cdrom_read_cdda_bpc()2198 if (cdi->cdda_method == CDDA_OLD) in cdrom_read_cdda()2213 if (cdi->cdda_method == CDDA_BPC_FULL && nframes > 1) { in cdrom_read_cdda()2215 cdi->cdda_method = CDDA_BPC_SINGLE; in cdrom_read_cdda()2228 cdi->cdda_method = CDDA_OLD; in cdrom_read_cdda()
272 int cdda_method; /* see CDDA_* flags */
Completed in 11 milliseconds