GUI: Fix Tomato RAF theme for all builds. Compilation typo.
[tomato.git] / release / src-rt-6.x.4708 / linux / linux-2.6.36 / sound / aoa / core / alsa.h
blob9669e4489cab9f5d3d8c906ad79b7ee6d84af6bd
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, struct device *dev);
14 extern void aoa_alsa_cleanup(void);
16 #endif /* __SND_AOA_ALSA_H */