1 /* SPDX-License-Identifier: GPL-2.0-only */ 1 /* SPDX-License-Identifier: GPL-2.0-only */ 2 /* 2 /* 3 * Apple Onboard Audio Alsa private helpers 3 * Apple Onboard Audio Alsa private helpers 4 * 4 * 5 * Copyright 2006 Johannes Berg <johannes@sips 5 * Copyright 2006 Johannes Berg <johannes@sipsolutions.net> 6 */ 6 */ 7 7 8 #ifndef __SND_AOA_ALSA_H 8 #ifndef __SND_AOA_ALSA_H 9 #define __SND_AOA_ALSA_H 9 #define __SND_AOA_ALSA_H 10 #include "../aoa.h" 10 #include "../aoa.h" 11 11 12 extern int aoa_alsa_init(char *name, struct mo 12 extern int aoa_alsa_init(char *name, struct module *mod, struct device *dev); 13 extern void aoa_alsa_cleanup(void); 13 extern void aoa_alsa_cleanup(void); 14 14 15 #endif /* __SND_AOA_ALSA_H */ 15 #endif /* __SND_AOA_ALSA_H */ 16 16
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.