Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 142714
b: refs/heads/master
c: bd74a18
h: refs/heads/master
v: v3
  • Loading branch information
Hans-Christian Egtvedt authored and Takashi Iwai committed Apr 6, 2009
1 parent 2d7e686 commit 3fc40c7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 81baf3a7f686c5d22359cb06fc11d20907ba12f8
refs/heads/master: bd74a1843e06eef47bdb17452ed363255eb1d6e3
4 changes: 4 additions & 0 deletions trunk/sound/atmel/ac97c.c
Original file line number Diff line number Diff line change
Expand Up @@ -969,6 +969,10 @@ static int __devexit atmel_ac97c_remove(struct platform_device *pdev)
if (gpio_is_valid(chip->reset_pin))
gpio_free(chip->reset_pin);

ac97c_writel(chip, CAMR, 0);
ac97c_writel(chip, COMR, 0);
ac97c_writel(chip, MR, 0);

clk_disable(chip->pclk);
clk_put(chip->pclk);
iounmap(chip->regs);
Expand Down

0 comments on commit 3fc40c7

Please sign in to comment.