Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1234083
| From | Richard Fitzgerald <rf@opensource.wolfsonmicro.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 0/3] Add support for Wolfson Micro WM8998 codec |
| Date | 2015-09-28 14:30 +0200 |
| Message-ID | <qdFJ8-5CT-5@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
This set of patches is based on broonie/regulator.git/for-next and broonie/sound.git/for-next branches. Richard Fitzgerald (3): regulator: arizona: add support for WM8998 and WM1814 ASoC: arizona: add defines for single-input gain control ASoC: wm8998: Initial WM8998 codec driver drivers/regulator/arizona-ldo1.c | 2 + sound/soc/codecs/Kconfig | 6 + sound/soc/codecs/Makefile | 2 + sound/soc/codecs/arizona.c | 33 + sound/soc/codecs/arizona.h | 12 +- sound/soc/codecs/wm8998.c | 1429 ++++++++++++++++++++++++++++++++++++++ sound/soc/codecs/wm8998.h | 23 + 7 files changed, 1506 insertions(+), 1 deletion(-) create mode 100644 sound/soc/codecs/wm8998.c create mode 100644 sound/soc/codecs/wm8998.h -- 1.9.1 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next | Find similar | Unroll thread
[PATCH 0/3] Add support for Wolfson Micro WM8998 codec Richard Fitzgerald <rf@opensource.wolfsonmicro.com> - 2015-09-28 14:30 +0200
csiph-web