dm: Call proper helper to determine dax support
[linux/fpc-iii.git] / sound / aoa / core / alsa.h
blob8966a08c4cf2da73e6ffb25b7ce9c6ea841a4687
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 /*
3 * Apple Onboard Audio Alsa private helpers
5 * Copyright 2006 Johannes Berg <johannes@sipsolutions.net>
6 */
8 #ifndef __SND_AOA_ALSA_H
9 #define __SND_AOA_ALSA_H
10 #include "../aoa.h"
12 extern int aoa_alsa_init(char *name, struct module *mod, struct device *dev);
13 extern void aoa_alsa_cleanup(void);
15 #endif /* __SND_AOA_ALSA_H */