Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/sys/dev/usb/uaudio.c,v rcsdiff: /ftp/cvs/cvsroot/src/sys/dev/usb/uaudio.c,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.100.6.1 retrieving revision 1.100.6.2 diff -u -p -r1.100.6.1 -r1.100.6.2 --- src/sys/dev/usb/uaudio.c 2006/04/22 11:39:38 1.100.6.1 +++ src/sys/dev/usb/uaudio.c 2006/06/01 22:37:41 1.100.6.2 @@ -1,4 +1,4 @@ -/* $NetBSD: uaudio.c,v 1.100.6.1 2006/04/22 11:39:38 simonb Exp $ */ +/* $NetBSD: uaudio.c,v 1.100.6.2 2006/06/01 22:37:41 kardel Exp $ */ /* * Copyright (c) 1999 The NetBSD Foundation, Inc. @@ -44,7 +44,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: uaudio.c,v 1.100.6.1 2006/04/22 11:39:38 simonb Exp $"); +__KERNEL_RCSID(0, "$NetBSD: uaudio.c,v 1.100.6.2 2006/06/01 22:37:41 kardel Exp $"); #include #include @@ -1706,6 +1706,8 @@ uaudio_process_as(struct uaudio_softc *s ai.edesc1 = epdesc1; ai.asf1desc = asf1d; ai.sc_busy = 0; + ai.aformat = NULL; + ai.ifaceh = NULL; uaudio_add_alt(sc, &ai); #ifdef UAUDIO_DEBUG if (ai.attributes & UA_SED_FREQ_CONTROL)