diff options
author | cg <cg@FreeBSD.org> | 2000-09-17 23:46:32 +0000 |
---|---|---|
committer | cg <cg@FreeBSD.org> | 2000-09-17 23:46:32 +0000 |
commit | 2078d1f36cd4d10d7fba4191624fd6b5bac4ccc7 (patch) | |
tree | 1ae789eae5572bd7c6bd65b2593ea63e186ffc7b /sys/dev/sound/pci/solo.c | |
parent | add9046a9769a8132c3d2bbd321b5edbdb34c957 (diff) | |
download | FreeBSD-src-2078d1f36cd4d10d7fba4191624fd6b5bac4ccc7.zip FreeBSD-src-2078d1f36cd4d10d7fba4191624fd6b5bac4ccc7.tar.gz |
fix warnings
Diffstat (limited to 'sys/dev/sound/pci/solo.c')
-rw-r--r-- | sys/dev/sound/pci/solo.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/sound/pci/solo.c b/sys/dev/sound/pci/solo.c index 315262d..f36d07e 100644 --- a/sys/dev/sound/pci/solo.c +++ b/sys/dev/sound/pci/solo.c @@ -44,7 +44,6 @@ /* channel interface for ESS */ static void *esschan_init(void *devinfo, snd_dbuf *b, pcm_channel *c, int dir); -static int esschan_setdir(void *data, int dir); static int esschan_setformat(void *data, u_int32_t format); static int esschan_setspeed(void *data, u_int32_t speed); static int esschan_setblocksize(void *data, u_int32_t blocksize); @@ -995,7 +994,7 @@ static int ess_detach(device_t dev) { int r; - struct sc_info *sc; + struct ess_info *sc; r = pcm_unregister(dev); if (r) |