Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 112376
b: refs/heads/master
c: a392747
h: refs/heads/master
v: v3
  • Loading branch information
Russell King authored and Russell King committed Sep 25, 2008
1 parent 9835647 commit 58f45b1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 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: da1a3dc0ebb4f9209a1939eaa6b18901e0cd7bc0
refs/heads/master: a3927471c65b5ca94da853a1a46ec5db4609c502
8 changes: 0 additions & 8 deletions trunk/sound/soc/pxa/pxa2xx-ac97.c
Original file line number Diff line number Diff line change
Expand Up @@ -293,14 +293,6 @@ static int pxa2xx_ac97_suspend(struct platform_device *pdev,
static int pxa2xx_ac97_resume(struct platform_device *pdev,
struct snd_soc_dai *dai)
{
pxa_gpio_mode(GPIO31_SYNC_AC97_MD);
pxa_gpio_mode(GPIO30_SDATA_OUT_AC97_MD);
pxa_gpio_mode(GPIO28_BITCLK_AC97_MD);
pxa_gpio_mode(GPIO29_SDATA_IN_AC97_MD);
#ifdef CONFIG_PXA27x
/* Use GPIO 113 as AC97 Reset on Bulverde */
pxa_gpio_mode(113 | GPIO_ALT_FN_2_OUT);
#endif
clk_enable(ac97_clk);
return 0;
}
Expand Down

0 comments on commit 58f45b1

Please sign in to comment.