add missing initializer.
This commit is contained in:
parent
d38176b5c8
commit
e82a0f88ae
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: ym.c,v 1.27 2005/12/24 20:27:41 perry Exp $ */
|
||||
/* $NetBSD: ym.c,v 1.28 2006/09/03 21:47:34 christos Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1999-2002 The NetBSD Foundation, Inc.
|
||||
@ -67,7 +67,7 @@
|
||||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__KERNEL_RCSID(0, "$NetBSD: ym.c,v 1.27 2005/12/24 20:27:41 perry Exp $");
|
||||
__KERNEL_RCSID(0, "$NetBSD: ym.c,v 1.28 2006/09/03 21:47:34 christos Exp $");
|
||||
|
||||
#include "mpu_ym.h"
|
||||
#include "opt_ym.h"
|
||||
@ -204,6 +204,7 @@ const struct audio_hw_if ym_hw_if = {
|
||||
ad1848_isa_trigger_output,
|
||||
ad1848_isa_trigger_input,
|
||||
NULL,
|
||||
NULL, /* powerstate */
|
||||
};
|
||||
|
||||
static inline int ym_read(struct ym_softc *, int);
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: yds.c,v 1.33 2006/08/17 17:11:28 christos Exp $ */
|
||||
/* $NetBSD: yds.c,v 1.34 2006/09/03 21:45:28 christos Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 2000, 2001 Kazuki Sakamoto and Minoura Makoto.
|
||||
@ -39,7 +39,7 @@
|
||||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__KERNEL_RCSID(0, "$NetBSD: yds.c,v 1.33 2006/08/17 17:11:28 christos Exp $");
|
||||
__KERNEL_RCSID(0, "$NetBSD: yds.c,v 1.34 2006/09/03 21:45:28 christos Exp $");
|
||||
|
||||
#include "mpu.h"
|
||||
|
||||
@ -230,6 +230,7 @@ static const struct audio_hw_if yds_hw_if = {
|
||||
yds_trigger_output,
|
||||
yds_trigger_input,
|
||||
NULL,
|
||||
NULL, /* powerstate */
|
||||
};
|
||||
|
||||
static const struct audio_device yds_device = {
|
||||
|
Loading…
Reference in New Issue
Block a user