Module Name: src Committed By: uebayasi Date: Sat Nov 1 05:56:36 UTC 2014
Modified Files: src/sys/dev: audio.c audio_if.h Log Message: audio(4): Fix indirect circular dependency with audio if drivers Provide audio_attach_mi(4) as inline so that audio if drivers don't need to call functions in audio.c. This way audio if drivers (e.g. auich(4)) can be linked into kernel without audio.c. To generate a diff of this commit: cvs rdiff -u -r1.263 -r1.264 src/sys/dev/audio.c cvs rdiff -u -r1.67 -r1.68 src/sys/dev/audio_if.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.