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


Groups > linux.kernel > #1657591

[PATCH v4 0/3] Allwinner V3s audio codec support (ASoC part)

From Icenowy Zheng <icenowy@aosc.io>
Newsgroups linux.kernel
Subject [PATCH v4 0/3] Allwinner V3s audio codec support (ASoC part)
Date 2017-06-05 15:30 +0200
Message-ID <tP0eZ-3pX-3@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


This is the ASoC part of the Allwinner V3s audio codec support.

The audio codec is like the ones on A23/H3, but much simpler.

As it lacks two features that used to be common (MIC2 and LINEIN),
some structures are altered to exclude these features.

Icenowy Zheng (3):
  ASoC: sun8i-codec-analog: prepare a mixer control/widget/route set for
    V3s
  ASoC: sun8i-codec-analog: add support for V3s SoC
  ASoC: sun4i-codec: Add support for V3s codec

 .../devicetree/bindings/sound/sun4i-codec.txt      |  11 ++-
 .../bindings/sound/sun8i-codec-analog.txt          |   1 +
 sound/soc/sunxi/sun4i-codec.c                      |  63 ++++++++++++
 sound/soc/sunxi/sun8i-codec-analog.c               | 110 ++++++++++++++++++++-
 4 files changed, 180 insertions(+), 5 deletions(-)

-- 
2.12.2

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[PATCH v4 0/3] Allwinner V3s audio codec support (ASoC part) Icenowy Zheng <icenowy@aosc.io> - 2017-06-05 15:30 +0200
  [PATCH v4 1/3] ASoC: sun8i-codec-analog: prepare a mixer control/widget/route set for V3s Icenowy Zheng <icenowy@aosc.io> - 2017-06-05 15:30 +0200
    Re: [linux-sunxi] [PATCH v4 1/3] ASoC: sun8i-codec-analog: prepare a  mixer control/widget/route set for V3s Chen-Yu Tsai <wens@csie.org> - 2017-06-06 16:10 +0200
    Applied "ASoC: sun8i-codec-analog: prepare a mixer control/widget/route set for V3s" to the asoc tree Mark Brown <broonie@kernel.org> - 2017-06-06 21:10 +0200
  [PATCH v4 2/3] ASoC: sun8i-codec-analog: add support for V3s SoC Icenowy Zheng <icenowy@aosc.io> - 2017-06-05 15:40 +0200
  [PATCH v4 3/3] ASoC: sun4i-codec: Add support for V3s codec Icenowy Zheng <icenowy@aosc.io> - 2017-06-05 15:50 +0200
    Re: [linux-sunxi] [PATCH v4 3/3] ASoC: sun4i-codec: Add support for  V3s codec Chen-Yu Tsai <wens@csie.org> - 2017-06-06 16:10 +0200

csiph-web