diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2008-10-29 03:00:20 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2008-10-29 03:00:20 +0000 |
commit | a9173cc0ee56bb5f7022c3433654141fc1b9717a (patch) | |
tree | 0aee43c88714b274d14cee94d88320618ea106d7 | |
parent | 99148019efedcbda6899fb8da6ec766f4156c353 (diff) |
come on -- this was not even test compiled
-rw-r--r-- | sys/arch/macppc/dev/i2s.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/macppc/dev/i2s.c b/sys/arch/macppc/dev/i2s.c index f36b98036eb..d77ea6b7d8b 100644 --- a/sys/arch/macppc/dev/i2s.c +++ b/sys/arch/macppc/dev/i2s.c @@ -1,4 +1,4 @@ -/* $OpenBSD: i2s.c,v 1.13 2008/10/29 00:04:14 jakemsr Exp $ */ +/* $OpenBSD: i2s.c,v 1.14 2008/10/29 03:00:19 deraadt Exp $ */ /* $NetBSD: i2s.c,v 1.1 2003/12/27 02:19:34 grant Exp $ */ /*- @@ -53,7 +53,7 @@ # define DPRINTF(x) #endif -struct i2s_audio_default { +struct audio_params i2s_audio_default = { 44100, /* sample_rate */ AUDIO_ENCODING_SLINEAR_BE, /* encoding */ 16, /* precision */ |