Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 92252
b: refs/heads/master
c: 22cd630
h: refs/heads/master
v: v3
  • Loading branch information
Mark Brown authored and Takashi Iwai committed Apr 24, 2008
1 parent 484b7cb commit 2c2f295
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 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: 29e36e49bdb7f24ca7cc0fb980fab2c407a8a2c9
refs/heads/master: 22cd630285b6a12a50f02dfb23c531f151be5499
6 changes: 2 additions & 4 deletions trunk/sound/soc/pxa/spitz.c
Original file line number Diff line number Diff line change
Expand Up @@ -313,15 +313,13 @@ static int spitz_wm8750_init(struct snd_soc_codec *codec)
}

/* Add spitz specific widgets */
for (i = 0; i < ARRAY_SIZE(wm8750_dapm_widgets); i++) {
for (i = 0; i < ARRAY_SIZE(wm8750_dapm_widgets); i++)
snd_soc_dapm_new_control(codec, &wm8750_dapm_widgets[i]);
}

/* Set up spitz specific audio path audio_map */
for (i = 0; audio_map[i][0] != NULL; i++) {
for (i = 0; audio_map[i][0] != NULL; i++)
snd_soc_dapm_connect_input(codec, audio_map[i][0],
audio_map[i][1], audio_map[i][2]);
}

snd_soc_dapm_sync_endpoints(codec);
return 0;
Expand Down

0 comments on commit 2c2f295

Please sign in to comment.