hc
2024-05-10 cde9070d9970eef1f7ec2360586c802a16230ad8
kernel/sound/pci/au88x0/au88x0.h
....@@ -1,17 +1,5 @@
1
+/* SPDX-License-Identifier: GPL-2.0-or-later */
12 /*
2
- * This program is free software; you can redistribute it and/or modify
3
- * it under the terms of the GNU General Public License as published by
4
- * the Free Software Foundation; either version 2 of the License, or
5
- * (at your option) any later version.
6
- *
7
- * This program is distributed in the hope that it will be useful,
8
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
9
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10
- * GNU Library General Public License for more details.
11
- *
12
- * You should have received a copy of the GNU General Public License
13
- * along with this program; if not, write to the Free Software
14
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
153 */
164
175 #ifndef __SOUND_AU88X0_H
....@@ -153,7 +141,7 @@
153141 #ifndef CHIP_AU8810
154142 stream_t dma_wt[NR_WT];
155143 wt_voice_t wt_voice[NR_WT]; /* WT register cache. */
156
- char mixwt[(NR_WT / NR_WTPB) * 6]; /* WT mixin objects */
144
+ s8 mixwt[(NR_WT / NR_WTPB) * 6]; /* WT mixin objects */
157145 #endif
158146
159147 /* Global resources */
....@@ -247,8 +235,8 @@
247235 static void vortex_connect_default(vortex_t * vortex, int en);
248236 static int vortex_adb_allocroute(vortex_t * vortex, int dma, int nr_ch,
249237 int dir, int type, int subdev);
250
-static char vortex_adb_checkinout(vortex_t * vortex, int resmap[], int out,
251
- int restype);
238
+static int vortex_adb_checkinout(vortex_t * vortex, int resmap[], int out,
239
+ int restype);
252240 #ifndef CHIP_AU8810
253241 static int vortex_wt_allocroute(vortex_t * vortex, int dma, int nr_ch);
254242 static void vortex_wt_connect(vortex_t * vortex, int en);