]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
staging: bcm2835-audio: initial staging submission
authorMichael Zoran <mzoran@crowfest.net>
Thu, 26 Jan 2017 00:39:49 +0000 (16:39 -0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 27 Jan 2017 08:44:31 +0000 (09:44 +0100)
commit23b028c871e1131c96aa8c2bd8cc7e0d15f5efcd
treedeb653f14b953cc5378792b006af4bcafceb1a5f
parente7b56b14b87964c8caeb9e9ee7e823f578c0dc1e
staging: bcm2835-audio: initial staging submission

Initial cleanup of bcm2835-audio driver for the
bcm2535(Raspberry PI)

Driver provides HDMI audio through ALSA and is built
on top of the vc04_services driver.

Original version of the driver is available at:
http://www.github.com/raspberry/linux

Driver compiles without any build errors or warnings.

Tested on a RPI 3 running in ARM64 mode with the
vlc player and alsautils.

Signed-off-by: Michael Zoran <mzoran@crowfest.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/Kconfig
drivers/staging/Makefile
drivers/staging/bcm2835-audio/Kconfig [new file with mode: 0644]
drivers/staging/bcm2835-audio/Makefile [new file with mode: 0644]
drivers/staging/bcm2835-audio/bcm2835-ctl.c [new file with mode: 0644]
drivers/staging/bcm2835-audio/bcm2835-pcm.c [new file with mode: 0644]
drivers/staging/bcm2835-audio/bcm2835-vchiq.c [new file with mode: 0644]
drivers/staging/bcm2835-audio/bcm2835.c [new file with mode: 0644]
drivers/staging/bcm2835-audio/bcm2835.h [new file with mode: 0644]
drivers/staging/bcm2835-audio/vc_vchi_audioserv_defs.h [new file with mode: 0644]