Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 342604
b: refs/heads/master
c: e15f1b4
h: refs/heads/master
v: v3
  • Loading branch information
Takashi Iwai committed Nov 21, 2012
1 parent 39a4e39 commit 5addf30
Show file tree
Hide file tree
Showing 4 changed files with 1 addition 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: efc2f8de1da8e140331cfdbfdc6e0d596c33fb40
refs/heads/master: e15f1b43e1dbb24c91f1434700e4ba876f8e6734
1 change: 0 additions & 1 deletion trunk/sound/pci/hda/patch_analog.c
Original file line number Diff line number Diff line change
Expand Up @@ -636,7 +636,6 @@ static void ad198x_free(struct hda_codec *codec)
if (!spec)
return;

ad198x_shutup(codec);
ad198x_free_kctls(codec);
kfree(spec);
snd_hda_detach_beep_device(codec);
Expand Down
1 change: 0 additions & 1 deletion trunk/sound/pci/hda/patch_realtek.c
Original file line number Diff line number Diff line change
Expand Up @@ -2404,7 +2404,6 @@ static void alc_free(struct hda_codec *codec)
if (!spec)
return;

alc_shutup(codec);
alc_free_kctls(codec);
alc_free_bind_ctls(codec);
snd_hda_gen_free(&spec->gen);
Expand Down
2 changes: 0 additions & 2 deletions trunk/sound/pci/hda/patch_sigmatel.c
Original file line number Diff line number Diff line change
Expand Up @@ -4575,8 +4575,6 @@ static void stac92xx_free(struct hda_codec *codec)
if (! spec)
return;

stac92xx_shutup(codec);

kfree(spec);
snd_hda_detach_beep_device(codec);
}
Expand Down

0 comments on commit 5addf30

Please sign in to comment.