]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
goldfish: audio support
authorAlan Cox <alan@linux.intel.com>
Wed, 23 Jan 2013 14:13:52 +0000 (14:13 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 24 Jan 2013 21:51:38 +0000 (13:51 -0800)
commit2e82b83dc30e515ca3e03e79d4a398f30d796903
treec1e188b1df1fb57086e4b5ca7a90c75b331d25d4
parent17c4c9db4a33ae0a8dcfafab3dc59a83ccaf6076
goldfish: audio support

(remove change to another file that escaped into the patch set)

From: Mike Lockwood <lockwood@google.com>

Provide a simple audio channel between the kernel and the emulator that host
sit. Queued for staging right now as this ought to be an ALSA driver not
just a dumb device of its own making.

Signed-off-by: Mike A. Chan <mikechan@google.com>
[x86 support]
Signed-off-by: Sheng Yang <sheng@linux.intel.com>
Signed-off-by: Yunhong Jiang <yunhong.jiang@intel.com>
Signed-off-by: Xiaohui Xin <xiaohui.xin@intel.com>
Signed-off-by: Jun Nakajima <jun.nakajima@intel.com>
Signed-off-by: Bruce Beare <bruce.j.beare@intel.com>
[Clean up]
Signed-off-by: Alan Cox <alan@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/Kconfig
drivers/staging/Makefile
drivers/staging/goldfish/Kconfig [new file with mode: 0644]
drivers/staging/goldfish/Makefile [new file with mode: 0644]
drivers/staging/goldfish/README [new file with mode: 0644]
drivers/staging/goldfish/goldfish_audio.c [new file with mode: 0644]