This commit is contained in:
lukem 2001-05-07 08:15:41 +00:00
parent 6c84f44386
commit a9bf1b0410

View File

@ -1,4 +1,4 @@
/* $NetBSD: ac97var.h,v 1.3 2001/01/09 23:14:25 rh Exp $ */
/* $NetBSD: ac97var.h,v 1.4 2001/05/07 08:15:41 lukem Exp $ */
/* $OpenBSD: ac97.h,v 1.4 2000/07/19 09:01:35 csapuntz Exp $ */
/*
@ -43,7 +43,7 @@ struct ac97_host_if {
enum ac97_host_flags {
AC97_HOST_DONT_READ = 0x1,
AC97_HOST_SWAPPED_CHANNELS = 0x2, /* l/r is reversed */
AC97_HOST_SWAPPED_CHANNELS = 0x2 /* l/r is reversed */
};
enum ac97_host_flags (*flags)(void *arg);