| 512 | } |
| 513 | |
| 514 | static int setstate (struct cdunit *cdu, int state, int playpos) |
| 515 | { |
| 516 | cdu->cdda_play_state = state; |
| 517 | if (cdu->cdda_statusfunc) |
| 518 | return cdu->cdda_statusfunc (cdu->cdda_play_state, playpos); |
| 519 | return 0; |
| 520 | } |
| 521 | |
| 522 | static int cdda_unpack_func (void *v) |
| 523 | { |
no outgoing calls
no test coverage detected