Merge remote-tracking branches 'regulator/fix/doc' and 'regulator/fix/tps65090' into...
[deliverable/linux.git] / sound / aoa / core / alsa.h
CommitLineData
f3d9478b
JB
1/*
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
61e77107 13extern int aoa_alsa_init(char *name, struct module *mod, struct device *dev);
f3d9478b
JB
14extern void aoa_alsa_cleanup(void);
15
16#endif /* __SND_AOA_ALSA_H */
This page took 0.632198 seconds and 5 git commands to generate.