ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/BasiliskII/src/Unix/audio_oss_esd.cpp
Revision 1.21 - (view) (annotate) - [select for diffs]
2008-01-01T09:40:33Z (16 years, 4 months ago) by gbeauche
Branch: MAIN
CVS Tags: HEAD
Changes since 1.20: +1 -1 lines
Diff to previous 1.20
Happy New Year!

Revision 1.20 - (view) (annotate) - [select for diffs]
2005-02-13T17:56:55Z (19 years, 2 months ago) by gbeauche
Branch: MAIN
CVS Tags: nigel-build-17, nigel-build-19
Changes since 1.19: +1 -1 lines
Diff to previous 1.19
<machine/soundcard.h> was simply a compatibility symlink on FreeBSD and it
is now gone away.

Revision 1.19 - (view) (annotate) - [select for diffs]
2005-01-30T21:42:14Z (19 years, 3 months ago) by gbeauche
Branch: MAIN
Changes since 1.18: +1 -1 lines
Diff to previous 1.18
Happy New Year!

Revision 1.18 - (view) (annotate) - [select for diffs]
2004-01-12T15:29:25Z (20 years, 4 months ago) by cebix
Branch: MAIN
CVS Tags: nigel-build-15, nigel-build-16
Changes since 1.17: +1 -1 lines
Diff to previous 1.17
Happy New Year! :)

Revision 1.17 - (view) (annotate) - [select for diffs]
2004-01-04T16:35:32Z (20 years, 4 months ago) by gbeauche
Branch: MAIN
Changes since 1.16: +5 -5 lines
Diff to previous 1.16
Force DSP_RESET on AudioExit() so that we don't get "clicks" (?).

Revision 1.16 - (view) (annotate) - [select for diffs]
2004-01-04T05:47:08Z (20 years, 4 months ago) by gbeauche
Branch: MAIN
Changes since 1.15: +7 -0 lines
Diff to previous 1.15
Force device to stop immediately with an SNDCTL_DSP_RESET. Otherwise, a
regular close() sends SNDCTL_DSP_SYNC which can hang (and does on PPC)

Revision 1.15 - (view) (annotate) - [select for diffs]
2002-10-15T16:25:04Z (21 years, 6 months ago) by cebix
Branch: MAIN
CVS Tags: nigel-build-12, nigel-build-13
Changes since 1.14: +18 -19 lines
Diff to previous 1.14
Unix: new prefs options "dsp" and "mixer" to set the OSS device names instead
of the hardcoded '/dev/dsp' and '/dev/mixer'

Revision 1.14 - (view) (annotate) - [select for diffs]
2002-10-03T15:47:59Z (21 years, 7 months ago) by gbeauche
Branch: MAIN
Changes since 1.13: +1 -1 lines
Diff to previous 1.13
B2 maintainer for FreeBSD reported <sys/soundcard.h> is the one to use in all
recent versions of FreeBSD.

Revision 1.13 - (view) (annotate) - [select for diffs]
2002-02-07T16:10:55Z (22 years, 3 months ago) by cebix
Branch: MAIN
Changes since 1.12: +1 -11 lines
Diff to previous 1.12
cleaned up pthread attributes [Brian Johnson]

Revision 1.12 - (view) (annotate) - [select for diffs]
2002-01-15T14:58:37Z (22 years, 3 months ago) by cebix
Branch: MAIN
CVS Tags: snapshot-15012002
Changes since 1.11: +1 -1 lines
Diff to previous 1.11
- documentation updates
- 2001 -> 2002
- version 0.9 -> 1.0

Revision 1.11 - (view) (annotate) - [select for diffs]
2001-07-15T05:40:12Z (22 years, 10 months ago) by gbeauche
Branch: MAIN
Changes since 1.10: +3 -0 lines
Diff to previous 1.10
- audio_oss_esd.cpp (open_esd): even return false if !ENABLE_ESD and shut
  up the compiler by the way

