Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 353355
b: refs/heads/master
c: 151edfc
h: refs/heads/master
i:
  353353: ad90e50
  353351: 769423d
v: v3
  • Loading branch information
Bo Shen authored and Mark Brown committed Feb 4, 2013
1 parent 82bd7c0 commit bfa5ba8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: 69706028b94f10a2dc0a28af65e84ec6fd38054b
refs/heads/master: 151edfc757babd94d8b6c64d84a9ccf8f3c53320
6 changes: 3 additions & 3 deletions trunk/sound/soc/atmel/sam9g20_wm8731.c
Original file line number Diff line number Diff line change
Expand Up @@ -305,10 +305,10 @@ static int at91sam9g20ek_audio_remove(struct platform_device *pdev)
{
struct snd_soc_card *card = platform_get_drvdata(pdev);

atmel_ssc_put_audio(0);
snd_soc_unregister_card(card);
clk_put(mclk);
clk_disable(mclk);
mclk = NULL;
snd_soc_unregister_card(card);
atmel_ssc_put_audio(0);

return 0;
}
Expand Down

0 comments on commit bfa5ba8

Please sign in to comment.