| .. | .. |
|---|
| 1 | +/* SPDX-License-Identifier: GPL-2.0-only */ |
|---|
| 1 | 2 | /* |
|---|
| 2 | 3 | * 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. |
|---|
| 7 | 4 | */ |
|---|
| 8 | 5 | |
|---|
| 9 | 6 | #ifndef __TXX9ACLC_H |
|---|
| .. | .. |
|---|
| 46 | 43 | struct resource *dma_res; |
|---|
| 47 | 44 | struct txx9dmac_slave dma_slave; |
|---|
| 48 | 45 | struct dma_chan *dma_chan; |
|---|
| 49 | | - struct tasklet_struct tasklet; |
|---|
| 46 | + struct work_struct work; |
|---|
| 50 | 47 | spinlock_t dma_lock; |
|---|
| 51 | 48 | int stream; /* SNDRV_PCM_STREAM_PLAYBACK or SNDRV_PCM_STREAM_CAPTURE */ |
|---|
| 52 | 49 | struct snd_pcm_substream *substream; |
|---|