hc
2024-10-22 8ac6c7a54ed1b98d142dce24b11c6de6a1e239a5
kernel/sound/soc/txx9/txx9aclc.h
....@@ -1,9 +1,6 @@
1
+/* SPDX-License-Identifier: GPL-2.0-only */
12 /*
23 * TXx9 SoC AC Link Controller
3
- *
4
- * This program is free software; you can redistribute it and/or modify
5
- * it under the terms of the GNU General Public License version 2 as
6
- * published by the Free Software Foundation.
74 */
85
96 #ifndef __TXX9ACLC_H
....@@ -46,7 +43,7 @@
4643 struct resource *dma_res;
4744 struct txx9dmac_slave dma_slave;
4845 struct dma_chan *dma_chan;
49
- struct tasklet_struct tasklet;
46
+ struct work_struct work;
5047 spinlock_t dma_lock;
5148 int stream; /* SNDRV_PCM_STREAM_PLAYBACK or SNDRV_PCM_STREAM_CAPTURE */
5249 struct snd_pcm_substream *substream;