]> 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)
committerKhalid Elmously <khalid.elmously@canonical.com>
Fri, 16 Feb 2018 22:09:51 +0000 (17:09 -0500)
commitaab0e295592686401313976aad80773d53f8260f
tree52336b8b5839f8b34d58e689bc4e66ed05873375
parentde97baa91467805d0e92cf2d66c1497092b25fbd
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]