From 36bf5b189175ea403450119f66c0fc6b0065200b Mon Sep 17 00:00:00 2001 From: Jacob Meuser Date: Mon, 21 Apr 2008 00:32:44 +0000 Subject: allow low level audio drivers to specify a default sample format, instead of 8-bit mono mulaw @ 8kHz. this is just the infrastructure; no drivers are specifying a default yet. ok ratchov@, deanna@ --- sys/dev/pci/sv.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sys/dev/pci/sv.c') diff --git a/sys/dev/pci/sv.c b/sys/dev/pci/sv.c index 76be6bf66d6..678388a3c2f 100644 --- a/sys/dev/pci/sv.c +++ b/sys/dev/pci/sv.c @@ -1,4 +1,4 @@ -/* $OpenBSD: sv.c,v 1.23 2008/01/14 01:23:53 jakemsr Exp $ */ +/* $OpenBSD: sv.c,v 1.24 2008/04/21 00:32:43 jakemsr Exp $ */ /* * Copyright (c) 1998 Constantine Paul Sapuntzakis @@ -185,6 +185,7 @@ struct audio_hw_if sv_hw_if = { sv_mappage, sv_get_props, NULL, + NULL, NULL }; -- cgit v1.2.3