]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
Staging: most: add MOST driver's aim-sound module
authorChristian Gromm <christian.gromm@microchip.com>
Fri, 24 Jul 2015 14:11:51 +0000 (16:11 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 24 Jul 2015 20:49:17 +0000 (13:49 -0700)
commit54b4856fb3624609dd5d9ed013bfec7d67083622
tree374e5d2e53e51b4d8e94e54039d4676fa27876cc
parentd4a8ce7f57fc6333e4e5a23980f5265e00ed44ef
Staging: most: add MOST driver's aim-sound module

This patch adds the aim-sound module of the MOST driver to the kernel's
driver staging area. This module is part of the MOST driver and handles
user space interaction by means of ALSA devices.

This patch is needed in order to have access to MOST synchronous data
through ALSA devices.

Signed-off-by: Christian Gromm <christian.gromm@microchip.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/most/Kconfig
drivers/staging/most/Makefile
drivers/staging/most/aim-sound/Kconfig [new file with mode: 0644]
drivers/staging/most/aim-sound/Makefile [new file with mode: 0644]
drivers/staging/most/aim-sound/sound.c [new file with mode: 0644]