NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

PR/55301 CVS commit: [netbsd-9] src/sys/dev/audio



The following reply was made to PR kern/55301; it has been noted by GNATS.

From: "Martin Husemann" <martin%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/55301 CVS commit: [netbsd-9] src/sys/dev/audio
Date: Sun, 7 Jun 2020 19:04:00 +0000

 Module Name:	src
 Committed By:	martin
 Date:		Sun Jun  7 19:04:00 UTC 2020
 
 Modified Files:
 	src/sys/dev/audio [netbsd-9]: audio.c audiovar.h
 
 Log Message:
 Pull up following revision(s) (requested by isaki in ticket #950):
 
 	sys/dev/audio/audio.c: revision 1.71
 	sys/dev/audio/audio.c: revision 1.73
 	sys/dev/audio/audio.c: revision 1.74
 	sys/dev/audio/audio.c: revision 1.75
 	sys/dev/audio/audiovar.h: revision 1.12
 
 audio: Fix logic for resuming when the device is in use.
 
 audio_[r/p]mixer_start should never be called when the device is
 marked busy.
 
 Resolves a panic on resume when audio is playing, PR kern/55301
 
 audio: remove comment that is no longer valid
 
 audio: Only restart recording mixer on resume if it's already been started
 
 Fix suspend/resume.
 - Revert temporary usage of sc_[pr]busy during suspend.  These indicate
   whether the mixer needs to be restarted or not.
 - Avoid timeout error when about to suspend.
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.28.2.15 -r1.28.2.16 src/sys/dev/audio/audio.c
 cvs rdiff -u -r1.4.2.3 -r1.4.2.4 src/sys/dev/audio/audiovar.h
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.
 


Home | Main Index | Thread Index | Old Index