Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: [kent-audio1] src/sys/dev



Module Name:    src
Committed By:   kent
Date:           Sun Dec 26 17:38:25 UTC 2004

Modified Files:
        src/sys/dev [kent-audio1]: audio.c audio_if.h audiovar.h

Log Message:
* stream_filter_t
  remove get_input_size() and get_output_size() for simplicity.
The MI audio decides buffer sizes.

* audio_softc
  has audio_stram_t instances instead of audio_stream_t pointers

* audiosetinfo()
  setup filter chains, and add some helper functions
  The variables, cleard and modechange, are represented as boolean_t.

* audio_rint()
  set null_fetcher so that every filter has non-null previous fetcher.


To generate a diff of this commit:
cvs rdiff -r1.184.2.8 -r1.184.2.9 src/sys/dev/audio.c
cvs rdiff -r1.54.2.5 -r1.54.2.6 src/sys/dev/audio_if.h
cvs rdiff -r1.31.2.3 -r1.31.2.4 src/sys/dev/audiovar.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index