sync with OpenBSD -current
This commit is contained in:
parent
2d0895064a
commit
0d235ae71d
70 changed files with 1715 additions and 502 deletions
|
@ -1,4 +1,4 @@
|
|||
/* $OpenBSD: audio.c,v 1.206 2023/02/10 14:34:16 visa Exp $ */
|
||||
/* $OpenBSD: audio.c,v 1.207 2024/06/07 08:48:10 jsg Exp $ */
|
||||
/*
|
||||
* Copyright (c) 2015 Alexandre Ratchov <alex@caoua.org>
|
||||
*
|
||||
|
@ -48,8 +48,6 @@
|
|||
#define DPRINTFN(n, ...) do {} while(0)
|
||||
#endif
|
||||
|
||||
#define IPL_SOFTAUDIO IPL_SOFTNET
|
||||
|
||||
#define DEVNAME(sc) ((sc)->dev.dv_xname)
|
||||
#define AUDIO_UNIT(n) (minor(n) & 0x0f)
|
||||
#define AUDIO_DEV(n) (minor(n) & 0xf0)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue