| .. | .. |
|---|
| 1 | | -/* |
|---|
| 2 | | - * linux/sound/mpc5200-ac97.c -- AC97 support for the Freescale MPC52xx chip. |
|---|
| 3 | | - * |
|---|
| 4 | | - * Copyright (C) 2009 Jon Smirl, Digispeaker |
|---|
| 5 | | - * Author: Jon Smirl <jonsmirl@gmail.com> |
|---|
| 6 | | - * |
|---|
| 7 | | - * This program is free software; you can redistribute it and/or modify |
|---|
| 8 | | - * it under the terms of the GNU General Public License version 2 as |
|---|
| 9 | | - * published by the Free Software Foundation. |
|---|
| 10 | | - */ |
|---|
| 1 | +// SPDX-License-Identifier: GPL-2.0 |
|---|
| 2 | +// |
|---|
| 3 | +// linux/sound/mpc5200-ac97.c -- AC97 support for the Freescale MPC52xx chip. |
|---|
| 4 | +// |
|---|
| 5 | +// Copyright (C) 2009 Jon Smirl, Digispeaker |
|---|
| 6 | +// Author: Jon Smirl <jonsmirl@gmail.com> |
|---|
| 11 | 7 | |
|---|
| 12 | 8 | #include <linux/module.h> |
|---|
| 13 | 9 | #include <linux/of_device.h> |
|---|
| .. | .. |
|---|
| 237 | 233 | static struct snd_soc_dai_driver psc_ac97_dai[] = { |
|---|
| 238 | 234 | { |
|---|
| 239 | 235 | .name = "mpc5200-psc-ac97.0", |
|---|
| 240 | | - .bus_control = true, |
|---|
| 241 | 236 | .probe = psc_ac97_probe, |
|---|
| 242 | 237 | .playback = { |
|---|
| 243 | 238 | .stream_name = "AC97 Playback", |
|---|
| .. | .. |
|---|
| 257 | 252 | }, |
|---|
| 258 | 253 | { |
|---|
| 259 | 254 | .name = "mpc5200-psc-ac97.1", |
|---|
| 260 | | - .bus_control = true, |
|---|
| 261 | 255 | .playback = { |
|---|
| 262 | 256 | .stream_name = "AC97 SPDIF", |
|---|
| 263 | 257 | .channels_min = 1, |
|---|