summaryrefslogtreecommitdiff
path: root/AlsaShutUp.hs
diff options
context:
space:
mode:
authorAndrew Cady <d@jerkface.net>2015-12-17 15:16:13 -0500
committerAndrew Cady <d@jerkface.net>2015-12-17 15:16:13 -0500
commitc60236caa5ad92d1eb20959023e2f4a548c8d1a4 (patch)
tree735de42cbf1278d470b0122cbee34cd301df7cd9 /AlsaShutUp.hs
parentd2f4cd39447783d6b983e81b5fb65cfdd3ff2ea2 (diff)
Silence ALSA error messages
Diffstat (limited to 'AlsaShutUp.hs')
-rw-r--r--AlsaShutUp.hs4
1 files changed, 4 insertions, 0 deletions
diff --git a/AlsaShutUp.hs b/AlsaShutUp.hs
new file mode 100644
index 0000000..cf7436a
--- /dev/null
+++ b/AlsaShutUp.hs
@@ -0,0 +1,4 @@
1module AlsaShutUp where
2import Foreign.C
3
4foreign import ccall "alsaShutUp" shutUp :: IO CInt