Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v5.14 15 lines 375 B view raw
1/* SPDX-License-Identifier: GPL-2.0-only */ 2/* 3 * Apple Onboard Audio Alsa private helpers 4 * 5 * Copyright 2006 Johannes Berg <johannes@sipsolutions.net> 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 */