Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1234083 > unrolled thread

[PATCH 0/3] Add support for Wolfson Micro WM8998 codec

Started byRichard Fitzgerald <rf@opensource.wolfsonmicro.com>
First post2015-09-28 14:30 +0200
Last post2015-09-28 14:30 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel


Contents

  [PATCH 0/3] Add support for Wolfson Micro WM8998 codec Richard Fitzgerald <rf@opensource.wolfsonmicro.com> - 2015-09-28 14:30 +0200

#1234083 — [PATCH 0/3] Add support for Wolfson Micro WM8998 codec

FromRichard Fitzgerald <rf@opensource.wolfsonmicro.com>
Date2015-09-28 14:30 +0200
Subject[PATCH 0/3] Add support for Wolfson Micro WM8998 codec
Message-ID<qdFJ8-5CT-5@gated-at.bofh.it>
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/

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web