From ef44888b70aca8a66cd9bcee21c4fcbffe97b1b1 Mon Sep 17 00:00:00 2001 From: isaki Date: Tue, 4 Jun 2002 13:59:23 +0000 Subject: [PATCH] Correct wrong comment about factor_denom. In case of recording, it doesn't make coding space small. --- sys/dev/audio_if.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/dev/audio_if.h b/sys/dev/audio_if.h index 9e0764bad90d..48528c9cb314 100644 --- a/sys/dev/audio_if.h +++ b/sys/dev/audio_if.h @@ -1,4 +1,4 @@ -/* $NetBSD: audio_if.h,v 1.44 2002/04/25 00:50:39 kleink Exp $ */ +/* $NetBSD: audio_if.h,v 1.45 2002/06/04 13:59:23 isaki Exp $ */ /* * Copyright (c) 1994 Havard Eidnes. @@ -51,7 +51,7 @@ struct audio_params { /* Software en/decode functions, set if SW coding required by HW */ void (*sw_code)(void *, u_char *, int); int factor; /* coding space change */ - int factor_denom; /* coding space change smaller */ + int factor_denom; /* denominator of factor */ /* * The following four members represent what format is used in a * hardware. If hw_sample_rate != sample_rate || hw_channels !=