diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2001-01-05 07:07:03 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2001-01-05 07:07:03 +0000 |
| commit | cc486d80613a973f796424ee1d96114d82416bcc (patch) | |
| tree | cedc542d0fa41665798ac1e1e8cfafc62bc0f9ff /sys/dev/sound/pcm/mixer.h | |
| parent | c5f9b6d075ee74fc3e4aee42e6486f1d0e64a024 (diff) | |
Notes
Diffstat (limited to 'sys/dev/sound/pcm/mixer.h')
| -rw-r--r-- | sys/dev/sound/pcm/mixer.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/sound/pcm/mixer.h b/sys/dev/sound/pcm/mixer.h index b29cc14eec89..f7ad35cef266 100644 --- a/sys/dev/sound/pcm/mixer.h +++ b/sys/dev/sound/pcm/mixer.h @@ -33,6 +33,7 @@ extern int mixer_ioctl(snddev_info *d, u_long cmd, caddr_t arg); extern int mixer_busy(snd_mixer *m, int busy); extern int mixer_isbusy(snd_mixer *m); +int mixer_hwinit(device_t dev); void mixer_hwmute(device_t dev); void mixer_hwstep(device_t dev, int left_step, int right_step); |
