Hi,

>  And that is actually simple enough that we can consider it for 1.7:
> >
> >  static void *oss_audio_init (void)
> >  {
> > +    if (access(conf.devpath_in, R_OK | W_OK) < 0 ||
> > +        access(conf.devpath_out, R_OK | W_OK) < 0) {
> > +        return NULL;
> 
> That would be reasonable.  Can you add a SoB and submit as a patch?

Pull req sent.

cheers,
  Gerd



Reply via email to