Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-6]: src/sys/dev Pull up revision 1.45 (requested by 193 in tick...
details: https://anonhg.NetBSD.org/src/rev/77a8f445d0d4
branches: netbsd-1-6
changeset: 527805:77a8f445d0d4
user: tv <tv%NetBSD.org@localhost>
date: Mon Jun 10 16:01:51 2002 +0000
description:
Pull up revision 1.45 (requested by 193 in ticket #0):
Correct wrong comment about factor_denom.
In case of recording, it doesn't make coding space small.
diffstat:
sys/dev/audio_if.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 6c10ec73e2e1 -r 77a8f445d0d4 sys/dev/audio_if.h
--- a/sys/dev/audio_if.h Mon Jun 10 15:59:39 2002 +0000
+++ b/sys/dev/audio_if.h Mon Jun 10 16:01:51 2002 +0000
@@ -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.44.4.1 2002/06/10 16:01:51 tv Exp $ */
/*
* Copyright (c) 1994 Havard Eidnes.
@@ -51,7 +51,7 @@
/* 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 !=
Home |
Main Index |
Thread Index |
Old Index