hc
2023-12-06 08f87f769b595151be1afeff53e144f543faa614
kernel/sound/pci/ctxfi/ctvmem.c
....@@ -1,9 +1,6 @@
1
+// SPDX-License-Identifier: GPL-2.0-only
12 /**
23 * Copyright (C) 2008, Creative Technology Ltd. All Rights Reserved.
3
- *
4
- * This source file is released under GPL v2 license (no other versions).
5
- * See the COPYING file included in the main directory of this source
6
- * distribution for the license terms and conditions.
74 *
85 * @File ctvmem.c
96 *
....@@ -186,7 +183,7 @@
186183 /* Allocate page table pages */
187184 for (i = 0; i < CT_PTP_NUM; i++) {
188185 err = snd_dma_alloc_pages(SNDRV_DMA_TYPE_DEV,
189
- snd_dma_pci_data(pci),
186
+ &pci->dev,
190187 PAGE_SIZE, &vm->ptp[i]);
191188 if (err < 0)
192189 break;