2006-06-21 15:42:43 +02:00
|
|
|
/*
|
|
|
|
* Apple Onboard Audio Alsa private helpers
|
|
|
|
*
|
|
|
|
* Copyright 2006 Johannes Berg <johannes@sipsolutions.net>
|
|
|
|
*
|
|
|
|
* GPL v2, can be found in COPYING.
|
|
|
|
*/
|
|
|
|
|
|
|
|
#ifndef __SND_AOA_ALSA_H
|
|
|
|
#define __SND_AOA_ALSA_H
|
|
|
|
#include "../aoa.h"
|
|
|
|
|
2006-12-07 08:24:12 +01:00
|
|
|
extern int aoa_alsa_init(char *name, struct module *mod, struct device *dev);
|
2006-06-21 15:42:43 +02:00
|
|
|
extern void aoa_alsa_cleanup(void);
|
|
|
|
|
|
|
|
#endif /* __SND_AOA_ALSA_H */
|