aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/sound/soc/tegra/tegra20_spdif.c
diff options
context:
space:
mode:
authorStephen Warren <swarren@nvidia.com>2012-06-06 17:15:07 -0600
committerMark Brown <broonie@opensource.wolfsonmicro.com>2012-06-08 07:02:28 +0800
commit9515c1010c98347ec92d923bd3e23793fa6dc6fe (patch)
tree05045cb125a772af74229332adbe8f3af17303d1 /sound/soc/tegra/tegra20_spdif.c
parentASoC: MAINTAINERS: Add maintainer for TI Isabelle Audio driver (diff)
downloadwireguard-linux-9515c1010c98347ec92d923bd3e23793fa6dc6fe.tar.xz
wireguard-linux-9515c1010c98347ec92d923bd3e23793fa6dc6fe.zip
ASoC: tegra: add .stream_name to CPU DAIs
This is certainly required if the I2S and SPDIF controllers are converted to be CODECs, and is probably good practice irrespective. Signed-off-by: Stephen Warren <swarren@nvidia.com> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound/soc/tegra/tegra20_spdif.c')
-rw-r--r--sound/soc/tegra/tegra20_spdif.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/tegra/tegra20_spdif.c b/sound/soc/tegra/tegra20_spdif.c
index f9b57418bd08..ffbd99c4106e 100644
--- a/sound/soc/tegra/tegra20_spdif.c
+++ b/sound/soc/tegra/tegra20_spdif.c
@@ -181,6 +181,7 @@ static struct snd_soc_dai_driver tegra20_spdif_dai = {
.name = DRV_NAME,
.probe = tegra20_spdif_probe,
.playback = {
+ .stream_name = "Playback",
.channels_min = 2,
.channels_max = 2,
.rates = SNDRV_PCM_RATE_32000 | SNDRV_PCM_RATE_44100 |