Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 248229
b: refs/heads/master
c: c8ad38b
h: refs/heads/master
i:
  248227: 7ac0c88
v: v3
  • Loading branch information
Mike Frysinger authored and Mark Brown committed Mar 29, 2011
1 parent a30de98 commit 430ba35
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 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: f04cd9cb11469a6a9cbfdad824254143250d78d2
refs/heads/master: c8ad38b8b26ad04d5125606065c87315308d6df5
2 changes: 1 addition & 1 deletion trunk/sound/soc/blackfin/bf5xx-ad1836.c
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ static struct snd_soc_dai_link bf5xx_ad1836_dai = {
.cpu_dai_name = "bf5xx-tdm",
.codec_dai_name = "ad1836-hifi",
.platform_name = "bf5xx-tdm-pcm-audio",
.codec_name = "ad1836-codec.0",
.codec_name = "ad1836.0",
.ops = &bf5xx_ad1836_ops,
};

Expand Down
2 changes: 1 addition & 1 deletion trunk/sound/soc/blackfin/bf5xx-ad193x.c
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ static struct snd_soc_dai_link bf5xx_ad193x_dai = {
.cpu_dai_name = "bf5xx-tdm",
.codec_dai_name ="ad193x-hifi",
.platform_name = "bf5xx-tdm-pcm-audio",
.codec_name = "ad193x-codec.5",
.codec_name = "ad193x.5",
.ops = &bf5xx_ad193x_ops,
};

Expand Down
2 changes: 1 addition & 1 deletion trunk/sound/soc/blackfin/bf5xx-ad1980.c
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ static struct snd_soc_dai_link bf5xx_board_dai = {
.cpu_dai_name = "bfin-ac97",
.codec_dai_name = "ad1980-hifi",
.platform_name = "bfin-pcm-audio",
.codec_name = "ad1980-codec",
.codec_name = "ad1980",
.ops = &bf5xx_board_ops,
};

Expand Down
2 changes: 1 addition & 1 deletion trunk/sound/soc/blackfin/bf5xx-ad73311.c
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ static struct snd_soc_dai_link bf5xx_ad73311_dai = {
.cpu_dai_name = "bf5xx-i2s",
.codec_dai_name = "ad73311-hifi",
.platform_name = "bfin-pcm-audio",
.codec_name = "ad73311-codec",
.codec_name = "ad73311",
.ops = &bf5xx_ad73311_ops,
};

Expand Down
2 changes: 1 addition & 1 deletion trunk/sound/soc/blackfin/bf5xx-ssm2602.c
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ static struct snd_soc_dai_link bf5xx_ssm2602_dai = {
.cpu_dai_name = "bf5xx-i2s",
.codec_dai_name = "ssm2602-hifi",
.platform_name = "bf5xx-pcm-audio",
.codec_name = "ssm2602-codec.0-001b",
.codec_name = "ssm2602.0-001b",
.ops = &bf5xx_ssm2602_ops,
};

Expand Down

0 comments on commit 430ba35

Please sign in to comment.