Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 120522
b: refs/heads/master
c: ff7a326
h: refs/heads/master
v: v3
  • Loading branch information
Takashi Iwai committed Nov 28, 2008
1 parent 9894029 commit 4d8c703
Show file tree
Hide file tree
Showing 4 changed files with 92 additions and 77 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: 645f10c1ac7f733b224eaf97634edf9b20e2370e
refs/heads/master: ff7a3267368634e368ebaac68d5e3abf129edd1d
4 changes: 2 additions & 2 deletions trunk/sound/pci/hda/hda_beep.c
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ int snd_hda_attach_beep_device(struct hda_codec *codec, int nid)
INIT_WORK(&beep->beep_work, &snd_hda_generate_beep);
return 0;
}
EXPORT_SYMBOL_GPL(snd_hda_attach_beep_device);
EXPORT_SYMBOL_HDA(snd_hda_attach_beep_device);

void snd_hda_detach_beep_device(struct hda_codec *codec)
{
Expand All @@ -141,4 +141,4 @@ void snd_hda_detach_beep_device(struct hda_codec *codec)
kfree(beep);
}
}
EXPORT_SYMBOL_GPL(snd_hda_detach_beep_device);
EXPORT_SYMBOL_HDA(snd_hda_detach_beep_device);
Loading

0 comments on commit 4d8c703

Please sign in to comment.