.. | .. |
---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-only |
---|
1 | 2 | /* |
---|
2 | 3 | * tegra20_ac97.c - Tegra20 AC97 platform driver |
---|
3 | 4 | * |
---|
.. | .. |
---|
6 | 7 | * Partly based on code copyright/by: |
---|
7 | 8 | * |
---|
8 | 9 | * 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 | | - * |
---|
19 | 10 | */ |
---|
20 | 11 | |
---|
21 | 12 | #include <linux/clk.h> |
---|
.. | .. |
---|
228 | 219 | |
---|
229 | 220 | static struct snd_soc_dai_driver tegra20_ac97_dai = { |
---|
230 | 221 | .name = "tegra-ac97-pcm", |
---|
231 | | - .bus_control = true, |
---|
232 | 222 | .probe = tegra20_ac97_probe, |
---|
233 | 223 | .playback = { |
---|
234 | 224 | .stream_name = "PCM Playback", |
---|