]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commit - sound/soc/bcm/Makefile
New AudioInjector.net Pi soundcard with low jitter audio in and out.
authorMatt Flax <flatmax@flatmax.org>
Mon, 16 May 2016 11:36:31 +0000 (21:36 +1000)
committerThadeu Lima de Souza Cascardo <cascardo@canonical.com>
Mon, 28 Aug 2017 18:30:11 +0000 (15:30 -0300)
commit6745256d77bb82ba0a7fd1f0780307b990e3293d
treec82a4dd43e316ad7b9eea17972ff512ee04a674b
parent19d94a6edc5402c8730f345e7219df455924570e
New AudioInjector.net Pi soundcard with low jitter audio in and out.

Contains the sound/soc/bcm ALSA machine driver and necessary alterations to the Kconfig and Makefile.
Adds the dts overlay and updates the Makefile and README.
Updates the relevant defconfig files to enable building for the Raspberry Pi.
Thanks to Phil Elwell (pelwell) for the review, simple-card concepts and discussion. Thanks to Clive Messer for overlay naming suggestions.

Added support for headphones, microphone and bclk_ratio settings.

This patch adds headphone and microphone capability to the Audio Injector sound card. The patch also sets the bit clock ratio for use in the bcm2835-i2s driver. The bcm2835-i2s can't handle an 8 kHz sample rate when the bit clock is at 12 MHz because its register is only 10 bits wide which can't represent the ch2 offset of 1508. For that reason, the rate constraint is added.
sound/soc/bcm/Kconfig
sound/soc/bcm/Makefile
sound/soc/bcm/audioinjector-pi-soundcard.c [new file with mode: 0644]