Search
lxdream.org :: lxdream/src/aica/audio.h :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/aica/audio.h
changeset 657:c4143facbfcb
prev643:653b0a70f173
next697:479b8c213f61
author nkeynes
date Wed Apr 16 10:12:12 2008 +0000 (15 years ago)
permissions -rw-r--r--
last change Add support for the pulseaudio sound system
file annotate diff log raw
1.1 --- a/src/aica/audio.h Tue Feb 26 01:10:48 2008 +0000
1.2 +++ b/src/aica/audio.h Wed Apr 16 10:12:12 2008 +0000
1.3 @@ -75,6 +75,7 @@
1.4 } *audio_driver_t;
1.5
1.6 extern struct audio_driver audio_null_driver;
1.7 +extern struct audio_driver audio_pulse_driver;
1.8 extern struct audio_driver audio_esd_driver;
1.9 extern struct audio_driver audio_alsa_driver;
1.10
.