From c60236caa5ad92d1eb20959023e2f4a548c8d1a4 Mon Sep 17 00:00:00 2001 From: Andrew Cady Date: Thu, 17 Dec 2015 15:16:13 -0500 Subject: Silence ALSA error messages --- AlsaShutUp.hs | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 AlsaShutUp.hs (limited to 'AlsaShutUp.hs') diff --git a/AlsaShutUp.hs b/AlsaShutUp.hs new file mode 100644 index 0000000..cf7436a --- /dev/null +++ b/AlsaShutUp.hs @@ -0,0 +1,4 @@ +module AlsaShutUp where +import Foreign.C + +foreign import ccall "alsaShutUp" shutUp :: IO CInt -- cgit v1.2.3