* Minor cleanup.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33546 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler
2009-10-12 13:59:59 +00:00
parent 31cce05240
commit fd111c8162
@@ -1,22 +1,15 @@
/* ++++++++++
$Source: /tmp/bonefish/open-beos/current/src/add-ons/kernel/drivers/audio/usb_audio/sound.h,v $
$Revision: 1.1 $
$Author: nwhitehorn $
$Date: 2004/10/16 19:29:53 $
Data structures and control calls for using the sound driver
+++++ */
/* /*
Copyright 1999, Be Incorporated. All Rights Reserved. Copyright 1999, Be Incorporated. All Rights Reserved.
This file may be used under the terms of the Be Sample Code License. This file may be used under the terms of the Be Sample Code License.
*/
Data structures and control calls for using the sound driver
*/
#ifndef _SOUND_H #ifndef _SOUND_H
#define _SOUND_H #define _SOUND_H
#ifndef _DRIVERS_H
#include <Drivers.h> #include <Drivers.h>
#endif
enum adc_source { enum adc_source {
line=0, aux1, mic, loopback line=0, aux1, mic, loopback
@@ -91,4 +84,4 @@ enum {
SOUND_GET_PLAYBACK_PREFERRED_BUF_SIZE /* 10013 */ SOUND_GET_PLAYBACK_PREFERRED_BUF_SIZE /* 10013 */
}; };
#endif #endif /* _SOUND_H */