kernel/sound/aoa/core/alsa.c
.. .. @@ -1,9 +1,8 @@ 1 +// SPDX-License-Identifier: GPL-2.0-only1 2 /* 2 3 * Apple Onboard Audio Alsa helpers 3 4 * 4 5 * Copyright 2006 Johannes Berg <johannes@sipsolutions.net> 5 - *6 - * GPL v2, can be found in COPYING.7 6 */ 8 7 #include <linux/module.h> 9 8 #include "alsa.h" .. .. @@ -60,7 +59,7 @@ 60 59 } 61 60 62 61 int aoa_snd_device_new(enum snd_device_type type, 63 - void * device_data, struct snd_device_ops * ops)62 + void *device_data, const struct snd_device_ops *ops)64 63 { 65 64 struct snd_card *card = aoa_get_card(); 66 65 int err;