Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 284075
b: refs/heads/master
c: 1a2dbcb
h: refs/heads/master
i:
  284073: 02404e2
  284071: f46db52
v: v3
  • Loading branch information
Axel Lin authored and Mark Brown committed Jan 2, 2012
1 parent b05db73 commit cd74556
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 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: 7c27426356c185ac9f8af8c77889b51d1442a2ac
refs/heads/master: 1a2dbcbe0491bdfd4fc2484a9853a019f9e21a9c
12 changes: 6 additions & 6 deletions trunk/sound/soc/pxa/tavorevb3.c
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ static const struct snd_soc_dapm_widget evb3_dapm_widgets[] = {
};

/* tavorevb3 machine audio map */
static const struct snd_soc_dapm_route audio_map[] = {
static const struct snd_soc_dapm_route evb3_audio_map[] = {
{"Headset Stereophone", NULL, "HS1"},
{"Headset Stereophone", NULL, "HS2"},

Expand Down Expand Up @@ -128,17 +128,17 @@ static struct snd_soc_card snd_soc_card_evb3 = {
.owner = THIS_MODULE,
.dai_link = evb3_dai,
.num_links = ARRAY_SIZE(evb3_dai),

.dapm_widgets = evb3_dapm_widgets,
.num_dapm_widgets = ARRAY_SIZE(evb3_dapm_widgets),
.dapm_routes = evb3_audio_map,
.num_dapm_routes = ARRAY_SIZE(evb3_audio_map),
};

static int evb3_pm860x_init(struct snd_soc_pcm_runtime *rtd)
{
struct snd_soc_codec *codec = rtd->codec;
struct snd_soc_dapm_context *dapm = &codec->dapm;
int ret;

snd_soc_dapm_new_controls(dapm, evb3_dapm_widgets,
ARRAY_SIZE(evb3_dapm_widgets));
snd_soc_dapm_add_routes(dapm, audio_map, ARRAY_SIZE(audio_map));

/* connected pins */
snd_soc_dapm_enable_pin(dapm, "Ext Speaker");
Expand Down

0 comments on commit cd74556

Please sign in to comment.