Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 148266
b: refs/heads/master
c: 13e2c86
h: refs/heads/master
v: v3
  • Loading branch information
Mark Brown committed May 12, 2009
1 parent e9eee2f commit 0c65817
Show file tree
Hide file tree
Showing 3 changed files with 5 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: 97b8096dc92ae62b1d40e6bec7e7b257d2b30161
refs/heads/master: 13e2c86c20f5d07b20d5a6dee24bcdd2b30b859f
2 changes: 1 addition & 1 deletion trunk/sound/arm/pxa2xx-ac97-lib.c
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ static void set_resetgpio_mode(int resetgpio_action)
switch (resetgpio_action) {
case RESETGPIO_NORMAL_ALTFUNC:
if (reset_gpio == 113)
mode = 113 | GPIO_OUT | GPIO_DFLT_LOW;
mode = 113 | GPIO_ALT_FN_2_OUT;
if (reset_gpio == 95)
mode = 95 | GPIO_ALT_FN_1_OUT;
break;
Expand Down
3 changes: 3 additions & 0 deletions trunk/sound/soc/soc-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -992,6 +992,9 @@ static int soc_remove(struct platform_device *pdev)
struct snd_soc_platform *platform = card->platform;
struct snd_soc_codec_device *codec_dev = socdev->codec_dev;

if (!card->instantiated)
return 0;

run_delayed_work(&card->delayed_work);

if (platform->remove)
Expand Down

0 comments on commit 0c65817

Please sign in to comment.