Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: CVS commit: src/sys/dev
Gregory McGarry <gmcgarry%netbsd.org@localhost> writes:
> Module Name: src
> Committed By: gmcgarry
> Date: Fri Apr 25 03:02:12 UTC 2003
>
> Modified Files:
> src/sys/dev: audio.c
>
> Log Message:
> Fix full-duplex mode (again).
>
> Back-out revision 1.169 and 1.165. Revision 1.169 fixes some problems
> introduced in revision 1.165. It isn't clear what problem revision 1.165
> was attempting to address. It seems bogus anyway, since we later check
> the modes in audio_check_params().
The revisions you backed out are 1.166 and 1.170, aren't it? Please
fix the commit log if so.
enami.
----------------------------
revision 1.170
date: 2002/12/20 18:30:01; author: fredette; state: Exp; lines: +10 -4
If the user is providing a mode value in AUDIO_SETINFO, that value
cannot change the recording or playback mode of the device, it can
only change other mode-like values (like AUMODE_PLAY_ALL). Be very
explicit about fixing up the user's mode value based on the mode of
the device. Before, giving AUMODE_PLAY_ALL could cause AUMODE_PLAY
to become set on the device, and once AUMODE_PLAY_ALL was set it
was impossible to clear.
----------------------------
revision 1.169
date: 2002/11/26 18:49:40; author: christos; state: Exp; lines: +6 -6
si_ -> sel_
----------------------------
----------------------------
revision 1.166
date: 2002/10/16 21:07:08; author: jdolecek; state: Exp; lines: +14 -3
for AUDIO_SETINFO, silently enforce same mode as the currently used one;
this value is supposed to be read-only for this ioctl
----------------------------
revision 1.165
date: 2002/10/02 16:33:28; author: thorpej; state: Exp; lines: +3 -3
Add trailing ; to CFATTACH_DECL.
----------------------------
Home |
Main Index |
Thread Index |
Old Index