OSDN Git Service

* public snapshot of sid simulator
[pf3gnuchains/pf3gnuchains3x.git] / sid / component / audio / ChangeLog
1 2000-11-15  Jeff Johnston  <jjohnstn@redhat.com>
2
3         * configure: Regenerated.
4         * aclocal.m4: Ditto.
5         * Makefile.in: Ditto.
6
7 2000-09-21  Frank Ch. Eigler  <fche@redhat.com>
8
9         * Makefile.in: Regenerated.
10
11 2000-05-26  Frank Ch. Eigler  <fche@redhat.com>
12
13         * compAudio.cxx (poll_tx, poll_rx): Correct std_error_string() call.
14         * components.h: Import more std:: identifiers.
15
16 2000-05-22  Ben Elliston  <bje@redhat.com>
17
18         * Makefile.in: Regenerate.
19
20 2000-02-08  Frank Ch. Eigler  <fche@redhat.com>
21
22         * compAudio.cxx (generic_audio dtor): Don't call virtual function.
23         (fd_audio dtor): Ditto.  Do fd closing directly here.
24         * compCodec.cxx (basic_codec dtor): Zap dummy.
25         * components.cxx (compAudioDelete): Guard against dynamic_cast
26         after delete.
27         * components.h: Corresponding changes.  Add blank ctor/dtor pairs
28         for all component classes.
29
30 2000-02-07  Frank Ch. Eigler  <fche@redhat.com>
31
32         * compCodec.cxx (rx_offset): New member.  Export it as an attribute.
33         (reg_read): Use it instead of weird rx_count/etc. calculation.
34         * components.h: Corresponding change.
35
36         * compAudio.cxx (begin_rx): Asyncificate correct fd.
37
38 2000-02-01  Frank Ch. Eigler  <fche@redhat.com>
39
40         * compAudio.cxx (cygwin_audio): Fill in port for Windows.
41         (generic_audio): Add tx-pending, rx-pending pins.
42         (update_txrx_pending_pins): New function.
43         (tx_mode_pin_handler, rx_mode_pin_handler, poll_pin_handler): Call it.
44         * compCodec.cxx (generic_codec): Add tx-pending, rx-pending pins.
45         (reg_read): Present pin sense values in status register.
46         * components.h: Corresponding changes.
47
48 2000-01-27  Frank Ch. Eigler  <fche@redhat.com>
49
50         * compAudio.cxx (operator >>): Add dummy for audio_config attribute.
51         (audio_config encode, ctors): New functions.
52         (generic_audio): Add new "config-set" pin & handler.
53         (tx_mode_pin_handler): Attempt to flush tx-buffer on tx close.
54         * compCodec.cxx (basic_codec ctor): Add "config-set" pin.
55         (reg_write, reg_read): Rewrite using word_bus<big_int_4>.  Add config
56         register.
57         * components.h: Corresponding changes.
58         * Makefile.am (DEJAGNUTESTS): Add linuscodec.exp.
59         * Makefile.in: Regenerated.
60
61 2000-01-25  Frank Ch. Eigler  <fche@redhat.com>
62
63         * components.h: New source file.
64         * components.cxx, compAudio.cxx, compCodec.cxx: Ditto.
65         * configure.in, Makefile.am: New build files.
66         * configure, Makefile.in, aclocal.m4, config.in, stamp-h.in: New
67         generated files.
68