I hereby claim:
- I am brandonhamilton on github.
- I am brandonhamilton (https://keybase.io/brandonhamilton) on keybase.
- I have a public key ASAUmOhUIIMtoWDy5tosABHB7FycV7rVCmyvKqvp1wxkYQo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| {-# LANGUAGE ScopedTypeVariables #-} | |
| {-# LANGUAGE NoImplicitPrelude #-} | |
| {-# LANGUAGE OverloadedStrings #-} | |
| {-# LANGUAGE FlexibleContexts #-} | |
| {-# LANGUAGE GADTs, Rank2Types #-} | |
| module OperationalVersion (main) where | |
| import Protolude hiding (throwIO, catch, State, runState) | |
| import qualified Prelude -- only for show |
| /* | |
| * ALSA SoC TLV320AIC23 codec driver (SPI version) | |
| * | |
| * Author: Brandon Hamilton <[email protected]> | |
| * | |
| * Based on sound/soc/codecs/tlv320aic23.c by Arun KS | |
| * | |
| * This program is free software; you can redistribute it and/or modify | |
| * it under the terms of the GNU General Public License version 2 as | |
| * published by the Free Software Foundation. |