Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 270542
b: refs/heads/master
c: 78a262c
h: refs/heads/master
v: v3
  • Loading branch information
Dong Aisheng authored and Mark Brown committed Aug 22, 2011
1 parent 08a0b90 commit 90f3475
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 0bb98ba2b045e53b4724f34509455b7653c329d3
refs/heads/master: 78a262c87157bc049a1b08faf4762c606b24fed9
10 changes: 9 additions & 1 deletion trunk/sound/soc/mxs/mxs-sgtl5000.c
Original file line number Diff line number Diff line change
Expand Up @@ -85,13 +85,21 @@ static struct snd_soc_ops mxs_sgtl5000_hifi_ops = {

static struct snd_soc_dai_link mxs_sgtl5000_dai[] = {
{
.name = "HiFi",
.name = "HiFi Tx",
.stream_name = "HiFi Playback",
.codec_dai_name = "sgtl5000",
.codec_name = "sgtl5000.0-000a",
.cpu_dai_name = "mxs-saif.0",
.platform_name = "mxs-pcm-audio.0",
.ops = &mxs_sgtl5000_hifi_ops,
}, {
.name = "HiFi Rx",
.stream_name = "HiFi Capture",
.codec_dai_name = "sgtl5000",
.codec_name = "sgtl5000.0-000a",
.cpu_dai_name = "mxs-saif.1",
.platform_name = "mxs-pcm-audio.1",
.ops = &mxs_sgtl5000_hifi_ops,
},
};

Expand Down

0 comments on commit 90f3475

Please sign in to comment.