forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-01-05 071106ecf68c401173c58808b1cf5f68cc50d390
kernel/sound/soc/tegra/tegra20_das.h
....@@ -1,23 +1,9 @@
1
+/* SPDX-License-Identifier: GPL-2.0-only */
12 /*
23 * tegra20_das.h - Definitions for Tegra20 DAS driver
34 *
45 * Author: Stephen Warren <swarren@nvidia.com>
56 * Copyright (C) 2010,2012 - NVIDIA, Inc.
6
- *
7
- * This program is free software; you can redistribute it and/or
8
- * modify it under the terms of the GNU General Public License
9
- * version 2 as published by the Free Software Foundation.
10
- *
11
- * This program is distributed in the hope that it will be useful, but
12
- * WITHOUT ANY WARRANTY; without even the implied warranty of
13
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
14
- * General Public License for more details.
15
- *
16
- * You should have received a copy of the GNU General Public License
17
- * along with this program; if not, write to the Free Software
18
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
19
- * 02110-1301 USA
20
- *
217 */
228
239 #ifndef __TEGRA20_DAS_H__
....@@ -105,14 +91,14 @@
10591 */
10692
10793 /*
108
- * Connect a DAP to to a DAC
94
+ * Connect a DAP to a DAC
10995 * dap_id: DAP to connect: TEGRA20_DAS_DAP_ID_*
11096 * dac_sel: DAC to connect to: TEGRA20_DAS_DAP_SEL_DAC*
11197 */
11298 extern int tegra20_das_connect_dap_to_dac(int dap_id, int dac_sel);
11399
114100 /*
115
- * Connect a DAP to to another DAP
101
+ * Connect a DAP to another DAP
116102 * dap_id: DAP to connect: TEGRA20_DAS_DAP_ID_*
117103 * other_dap_sel: DAP to connect to: TEGRA20_DAS_DAP_SEL_DAP*
118104 * master: Is this DAP the master (1) or slave (0)