bat icon indicating copy to clipboard operation
bat copied to clipboard

basic audio tester

Results 2 bat issues
Sort by recently updated
recently updated
newest added

err is not being used, so remove it. Signed-off-by: Colin Ian King

alsaloop/pcmjob.c, pcmjob_start: the comparison loop->play->channels == loop->play->channels looks dubious to me, shouldn't it be oop->play->channels == loop->capt->channels if (loop->play->access == loop->capt->access && loop->play->format == loop->capt->format && loop->play->rate == loop->capt->rate &&...