Correct wrong comment about factor_denom.
In case of recording, it doesn't make coding space small.
This commit is contained in:
parent
c029f886c8
commit
ef44888b70
|
@ -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.
|
* Copyright (c) 1994 Havard Eidnes.
|
||||||
|
@ -51,7 +51,7 @@ struct audio_params {
|
||||||
/* Software en/decode functions, set if SW coding required by HW */
|
/* Software en/decode functions, set if SW coding required by HW */
|
||||||
void (*sw_code)(void *, u_char *, int);
|
void (*sw_code)(void *, u_char *, int);
|
||||||
int factor; /* coding space change */
|
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
|
* The following four members represent what format is used in a
|
||||||
* hardware. If hw_sample_rate != sample_rate || hw_channels !=
|
* hardware. If hw_sample_rate != sample_rate || hw_channels !=
|
||||||
|
|
Loading…
Reference in New Issue