1 #ifndef __ASM_ARCH_AUDIO_H__
2 #define __ASM_ARCH_AUDIO_H__
4 #include <sound/driver.h>
5 #include <sound/core.h>
9 int (*startup
)(snd_pcm_substream_t
*, void *);
10 void (*shutdown
)(snd_pcm_substream_t
*, void *);
11 void (*suspend
)(void *);
12 void (*resume
)(void *);