# --- T2-COPYRIGHT-NOTE-BEGIN --- # T2 SDE: package/*/linux/hotfix-sgi-o2-audio-alias.patch # Copyright (C) 2024 The T2 SDE Project # # This Copyright note is generated by scripts/Create-CopyPatch, # more information can be found in the files COPYING and README. # # This patch file is dual-licensed. It is available under the license the # patched project is licensed under, as long as it is an OpenSource license # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms # of the GNU General Public License version 2 as used by the T2 SDE. # --- T2-COPYRIGHT-NOTE-END --- Let's make it auto load. --- linux-6.8/sound/mips/sgio2audio.c.vanilla 2024-03-24 20:29:27.729196174 +0100 +++ linux-6.8/sound/mips/sgio2audio.c 2024-03-24 20:30:08.919194099 +0100 @@ -2,6 +2,7 @@ /* * Sound driver for Silicon Graphics O2 Workstations A/V board audio. * + * Copyright 2024 René Rebe * Copyright 2003 Vivien Chappelier * Copyright 2008 Thomas Bogendoerfer * Mxier part taken from mace_audio.c: @@ -31,6 +32,7 @@ MODULE_AUTHOR("Vivien Chappelier "); MODULE_DESCRIPTION("SGI O2 Audio"); +MODULE_ALIAS("platform:sgio2audio"); MODULE_LICENSE("GPL"); static int index = SNDRV_DEFAULT_IDX1; /* Index 0-MAX */