Revision 1.10 - (view) (annotate) - [select for diffs]
2001-07-13T15:39:23Z (22 years, 10 months ago) by cebix
Branch: MAIN
Changes since 1.9: +4 -0 lines
Diff to previous 1.9
- updated the TECH document
- EtherReset() clears the UDP protocol list
- audio_oss_esd.cpp: AudioExit() calls close_audio()
- ether_unix.cpp: uses map<> for protocol handlers
- updated audio_dummy.cpp and ether_dummy.cpp

Revision 1.9 - (view) (annotate) - [select for diffs]
2001-07-11T19:26:14Z (22 years, 10 months ago) by cebix
Branch: MAIN
Changes since 1.8: +1 -5 lines
Diff to previous 1.8
fixed a couple of compiler warnings

Revision 1.8 - (view) (annotate) - [select for diffs]
2001-07-05T21:24:45Z (22 years, 10 months ago) by cebix
Branch: MAIN
Changes since 1.7: +41 -30 lines
Diff to previous 1.7
some cleanups

Revision 1.7 - (view) (annotate) - [select for diffs]
2001-07-05T20:30:51Z (22 years, 10 months ago) by cebix
Branch: MAIN
Changes since 1.6: +178 -90 lines
Diff to previous 1.6
- supported audio formats are now kept in STL vectors
- added run-time audio parameter switching for OSS/ESD audio output
- setting ESPEAKER env variable causes B2 to try ESD before OSS

Revision 1.6 - (view) (annotate) - [select for diffs]
2001-02-02T20:52:57Z (23 years, 3 months ago) by cebix
Branch: MAIN
CVS Tags: release-0_9-1, snapshot-17022001, snapshot-29052001
Changes since 1.5: +1 -1 lines
Diff to previous 1.5
- bumped version number to 0.9
- updated copyright dates

Revision 1.5 - (view) (annotate) - [select for diffs]
2000-07-13T13:47:06Z (23 years, 10 months ago) by cebix
Branch: MAIN
CVS Tags: snapshot-13072000
Changes since 1.4: +3 -3 lines
Diff to previous 1.4
- first version to run natively on NetBSD/m68k

Revision 1.4 - (view) (annotate) - [select for diffs]
2000-04-10T18:53:00Z (24 years, 1 month ago) by cebix
Branch: MAIN
Changes since 1.3: +1 -1 lines
Diff to previous 1.3
- updated copyright info: 1999->2000

Revision 1.3 - (view) (annotate) - [select for diffs]
1999-11-03T10:56:22Z (24 years, 6 months ago) by cebix
Branch: MAIN
CVS Tags: release-0_8-1, snapshot-22121999
Changes since 1.2: +1 -1 lines
Diff to previous 1.2
- imported UAE CPU 0.8.10 changes
- new utility functions Mac_memset, Mac2Host_memcpy, Host2Mac_memcpu and
  Mac2Mac_memcpy
- extfs.cpp: fixed bug in fs_rename() and fs_cat_move() (auxiliary IOParam
  block was not in Mac address space)
- some provisions for using UAE CPU compiler (doesn't work yet)

Revision 1.2 - (view) (annotate) - [select for diffs]
1999-10-25T19:01:34Z (24 years, 6 months ago) by cebix
Branch: MAIN
CVS Tags: snapshot-02111999
Changes since 1.1: +27 -11 lines
Diff to previous 1.1
- fixes to audio_oss_esd.cpp from Alexander R. Pruss (8-bit mode)
- added configuration summary to configure script
- prefs_editor_amiga.cpp: output of SCSI prefs was broken

Revision 1.1 - (view) (annotate) - [select for diffs]
1999-10-23T17:57:45Z (24 years, 6 months ago) by cebix
Branch: MAIN
- audio_linux.cpp renamed to audio_oss_esd.cpp (now also used under FreeBSD)
  and added support for ESD
- medium removal is allowed for CD-ROM on exit
- added mkinstalldirs to "make install" target

Convenience Links

Links to HEAD: (view) (annotate)

Compare Revisions

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.

  Diffs between and
  Type of Diff should be a