Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0-only */
0002 /*
0003  * Apple Onboard Audio Alsa private helpers
0004  *
0005  * Copyright 2006 Johannes Berg <johannes@sipsolutions.net>
0006  */
0007 
0008 #ifndef __SND_AOA_ALSA_H
0009 #define __SND_AOA_ALSA_H
0010 #include "../aoa.h"
0011 
0012 extern int aoa_alsa_init(char *name, struct module *mod, struct device *dev);
0013 extern void aoa_alsa_cleanup(void);
0014 
0015 #endif /* __SND_AOA_ALSA_H */