aoa.h (75bf465f0bc33e9b776a46d6a1b9b990f5fb7c37) aoa.h (e6f2a617ac53bc0753b885ffb94379ff48b2e2df)
1/* SPDX-License-Identifier: GPL-2.0-only */
2/*
3 * Apple Onboard Audio definitions
4 *
5 * Copyright 2006 Johannes Berg <johannes@sipsolutions.net>
6 */
7
8#ifndef __AOA_H

--- 102 unchanged lines hidden (view full) ---

111aoa_fabric_unlink_codec(struct aoa_codec *codec);
112
113/* alsa help methods */
114struct aoa_card {
115 struct snd_card *alsa_card;
116};
117
118extern int aoa_snd_device_new(enum snd_device_type type,
1/* SPDX-License-Identifier: GPL-2.0-only */
2/*
3 * Apple Onboard Audio definitions
4 *
5 * Copyright 2006 Johannes Berg <johannes@sipsolutions.net>
6 */
7
8#ifndef __AOA_H

--- 102 unchanged lines hidden (view full) ---

111aoa_fabric_unlink_codec(struct aoa_codec *codec);
112
113/* alsa help methods */
114struct aoa_card {
115 struct snd_card *alsa_card;
116};
117
118extern int aoa_snd_device_new(enum snd_device_type type,
119 void * device_data, struct snd_device_ops * ops);
119 void *device_data, const struct snd_device_ops *ops);
120extern struct snd_card *aoa_get_card(void);
121extern int aoa_snd_ctl_add(struct snd_kcontrol* control);
122
123/* GPIO stuff */
124extern struct gpio_methods *pmf_gpio_methods;
125extern struct gpio_methods *ftr_gpio_methods;
126/* extern struct gpio_methods *map_gpio_methods; */
127
128#endif /* __AOA_H */
120extern struct snd_card *aoa_get_card(void);
121extern int aoa_snd_ctl_add(struct snd_kcontrol* control);
122
123/* GPIO stuff */
124extern struct gpio_methods *pmf_gpio_methods;
125extern struct gpio_methods *ftr_gpio_methods;
126/* extern struct gpio_methods *map_gpio_methods; */
127
128#endif /* __AOA_H */