hc
2024-01-03 2f7c68cb55ecb7331f2381deb497c27155f32faf
kernel/sound/pci/mixart/mixart.h
....@@ -1,23 +1,10 @@
1
+/* SPDX-License-Identifier: GPL-2.0-or-later */
12 /*
23 * Driver for Digigram miXart soundcards
34 *
45 * main header file
56 *
67 * Copyright (c) 2003 by Digigram <alsa@digigram.com>
7
- *
8
- * This program is free software; you can redistribute it and/or modify
9
- * it under the terms of the GNU General Public License as published by
10
- * the Free Software Foundation; either version 2 of the License, or
11
- * (at your option) any later version.
12
- *
13
- * This program is distributed in the hope that it will be useful,
14
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
15
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16
- * GNU General Public License for more details.
17
- *
18
- * You should have received a copy of the GNU General Public License
19
- * along with this program; if not, write to the Free Software
20
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
218 */
229
2310 #ifndef __SOUND_MIXART_H
....@@ -82,7 +69,7 @@
8269 u32 msg_fifo[MSG_FIFO_SIZE];
8370 int msg_fifo_readptr;
8471 int msg_fifo_writeptr;
85
- atomic_t msg_processed; /* number of messages to be processed in tasklet */
72
+ atomic_t msg_processed; /* number of messages to be processed in irq thread */
8673
8774 struct mutex lock; /* interrupt lock */
8875 struct mutex msg_lock; /* mailbox lock */