[PATCH] Add try_to_freeze() to rt-test kthreads
[linux-2.6/linux-trees-mm.git] / sound / aoa / core / snd-aoa-alsa.h
blob660d2f1793bb6123d6a35378ad6b0ea03fc430f9
1 /*
2 * Apple Onboard Audio Alsa private helpers
4 * Copyright 2006 Johannes Berg <johannes@sipsolutions.net>
6 * GPL v2, can be found in COPYING.
7 */
9 #ifndef __SND_AOA_ALSA_H
10 #define __SND_AOA_ALSA_H
11 #include "../aoa.h"
13 extern int aoa_alsa_init(char *name, struct module *mod);
14 extern void aoa_alsa_cleanup(void);
16 #endif /* __SND_AOA_ALSA_H */