1#include <fcntl.h>
2#include <malloc.h>
3#include <math.h>
4#include <stdio.h>
5#include <string.h>
6#include <sys/uio.h>
7#include <unistd.h>
8
9#include <media/Buffer.h>
10#include <media/BufferGroup.h>
11#include <media/ParameterWeb.h>
12#include <media/TimeSource.h>
13
14#include <support/Autolock.h>
15#include <support/Debug.h>
16
17#include "driver_io.h"
18
19//#include "LegacyAudioProducer.h"
20
21#if 0
22LegacyAudioProducer::LegacyAudioProducer( BMediaAddOn *addon, const char *name, int32 internal_id )
23	: BMediaNode( name ), BMediaEventLooper(), BBufferProducer( B_MEDIA_RAW_AUDIO ), BControllable()
24{
25}
26#endif
27