Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
awilliam
GitHub Repository: awilliam/linux-vfio
Path: blob/master/sound/aoa/core/alsa.h
10817 views
1
/*
2
* Apple Onboard Audio Alsa private helpers
3
*
4
* Copyright 2006 Johannes Berg <[email protected]>
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
13
extern int aoa_alsa_init(char *name, struct module *mod, struct device *dev);
14
extern void aoa_alsa_cleanup(void);
15
16
#endif /* __SND_AOA_ALSA_H */
17
18