kernel/sound/aoa/codecs/toonie.c
.. .. @@ -1,10 +1,8 @@ 1 +// SPDX-License-Identifier: GPL-2.0-only1 2 /* 2 3 * Apple Onboard Audio driver for Toonie codec 3 4 * 4 5 * Copyright 2006 Johannes Berg <johannes@sipsolutions.net> 5 - *6 - * GPL v2, can be found in COPYING.7 - *8 6 * 9 7 * This is a driver for the toonie codec chip. This chip is present 10 8 * on the Mac Mini and is nothing but a DAC. .. .. @@ -32,7 +30,7 @@ 32 30 return 0; 33 31 } 34 32 35 -static struct snd_device_ops ops = {33 +static const struct snd_device_ops ops = {36 34 .dev_register = toonie_dev_register, 37 35 }; 38 36