alsa.h (e5451c8f8330e03ad3cfa16048b4daf961af434f) | alsa.h (d6869352cb3c3cf3450637a52349e2e87c1354aa) |
---|---|
1/* SPDX-License-Identifier: GPL-2.0-only */ |
|
1/* 2 * Apple Onboard Audio Alsa private helpers 3 * 4 * Copyright 2006 Johannes Berg <johannes@sipsolutions.net> | 2/* 3 * Apple Onboard Audio Alsa private helpers 4 * 5 * 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 13extern int aoa_alsa_init(char *name, struct module *mod, struct device *dev); 14extern void aoa_alsa_cleanup(void); 15 16#endif /* __SND_AOA_ALSA_H */ | 6 */ 7 8#ifndef __SND_AOA_ALSA_H 9#define __SND_AOA_ALSA_H 10#include "../aoa.h" 11 12extern int aoa_alsa_init(char *name, struct module *mod, struct device *dev); 13extern void aoa_alsa_cleanup(void); 14 15#endif /* __SND_AOA_ALSA_H */ |