diff options
author | Daniel Caujolle-Bert <f1rmb@users.sourceforge.net> | 2001-12-24 13:06:10 +0000 |
---|---|---|
committer | Daniel Caujolle-Bert <f1rmb@users.sourceforge.net> | 2001-12-24 13:06:10 +0000 |
commit | 7744007a809fb53d39c1bbad33fd0e45587afff5 (patch) | |
tree | d21c40719a57f80531eb9e17d0bfc263f6a804ac | |
parent | 04f771c286f17af7907d0ec6b1d393783d1619a3 (diff) | |
download | xine-lib-7744007a809fb53d39c1bbad33fd0e45587afff5.tar.gz xine-lib-7744007a809fb53d39c1bbad33fd0e45587afff5.tar.bz2 |
Oops, comment more than necessary.
CVS patchset: 1298
CVS date: 2001/12/24 13:06:10
-rw-r--r-- | src/audio_out/audio_alsa_out.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/audio_out/audio_alsa_out.c b/src/audio_out/audio_alsa_out.c index 5e8836f12..00042f1a2 100644 --- a/src/audio_out/audio_alsa_out.c +++ b/src/audio_out/audio_alsa_out.c @@ -26,7 +26,7 @@ * (c) 2001 James Courtier-Dutton <James@superbug.demon.co.uk> * * - * $Id: audio_alsa_out.c,v 1.44 2001/12/24 13:00:35 f1rmb Exp $ + * $Id: audio_alsa_out.c,v 1.45 2001/12/24 13:06:10 f1rmb Exp $ */ #ifdef HAVE_CONFIG_H @@ -160,8 +160,8 @@ static int ao_alsa_open(ao_driver_t *this_gen, uint32_t bits, uint32_t rate, int snd_pcm_info_t *info; char ctl_name[12]; int ctl_card; - int err, step; */ + int err, step; // int open_mode=1; //NONBLOCK int open_mode=0; //BLOCK |