aboutsummaryrefslogtreecommitdiffstats
path: root/alsa.h
diff options
context:
space:
mode:
Diffstat (limited to 'alsa.h')
-rwxr-xr-xalsa.h10
1 files changed, 1 insertions, 9 deletions
diff --git a/alsa.h b/alsa.h
index 113b575..ef9b9ca 100755
--- a/alsa.h
+++ b/alsa.h
@@ -11,6 +11,7 @@
#define __AVIRT_ALSA_H__
#include <linux/platform_device.h>
+#include <sound/pcm.h>
#define MAX_NAME_LEN 32
@@ -54,19 +55,10 @@ struct avirt_alsa_dev_config {
};
/**
- * Stream maintainance
- */
-struct avirt_alsa_stream {
- int hw_frame_idx;
- struct snd_pcm_substream *substream;
-};
-
-/**
* Collection of devices
*/
struct avirt_alsa_dev_group {
struct avirt_alsa_dev_config *config;
- struct avirt_alsa_stream *streams;
int devices;
int buffersize;
};