blob: 9669e4489cab9f5d3d8c906ad79b7ee6d84af6bd [file] [log] [blame]
Johannes Bergf3d94782006-06-21 15:42:43 +02001/*
2 * Apple Onboard Audio Alsa private helpers
3 *
4 * Copyright 2006 Johannes Berg <johannes@sipsolutions.net>
5 *
6 * GPL v2, can be found in COPYING.
7 */
8
9#ifndef __SND_AOA_ALSA_H
10#define __SND_AOA_ALSA_H
11#include "../aoa.h"
12
Olaf Hering61e77102006-12-07 08:24:12 +010013extern int aoa_alsa_init(char *name, struct module *mod, struct device *dev);
Johannes Bergf3d94782006-06-21 15:42:43 +020014extern void aoa_alsa_cleanup(void);
15
16#endif /* __SND_AOA_ALSA_H */