mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-31 16:57:10 +00:00
Devclass have to be shared with same 'pcm' devclass, or
unit management will corrupt.
This commit is contained in:
parent
0adbaf30d9
commit
92fae6e79e
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=129890
@ -373,7 +373,6 @@ static driver_t ua_pcm_driver = {
|
||||
PCM_SOFTC_SIZE,
|
||||
};
|
||||
|
||||
static devclass_t pcm_devclass;
|
||||
|
||||
DRIVER_MODULE(ua_pcm, uaudio, ua_pcm_driver, pcm_devclass, 0, 0);
|
||||
MODULE_DEPEND(ua_pcm, uaudio, 1, 1, 1);
|
||||
|
Loading…
Reference in New Issue
Block a user