[BACK]Return to audio.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / dev / audio

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/sys/dev/audio/audio.c between version 1.73 and 1.74

version 1.73, 2020/05/26 11:43:00 version 1.74, 2020/05/26 15:20:16
Line 7789  audio_resume(device_t dv, const pmf_qual
Line 7789  audio_resume(device_t dv, const pmf_qual
   
         if (!sc->sc_pbusy)          if (!sc->sc_pbusy)
                 audio_pmixer_start(sc, true);                  audio_pmixer_start(sc, true);
         if (!sc->sc_rbusy)          if (!sc->sc_rbusy && sc->sc_ropens > 0)
                 audio_rmixer_start(sc);                  audio_rmixer_start(sc);
   
         audio_exlock_mutex_exit(sc);          audio_exlock_mutex_exit(sc);

Legend:
Removed from v.1.73  
changed lines
  Added in v.1.74

CVSweb <webmaster@jp.NetBSD.org>