add missing initializer.

This commit is contained in:
christos 2006-08-28 00:04:21 +00:00
parent 7546f55be3
commit 78cdbd8e9c
1 changed files with 3 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: azalia.c,v 1.38 2006/07/21 17:30:26 kent Exp $ */
/* $NetBSD: azalia.c,v 1.39 2006/08/28 00:04:21 christos Exp $ */
/*-
* Copyright (c) 2005 The NetBSD Foundation, Inc.
@ -48,7 +48,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: azalia.c,v 1.38 2006/07/21 17:30:26 kent Exp $");
__KERNEL_RCSID(0, "$NetBSD: azalia.c,v 1.39 2006/08/28 00:04:21 christos Exp $");
#include <sys/param.h>
#include <sys/device.h>
@ -251,6 +251,7 @@ static const struct audio_hw_if azalia_hw_if = {
azalia_trigger_output,
azalia_trigger_input,
NULL, /* dev_ioctl */
NULL, /* powerstate */
};
static const char *pin_colors[16] = {