forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-10-22 8ac6c7a54ed1b98d142dce24b11c6de6a1e239a5
kernel/sound/aoa/aoa.h
....@@ -1,9 +1,8 @@
1
+/* SPDX-License-Identifier: GPL-2.0-only */
12 /*
23 * Apple Onboard Audio definitions
34 *
45 * Copyright 2006 Johannes Berg <johannes@sipsolutions.net>
5
- *
6
- * GPL v2, can be found in COPYING.
76 */
87
98 #ifndef __AOA_H
....@@ -117,7 +116,7 @@
117116 };
118117
119118 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);
121120 extern struct snd_card *aoa_get_card(void);
122121 extern int aoa_snd_ctl_add(struct snd_kcontrol* control);
123122