| To: | linux-mips@linux-mips.org |
|---|---|
| Subject: | PATCH: drivers/sound/ite8172.c, versus kernel_2_4_24 |
| From: | Jeffrey Baitis <baitisj@evolution.com> |
| Date: | 02 Apr 2004 09:06:59 -0800 |
| Organization: | Evolution Robotics |
| Original-recipient: | rfc822;linux-mips@linux-mips.org |
| Reply-to: | baitisj@evolution.com |
| Sender: | linux-mips-bounce@linux-mips.org |
Here's a patch to make the ITE8172 sound driver compile on the
kernel_2_4_24 branch.
-- drivers/sound/ite8172.c 30 Mar 2004 01:38:00 -0000 1.1.1.1
+++ drivers/sound/ite8172.c 2 Apr 2004 17:02:01 -0000
@@ -2180,7 +2180,7 @@
release_region(s->io, pci_resource_len(dev,0));
unregister_sound_dsp(s->dev_audio);
unregister_sound_mixer(s->codec->dev_mixer);
- ac97_codec_release(s->codec);
+ ac97_release_codec(s->codec);
kfree(s);
pci_set_drvdata(dev, NULL);
}
-Jeff
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | [patch] SMP bootstrap for SB1250, Maciej W. Rozycki |
|---|---|
| Next by Date: | Kernel vs. glibc problems, Karsten Merker |
| Previous by Thread: | [patch] SMP bootstrap for SB1250, Maciej W. Rozycki |
| Next by Thread: | Kernel vs. glibc problems, Karsten Merker |
| Indexes: | [Date] [Thread] [Top] [All Lists] |