summaryrefslogtreecommitdiff
path: root/AlsaShutUp.hs
blob: cf7436a6f39f7e89c99dbdedeaf5cc50cb312dd7 (plain)
1
2
3
4
module AlsaShutUp where
import Foreign.C

foreign import ccall "alsaShutUp" shutUp :: IO CInt