summaryrefslogtreecommitdiff
path: root/core/multimedia/opieplayer/audiodevice.h
Side-by-side diff
Diffstat (limited to 'core/multimedia/opieplayer/audiodevice.h') (more/less context) (ignore whitespace changes)
-rw-r--r--core/multimedia/opieplayer/audiodevice.h10
1 files changed, 7 insertions, 3 deletions
diff --git a/core/multimedia/opieplayer/audiodevice.h b/core/multimedia/opieplayer/audiodevice.h
index ec70788..d59c388 100644
--- a/core/multimedia/opieplayer/audiodevice.h
+++ b/core/multimedia/opieplayer/audiodevice.h
@@ -1,6 +1,6 @@
/**********************************************************************
-** Copyright (C) 2000-2002 Trolltech AS. All rights reserved.
+** Copyright (C) 2000 Trolltech AS. All rights reserved.
**
-** This file is part of the Qtopia Environment.
+** This file is part of Qtopia Environment.
**
** This file may be distributed and/or modified under the terms of the
@@ -18,8 +18,12 @@
**
**********************************************************************/
+// L.J.Potter added changes Fri 02-15-2002
+
#ifndef AUDIODEVICE_H
#define AUDIODEVICE_H
+
#include <qobject.h>
+#include <sys/soundcard.h>
@@ -30,5 +34,5 @@ class AudioDevice : public QObject {
Q_OBJECT
public:
- AudioDevice( unsigned int freq = 44000, unsigned int channels = 2, unsigned int bytesPerSample = 2 );
+ AudioDevice( unsigned int freq = 44000, unsigned int channels = 2, unsigned int bytesPerSample = AFMT_S16_LE );
~AudioDevice();