Search
lxdream.org :: lxdream/src/drivers/audio_esd.c :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/drivers/audio_esd.c
changeset 736:a02d1475ccfd
prev700:4650d0c7f6f9
next1024:c67f2d61ab97
author nkeynes
date Wed Sep 10 02:03:20 2008 +0000 (15 years ago)
permissions -rw-r--r--
last change Initial impl of the alternate PVR DMA channel
file annotate diff log raw
1.1 --- a/src/drivers/audio_esd.c Sun Jun 22 06:49:00 2008 +0000
1.2 +++ b/src/drivers/audio_esd.c Wed Sep 10 02:03:20 2008 +0000
1.3 @@ -29,7 +29,7 @@
1.4 {
1.5 int format = DEFAULT_SAMPLE_FORMAT;
1.6 int rate = DEFAULT_SAMPLE_RATE;
1.7 -
1.8 +
1.9 if( esd_handle != -1 ) {
1.10 esd_close(esd_handle);
1.11 }
.