No description
Find a file
Chen-Yu Tsai ca0412a057
ASoC: sunxi: sun50i-codec-analog: Add support for cpvdd regulator supply
On the Allwinner A64 SoCs, the audio codec has a built-in headphone
amplifier. This amplifier has a power supply separate from the rest of
the analog audio circuitry, labeled cpvdd.

This patch adds a DAPM widget for this supply, and ties it to the
headphone amp widget.

Signed-off-by: Chen-Yu Tsai <wens@csie.org>
Acked-by: Maxime Ripard <maxime.ripard@bootlin.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
2018-11-23 14:01:34 +00:00
arch
block
certs
crypto
Documentation ASoC: dt-bindings: sun50i-codec-analog: Add headphone amp regulator supply 2018-11-23 14:01:16 +00:00
drivers This pull request contains updates for UBIFS: 2018-11-04 14:46:04 -08:00
firmware
fs This pull request contains updates for UBIFS: 2018-11-04 14:46:04 -08:00
include ASoC: simple_card_utils: remove "option" from asoc_simple_card_of_parse_routing() 2018-11-21 13:28:49 +00:00
init
ipc
kernel
lib
LICENSES
mm
net NFS client bugfixes for Linux 4.20 2018-11-04 08:20:09 -08:00
samples
scripts
security
sound ASoC: sunxi: sun50i-codec-analog: Add support for cpvdd regulator supply 2018-11-23 14:01:34 +00:00
tools
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
Makefile Linux 4.20-rc1 2018-11-04 15:37:52 -08:00
README

Linux kernel
============

There are several guides for kernel developers and users. These guides can
be rendered in a number of formats, like HTML and PDF. Please read
Documentation/admin-guide/README.rst first.

In order to build the documentation, use ``make htmldocs`` or
``make pdfdocs``.  The formatted documentation can also be read online at:

    https://www.kernel.org/doc/html/latest/

There are various text files in the Documentation/ subdirectory,
several of them using the Restructured Text markup notation.

Please read the Documentation/process/changes.rst file, as it contains the
requirements for building and running the kernel, and information about
the problems which may result by upgrading your kernel.