| .. | .. |
|---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-or-later |
|---|
| 1 | 2 | /* |
|---|
| 2 | 3 | * cx88x-audio.c - Conexant CX23880/23881 audio downstream driver driver |
|---|
| 3 | 4 | * |
|---|
| .. | .. |
|---|
| 18 | 19 | * for Conexant ... |
|---|
| 19 | 20 | * |
|---|
| 20 | 21 | * ----------------------------------------------------------------------- |
|---|
| 21 | | - * |
|---|
| 22 | | - * This program is free software; you can redistribute it and/or modify |
|---|
| 23 | | - * it under the terms of the GNU General Public License as published by |
|---|
| 24 | | - * the Free Software Foundation; either version 2 of the License, or |
|---|
| 25 | | - * (at your option) any later version. |
|---|
| 26 | | - * |
|---|
| 27 | | - * This program is distributed in the hope that it will be useful, |
|---|
| 28 | | - * but WITHOUT ANY WARRANTY; without even the implied warranty of |
|---|
| 29 | | - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|---|
| 30 | | - * GNU General Public License for more details. |
|---|
| 31 | 22 | */ |
|---|
| 32 | 23 | |
|---|
| 33 | 24 | #include "cx88.h" |
|---|