summaryrefslogtreecommitdiff
path: root/sig.h
blob: 10627b81ed3499d232f84ea89da44fb4ee67ed3b (plain)
1
2
3
4
5
6
7
#ifndef SIG_H
#define SIG_H

extern void register_signal(int signal, void (*handler)(int));
extern void register_signal_f(int signal, void (*handler)(int), int flags);

#endif /* SIG_H */
/tr>space:mode:
authorTakashi Iwai <tiwai@suse.de>2013-05-14 12:58:47 +0200
committerTakashi Iwai <tiwai@suse.de>2013-05-16 07:18:05 +0200
commitb1b9fbd0507aac4ddce14f513d52332f50be89dc (patch)
treeba4c2850727eb85cf6342ec7ce8d584a66ff7c53 /sound/aoa
parenta62ee234a572b4c98fe98cf5fb18e4e8b0f6e43d (diff)
ALSA: hda - Check the activity of the NID to be powered down
When an inactive path is powered down with spec->power_down_unused flag, we should check the activity of each widget in the path whether it's still referred from any active path. Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/aoa')