]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit
ASoC: BCM:Add support for HiFiBerry Digi. Driver is based on the patched WM8804 driver.
authorDaniel Matuschek <info@crazy-audio.com>
Wed, 15 Jan 2014 20:42:08 +0000 (21:42 +0100)
committerThadeu Lima de Souza Cascardo <cascardo@canonical.com>
Fri, 9 Mar 2018 15:20:59 +0000 (12:20 -0300)
commit772f16b8488fdcd5c3a8c974b04a32fa7c18a8cd
treefafe37a03cde99e27a5d89172f7d94ebee54bb18
parentdccc5def8dba38b900d685e0a9400f1151c8f276
ASoC: BCM:Add support for HiFiBerry Digi. Driver is based on the patched WM8804 driver.

Signed-off-by: Daniel Matuschek <daniel@matuschek.net>
Add a parameter to turn off SPDIF output if no audio is playing

This patch adds the paramater auto_shutdown_output to the kernel module.
Default behaviour of the module is the same, but when auto_shutdown_output
is set to 1, the SPDIF oputput will shutdown if no stream is playing.

bugfix for 32kHz sample rate, was missing

HiFiBerry Digi: set SPDIF status bits for sample rate

The HiFiBerry Digi driver did not signal the sample rate in the SPDIF status bits.
While this is optional, some DACs and receivers do not accept this signal. This patch
adds the sample rate bits in the SPDIF status block.

Added HiFiBerry Digi+ Pro driver

Signed-off-by: Daniel Matuschek <daniel@hifiberry.com>
sound/soc/bcm/Kconfig
sound/soc/bcm/Makefile
sound/soc/bcm/hifiberry_digi.c [new file with mode: 0644]