From a9173cc0ee56bb5f7022c3433654141fc1b9717a Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Wed, 29 Oct 2008 03:00:20 +0000 Subject: come on -- this was not even test compiled --- sys/arch/macppc/dev/i2s.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/arch/macppc/dev/i2s.c') 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 */ -- cgit v1.2.3