Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 248230
b: refs/heads/master
c: bfe4ee0
h: refs/heads/master
v: v3
  • Loading branch information
Mike Frysinger authored and Mark Brown committed Mar 29, 2011
1 parent 430ba35 commit 3611dba
Show file tree
Hide file tree
Showing 10 changed files with 19 additions and 19 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: c8ad38b8b26ad04d5125606065c87315308d6df5
refs/heads/master: bfe4ee0a935dccf5980ecb5605c66fe50feb9056
2 changes: 1 addition & 1 deletion trunk/sound/soc/blackfin/bf5xx-ac97-pcm.c
Original file line number Diff line number Diff line change
Expand Up @@ -458,7 +458,7 @@ static int __devexit bf5xx_soc_platform_remove(struct platform_device *pdev)

static struct platform_driver bf5xx_pcm_driver = {
.driver = {
.name = "bf5xx-pcm-audio",
.name = "bfin-ac97-pcm-audio",
.owner = THIS_MODULE,
},

Expand Down
6 changes: 3 additions & 3 deletions trunk/sound/soc/blackfin/bf5xx-ad1836.c
Original file line number Diff line number Diff line change
Expand Up @@ -82,15 +82,15 @@ static struct snd_soc_ops bf5xx_ad1836_ops = {
static struct snd_soc_dai_link bf5xx_ad1836_dai = {
.name = "ad1836",
.stream_name = "AD1836",
.cpu_dai_name = "bf5xx-tdm",
.cpu_dai_name = "bfin-tdm",
.codec_dai_name = "ad1836-hifi",
.platform_name = "bf5xx-tdm-pcm-audio",
.platform_name = "bfin-tdm-pcm-audio",
.codec_name = "ad1836.0",
.ops = &bf5xx_ad1836_ops,
};

static struct snd_soc_card bf5xx_ad1836 = {
.name = "bf5xx_ad1836",
.name = "bfin-ad1836",
.dai_link = &bf5xx_ad1836_dai,
.num_links = 1,
};
Expand Down
6 changes: 3 additions & 3 deletions trunk/sound/soc/blackfin/bf5xx-ad193x.c
Original file line number Diff line number Diff line change
Expand Up @@ -110,15 +110,15 @@ static struct snd_soc_ops bf5xx_ad193x_ops = {
static struct snd_soc_dai_link bf5xx_ad193x_dai = {
.name = "ad193x",
.stream_name = "AD193X",
.cpu_dai_name = "bf5xx-tdm",
.cpu_dai_name = "bfin-tdm",
.codec_dai_name ="ad193x-hifi",
.platform_name = "bf5xx-tdm-pcm-audio",
.platform_name = "bfin-tdm-pcm-audio",
.codec_name = "ad193x.5",
.ops = &bf5xx_ad193x_ops,
};

static struct snd_soc_card bf5xx_ad193x = {
.name = "bf5xx_ad193x",
.name = "bfin-ad193x",
.dai_link = &bf5xx_ad193x_dai,
.num_links = 1,
};
Expand Down
4 changes: 2 additions & 2 deletions trunk/sound/soc/blackfin/bf5xx-ad1980.c
Original file line number Diff line number Diff line change
Expand Up @@ -72,13 +72,13 @@ static struct snd_soc_dai_link bf5xx_board_dai = {
.stream_name = "AC97 HiFi",
.cpu_dai_name = "bfin-ac97",
.codec_dai_name = "ad1980-hifi",
.platform_name = "bfin-pcm-audio",
.platform_name = "bfin-ac97-pcm-audio",
.codec_name = "ad1980",
.ops = &bf5xx_board_ops,
};

static struct snd_soc_card bf5xx_board = {
.name = "bf5xx-board",
.name = "bfin-ad1980",
.dai_link = &bf5xx_board_dai,
.num_links = 1,
};
Expand Down
6 changes: 3 additions & 3 deletions trunk/sound/soc/blackfin/bf5xx-ad73311.c
Original file line number Diff line number Diff line change
Expand Up @@ -183,15 +183,15 @@ static struct snd_soc_ops bf5xx_ad73311_ops = {
static struct snd_soc_dai_link bf5xx_ad73311_dai = {
.name = "ad73311",
.stream_name = "AD73311",
.cpu_dai_name = "bf5xx-i2s",
.cpu_dai_name = "bfin-i2s",
.codec_dai_name = "ad73311-hifi",
.platform_name = "bfin-pcm-audio",
.platform_name = "bfin-i2s-pcm-audio",
.codec_name = "ad73311",
.ops = &bf5xx_ad73311_ops,
};

static struct snd_soc_card bf5xx_ad73311 = {
.name = "bf5xx_ad73311",
.name = "bfin-ad73311",
.probe = bf5xx_probe,
.dai_link = &bf5xx_ad73311_dai,
.num_links = 1,
Expand Down
2 changes: 1 addition & 1 deletion trunk/sound/soc/blackfin/bf5xx-i2s-pcm.c
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ static int __devexit bfin_i2s_soc_platform_remove(struct platform_device *pdev)

static struct platform_driver bfin_i2s_pcm_driver = {
.driver = {
.name = "bfin-pcm-audio",
.name = "bfin-i2s-pcm-audio",
.owner = THIS_MODULE,
},

Expand Down
2 changes: 1 addition & 1 deletion trunk/sound/soc/blackfin/bf5xx-i2s.c
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ static struct platform_driver bfin_i2s_driver = {
.remove = __devexit_p(bfin_i2s_drv_remove),

.driver = {
.name = "bf5xx-i2s",
.name = "bfin-i2s",
.owner = THIS_MODULE,
},
};
Expand Down
6 changes: 3 additions & 3 deletions trunk/sound/soc/blackfin/bf5xx-ssm2602.c
Original file line number Diff line number Diff line change
Expand Up @@ -116,15 +116,15 @@ static struct snd_soc_ops bf5xx_ssm2602_ops = {
static struct snd_soc_dai_link bf5xx_ssm2602_dai = {
.name = "ssm2602",
.stream_name = "SSM2602",
.cpu_dai_name = "bf5xx-i2s",
.cpu_dai_name = "bfin-i2s",
.codec_dai_name = "ssm2602-hifi",
.platform_name = "bf5xx-pcm-audio",
.platform_name = "bfin-i2s-pcm-audio",
.codec_name = "ssm2602.0-001b",
.ops = &bf5xx_ssm2602_ops,
};

static struct snd_soc_card bf5xx_ssm2602 = {
.name = "bf5xx_ssm2602",
.name = "bfin-ssm2602",
.dai_link = &bf5xx_ssm2602_dai,
.num_links = 1,
};
Expand Down
2 changes: 1 addition & 1 deletion trunk/sound/soc/blackfin/bf5xx-tdm-pcm.c
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ static int __devexit bf5xx_soc_platform_remove(struct platform_device *pdev)

static struct platform_driver bfin_tdm_driver = {
.driver = {
.name = "bf5xx-tdm-pcm-audio",
.name = "bfin-tdm-pcm-audio",
.owner = THIS_MODULE,
},

Expand Down

0 comments on commit 3611dba

Please sign in to comment.