diff options
author | Takashi Iwai <tiwai@suse.de> | 2008-12-25 11:40:28 +0100 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2008-12-25 11:40:28 +0100 |
commit | a65056205cdf7efb96fb2558e4f1ec6bae2582ed (patch) | |
tree | 22a5fa35464f26183e34aa4210fa6c145f24ddf3 /sound/pci/hda/hda_beep.c | |
parent | 313769d9edb1bbd59d2e94f5069950eecfe6fa44 (diff) | |
parent | 7645c4bfbb36f357f03815f5729c46ce8d89f008 (diff) |
Merge branch 'topic/hda' into to-push
Diffstat (limited to 'sound/pci/hda/hda_beep.c')
-rw-r--r-- | sound/pci/hda/hda_beep.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sound/pci/hda/hda_beep.c b/sound/pci/hda/hda_beep.c index 3ecd7e797de..e00421c0d8b 100644 --- a/sound/pci/hda/hda_beep.c +++ b/sound/pci/hda/hda_beep.c @@ -128,6 +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_HDA(snd_hda_attach_beep_device); void snd_hda_detach_beep_device(struct hda_codec *codec) { @@ -140,3 +141,4 @@ void snd_hda_detach_beep_device(struct hda_codec *codec) kfree(beep); } } +EXPORT_SYMBOL_HDA(snd_hda_detach_beep_device); |