hc
2023-12-11 6778948f9de86c3cfaf36725a7c87dcff9ba247f
kernel/sound/soc/tegra/tegra20_ac97.c
....@@ -1,3 +1,4 @@
1
+// SPDX-License-Identifier: GPL-2.0-only
12 /*
23 * tegra20_ac97.c - Tegra20 AC97 platform driver
34 *
....@@ -6,16 +7,6 @@
67 * Partly based on code copyright/by:
78 *
89 * Copyright (c) 2011,2012 Toradex Inc.
9
- *
10
- * This program is free software; you can redistribute it and/or
11
- * modify it under the terms of the GNU General Public License
12
- * version 2 as published by the Free Software Foundation.
13
- *
14
- * This program is distributed in the hope that it will be useful, but
15
- * WITHOUT ANY WARRANTY; without even the implied warranty of
16
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
17
- * General Public License for more details.
18
- *
1910 */
2011
2112 #include <linux/clk.h>
....@@ -228,7 +219,6 @@
228219
229220 static struct snd_soc_dai_driver tegra20_ac97_dai = {
230221 .name = "tegra-ac97-pcm",
231
- .bus_control = true,
232222 .probe = tegra20_ac97_probe,
233223 .playback = {
234224 .stream_name = "PCM Playback",