Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 47225
b: refs/heads/master
c: cb4c048
h: refs/heads/master
i:
  47223: 82002b6
v: v3
  • Loading branch information
Liam Girdwood authored and Jaroslav Kysela committed Feb 9, 2007
1 parent a338b39 commit 6a76b1d
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 97952f601e939278df1194bac56b9755338ee7c1
refs/heads/master: cb4c048b9306555ccbdb97eaf7922624664b0eb1
4 changes: 3 additions & 1 deletion trunk/sound/soc/pxa/tosa.c
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@

#include "../codecs/wm9712.h"
#include "pxa2xx-pcm.h"
#include "pxa2xx-ac97.h"

static struct snd_soc_machine tosa;

Expand Down Expand Up @@ -228,20 +229,21 @@ static struct snd_soc_dai_link tosa_dai[] = {
.cpu_dai = &pxa_ac97_dai[PXA2XX_DAI_AC97_HIFI],
.codec_dai = &wm9712_dai[WM9712_DAI_AC97_HIFI],
.init = tosa_ac97_init,
.ops = &tosa_ops,
},
{
.name = "AC97 Aux",
.stream_name = "AC97 Aux",
.cpu_dai = &pxa_ac97_dai[PXA2XX_DAI_AC97_AUX],
.codec_dai = &wm9712_dai[WM9712_DAI_AC97_AUX],
.ops = &tosa_ops,
},
};

static struct snd_soc_machine tosa = {
.name = "Tosa",
.dai_link = tosa_dai,
.num_links = ARRAY_SIZE(tosa_dai),
.ops = &tosa_ops,
};

static struct snd_soc_device tosa_snd_devdata = {
Expand Down

0 comments on commit 6a76b1d

Please sign in to comment.