.. | .. |
---|
| 1 | +/* SPDX-License-Identifier: GPL-2.0-only */ |
---|
1 | 2 | /* |
---|
2 | 3 | * Apple Onboard Audio definitions |
---|
3 | 4 | * |
---|
4 | 5 | * Copyright 2006 Johannes Berg <johannes@sipsolutions.net> |
---|
5 | | - * |
---|
6 | | - * GPL v2, can be found in COPYING. |
---|
7 | 6 | */ |
---|
8 | 7 | |
---|
9 | 8 | #ifndef __AOA_H |
---|
.. | .. |
---|
117 | 116 | }; |
---|
118 | 117 | |
---|
119 | 118 | extern int aoa_snd_device_new(enum snd_device_type type, |
---|
120 | | - void * device_data, struct snd_device_ops * ops); |
---|
| 119 | + void *device_data, const struct snd_device_ops *ops); |
---|
121 | 120 | extern struct snd_card *aoa_get_card(void); |
---|
122 | 121 | extern int aoa_snd_ctl_add(struct snd_kcontrol* control); |
---|
123 | 122 | |
---|