forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-12-11 1f93a7dfd1f8d5ff7a5c53246c7534fe2332d6f4
kernel/sound/pci/ctxfi/cthw20k2.c
....@@ -1,9 +1,6 @@
1
-/**
1
+// SPDX-License-Identifier: GPL-2.0-only
2
+/*
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 cthw20k2.c
96 *
....@@ -12,7 +9,6 @@
129 *
1310 * @Author Liu Chun
1411 * @Date May 14 2008
15
- *
1612 */
1713
1814 #include <linux/types.h>
....@@ -2065,6 +2061,7 @@
20652061 goto error2;
20662062 }
20672063 hw->irq = pci->irq;
2064
+ hw->card->sync_irq = hw->irq;
20682065 }
20692066
20702067 pci_set_master(pci);