Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 284010
b: refs/heads/master
c: 6aff8cc
h: refs/heads/master
v: v3
  • Loading branch information
Axel Lin authored and Mark Brown committed Dec 23, 2011
1 parent b4859d9 commit c41e78a
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 662d4e5c247e9feb2814d9eafc160f42d9035978
refs/heads/master: 6aff8ccb0cdd14be2acaa7cf397842005752b0f3
1 change: 1 addition & 0 deletions trunk/sound/soc/imx/eukrea-tlv320.c
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ static struct snd_soc_dai_link eukrea_tlv320_dai = {

static struct snd_soc_card eukrea_tlv320 = {
.name = "cpuimx-audio",
.owner = THIS_MODULE,
.dai_link = &eukrea_tlv320_dai,
.num_links = 1,
};
Expand Down
1 change: 1 addition & 0 deletions trunk/sound/soc/imx/mx27vis-aic32x4.c
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ static struct snd_soc_dai_link mx27vis_aic32x4_dai = {

static struct snd_soc_card mx27vis_aic32x4 = {
.name = "visstrim_m10-audio",
.owner = THIS_MODULE,
.dai_link = &mx27vis_aic32x4_dai,
.num_links = 1,
};
Expand Down
1 change: 1 addition & 0 deletions trunk/sound/soc/imx/phycore-ac97.c
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ static struct snd_soc_dai_link imx_phycore_dai_ac97[] = {

static struct snd_soc_card imx_phycore = {
.name = "PhyCORE-ac97-audio",
.owner = THIS_MODULE,
.dai_link = imx_phycore_dai_ac97,
.num_links = ARRAY_SIZE(imx_phycore_dai_ac97),
};
Expand Down
1 change: 1 addition & 0 deletions trunk/sound/soc/imx/wm1133-ev1.c
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,7 @@ static struct snd_soc_dai_link wm1133_ev1_dai = {

static struct snd_soc_card wm1133_ev1 = {
.name = "WM1133-EV1",
.owner = THIS_MODULE,
.dai_link = &wm1133_ev1_dai,
.num_links = 1,
};
Expand Down

0 comments on commit c41e78a

Please sign in to comment.