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)
committerRaspbian kernel package updater <root@raspbian.org>
Sat, 31 Mar 2018 14:45:01 +0000 (15:45 +0100)
commit3eaa4e70f856251671c3d0f35f9d8443e1d91683
treec97fa3d11fa36e4bdbab7930d64d57af00554e64
parentf2e73aba9473e9f0f3eee55d9318d4515b52bca4
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]