change the value of audio_prinfo.seek from u_long to u_int before it causes
too much damange. everything else here is the same in a 64bit vs. 32bit world, so keep it all simple. the alpha was the only port to have any real affect for this, and it only very recently begun to support some audio devices so it doesn't really apply here. 1.3/alpha did not support audio..
This commit is contained in:
parent
0acc329dad
commit
7165d3f691
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: audioio.h,v 1.23 1998/08/12 03:18:35 mycroft Exp $ */
|
||||
/* $NetBSD: audioio.h,v 1.24 1998/08/13 06:28:41 mrg Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1991-1993 Regents of the University of California.
|
||||
@ -47,7 +47,7 @@ struct audio_prinfo {
|
||||
u_int encoding; /* data encoding (AUDIO_ENCODING_* below) */
|
||||
u_int gain; /* volume level */
|
||||
u_int port; /* selected I/O port */
|
||||
u_long seek; /* BSD extension */
|
||||
u_int seek; /* BSD extension */
|
||||
u_int avail_ports; /* available I/O ports */
|
||||
u_int buffer_size; /* total size audio buffer */
|
||||
u_int _ispare[1];
|
||||
|
Loading…
Reference in New Issue
Block a user