diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2009-11-20 16:37:10 +0000 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2009-11-20 16:37:10 +0000 |
commit | dcdec639ad74f20427df82284f98b68f6ac7c0ae (patch) | |
tree | 7483dae1fcf6623a412938092f2ad7245e8686c3 /sound/soc/codecs/ads117x.h | |
parent | b2a2236d1f5e7c09c8e74b61f13d8ba3fe82f7be (diff) | |
parent | f3d0e82fe3cce0dd3ffcd9c59e6caa671a30f929 (diff) |
Merge branch 'ads117x' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound-2.6 into for-2.6.33
Diffstat (limited to 'sound/soc/codecs/ads117x.h')
-rw-r--r-- | sound/soc/codecs/ads117x.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/sound/soc/codecs/ads117x.h b/sound/soc/codecs/ads117x.h new file mode 100644 index 00000000000..dbcf50ec9bd --- /dev/null +++ b/sound/soc/codecs/ads117x.h @@ -0,0 +1,13 @@ +/* + * ads117x.h -- Driver for ads1174/8 ADC chips + * + * Copyright 2009 ShotSpotter Inc. + * Author: Graeme Gregory <gg@slimlogic.co.uk> + * + * This program is free software; you can redistribute it and/or modify it + * under the terms of the GNU General Public License as published by the + * Free Software Foundation; either version 2 of the License, or (at your + * option) any later version. + */ +extern struct snd_soc_dai ads117x_dai; +extern struct snd_soc_codec_device soc_codec_dev_ads117x; |