Linux-2.6.12-rc2
[linux-2.6/kvm.git] / include / asm-arm / arch-pxa / audio.h
blob60976f830e3f659dfa88c2ca8c9ae2db0b1fff19
1 #ifndef __ASM_ARCH_AUDIO_H__
2 #define __ASM_ARCH_AUDIO_H__
4 #include <sound/driver.h>
5 #include <sound/core.h>
6 #include <sound/pcm.h>
8 typedef struct {
9 int (*startup)(snd_pcm_substream_t *, void *);
10 void (*shutdown)(snd_pcm_substream_t *, void *);
11 void (*suspend)(void *);
12 void (*resume)(void *);
13 void *priv;
14 } pxa2xx_audio_ops_t;
16 #endif