Skip to content

Commit

Permalink
ALSA: hda - Add missing export for snd_hda_bus_reboot_notify
Browse files Browse the repository at this point in the history
... forgot to add for modules.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
  • Loading branch information
Takashi Iwai committed Nov 10, 2009
1 parent e330323 commit 8f217a2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sound/pci/hda/hda_codec.c
Original file line number Diff line number Diff line change
Expand Up @@ -3421,6 +3421,7 @@ void snd_hda_bus_reboot_notify(struct hda_bus *bus)
codec->patch_ops.reboot_notify(codec);
}
}
EXPORT_SYMBOL_HDA(snd_hda_bus_reboot_notify);

/*
* open the digital out in the exclusive mode
Expand Down

0 comments on commit 8f217a2

Please sign in to comment.