forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-09-20 cf4ce59b3b70238352c7f1729f0f7223214828ad
kernel/sound/pci/ctxfi/cthardware.h
....@@ -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 cthardware.h
96 *
....@@ -12,7 +9,6 @@
129 *
1310 * @Author Liu Chun
1411 * @Date May 13 2008
15
- *
1612 */
1713
1814 #ifndef CTHARDWARE_H
....@@ -30,8 +26,9 @@
3026
3127 enum CTCARDS {
3228 /* 20k1 models */
29
+ CTSB046X,
30
+ CT20K1_MODEL_FIRST = CTSB046X,
3331 CTSB055X,
34
- CT20K1_MODEL_FIRST = CTSB055X,
3532 CTSB073X,
3633 CTUAA,
3734 CT20K1_UNKNOWN,