diff options
Diffstat (limited to 'sys/dev/sound/pcm/sound.h')
-rw-r--r-- | sys/dev/sound/pcm/sound.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/sound/pcm/sound.h b/sys/dev/sound/pcm/sound.h index f7ec6a4..e456597 100644 --- a/sys/dev/sound/pcm/sound.h +++ b/sys/dev/sound/pcm/sound.h @@ -157,6 +157,7 @@ int pcm_register(device_t dev, void *devinfo, int numplay, int numrec); int pcm_setstatus(device_t dev, char *str); u_int32_t pcm_getflags(device_t dev); void pcm_setflags(device_t dev, u_int32_t val); +void *pcm_getdevinfo(device_t dev); void pcm_setswap(device_t dev, pcm_swap_t *swap); #endif /* _KERNEL */ |