Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 284014
b: refs/heads/master
c: 4a7042e
h: refs/heads/master
v: v3
  • Loading branch information
Axel Lin authored and Mark Brown committed Dec 23, 2011
1 parent b13bfa9 commit 0ee0dad
Show file tree
Hide file tree
Showing 6 changed files with 6 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: 23bd1ce48f0b2721f0f37087d8acd9fe57f895d7
refs/heads/master: 4a7042e59908231fc046aac88bd98454d886052d
1 change: 1 addition & 0 deletions trunk/sound/soc/sh/fsi-ak4642.c
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ static struct snd_soc_dai_link fsi_dai_link = {
};

static struct snd_soc_card fsi_soc_card = {
.owner = THIS_MODULE,
.dai_link = &fsi_dai_link,
.num_links = 1,
};
Expand Down
1 change: 1 addition & 0 deletions trunk/sound/soc/sh/fsi-da7210.c
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ static struct snd_soc_dai_link fsi_da7210_dai = {

static struct snd_soc_card fsi_soc_card = {
.name = "FSI-DA7210",
.owner = THIS_MODULE,
.dai_link = &fsi_da7210_dai,
.num_links = 1,
};
Expand Down
1 change: 1 addition & 0 deletions trunk/sound/soc/sh/fsi-hdmi.c
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ static struct snd_soc_dai_link fsi_dai_link = {
};

static struct snd_soc_card fsi_soc_card = {
.owner = THIS_MODULE,
.dai_link = &fsi_dai_link,
.num_links = 1,
};
Expand Down
1 change: 1 addition & 0 deletions trunk/sound/soc/sh/migor.c
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,7 @@ static struct snd_soc_dai_link migor_dai = {
/* migor audio machine driver */
static struct snd_soc_card snd_soc_migor = {
.name = "Migo-R",
.owner = THIS_MODULE,
.dai_link = &migor_dai,
.num_links = 1,
};
Expand Down
1 change: 1 addition & 0 deletions trunk/sound/soc/sh/sh7760-ac97.c
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ static struct snd_soc_dai_link sh7760_ac97_dai = {

static struct snd_soc_card sh7760_ac97_soc_machine = {
.name = "SH7760 AC97",
.owner = THIS_MODULE,
.dai_link = &sh7760_ac97_dai,
.num_links = 1,
};
Expand Down

0 comments on commit 0ee0dad

Please sign in to comment.