Source-Changes archive

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

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



Module Name:    src
Committed By:   martin
Date:           Sat Mar 21 15:47:01 UTC 2020

Modified Files:
        src/sys/dev/audio [netbsd-9]: audio.c audiodef.h audiovar.h

Log Message:
Pull up following revision(s) (requested by isaki in ticket #794):

        sys/dev/audio/audiodef.h: revision 1.10
        sys/dev/audio/audio.c: revision 1.56 (via patch)
        sys/dev/audio/audio.c: revision 1.57
        sys/dev/audio/audiovar.h: revision 1.8
        sys/dev/audio/audio.c: revision 1.38

Remove obsoleted comment.

Prevent a race between audiodetach and fileops methods using psref(9).
Fix PR kern/54427.
Thank you so much riastradh@

Release memories on audiobellclose.
It's rest of the last commit.


To generate a diff of this commit:
cvs rdiff -u -r1.28.2.8 -r1.28.2.9 src/sys/dev/audio/audio.c
cvs rdiff -u -r1.7.2.2 -r1.7.2.3 src/sys/dev/audio/audiodef.h
cvs rdiff -u -r1.4.2.1 -r1.4.2.2 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