module AlsaShutUp where import Foreign.C foreign import ccall "alsaShutUp" shutUp :: IO CInt