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