1 #ifndef __ASM_ARCH_AUDIO_H__
2 #define __ASM_ARCH_AUDIO_H__
4 #include <sound/core.h>
8 int (*startup)(struct snd_pcm_substream *, void *);
9 void (*shutdown)(struct snd_pcm_substream *, void *);
10 void (*suspend)(void *);
11 void (*resume)(void *);
15 extern void pxa_set_ac97_info(pxa2xx_audio_ops_t *ops);