Staging: HTC Dream: add qdsp support
authorIliyan Malchev <ibm@android.com>
Fri, 17 Jul 2009 11:10:30 +0000 (13:10 +0200)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 15 Sep 2009 19:01:43 +0000 (12:01 -0700)
commitcaff4caead44f6a1ed0bc8ca50d8607d01f69b78
tree2fd9b777e509af1da825753e44c416f369f20660
parent7bf06dace0ed0f3ced257c1906409890c32f9664
Staging: HTC Dream: add qdsp support

QDSP code is neccessarry for communication with some hardware
components on HTC Dream, including camera hardware. It also drives DSP
coproccessor.

Signed-off-by: Pavel Machek <pavel@ucw.cz>
Cc: Brian Swetland <swetland@google.com>
Cc: Iliyan Malchev <ibm@android.com>
Cc: San Mehat <san@android.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
28 files changed:
drivers/staging/dream/qdsp5/Makefile [new file with mode: 0644]
drivers/staging/dream/qdsp5/adsp.c [new file with mode: 0644]
drivers/staging/dream/qdsp5/adsp.h [new file with mode: 0644]
drivers/staging/dream/qdsp5/adsp_6210.c [new file with mode: 0644]
drivers/staging/dream/qdsp5/adsp_6220.c [new file with mode: 0644]
drivers/staging/dream/qdsp5/adsp_6225.c [new file with mode: 0644]
drivers/staging/dream/qdsp5/adsp_driver.c [new file with mode: 0644]
drivers/staging/dream/qdsp5/adsp_info.c [new file with mode: 0644]
drivers/staging/dream/qdsp5/adsp_jpeg_patch_event.c [new file with mode: 0644]
drivers/staging/dream/qdsp5/adsp_jpeg_verify_cmd.c [new file with mode: 0644]
drivers/staging/dream/qdsp5/adsp_lpm_verify_cmd.c [new file with mode: 0644]
drivers/staging/dream/qdsp5/adsp_vfe_patch_event.c [new file with mode: 0644]
drivers/staging/dream/qdsp5/adsp_vfe_verify_cmd.c [new file with mode: 0644]
drivers/staging/dream/qdsp5/adsp_video_verify_cmd.c [new file with mode: 0644]
drivers/staging/dream/qdsp5/adsp_videoenc_verify_cmd.c [new file with mode: 0644]
drivers/staging/dream/qdsp5/audio_aac.c [new file with mode: 0644]
drivers/staging/dream/qdsp5/audio_amrnb.c [new file with mode: 0644]
drivers/staging/dream/qdsp5/audio_evrc.c [new file with mode: 0644]
drivers/staging/dream/qdsp5/audio_in.c [new file with mode: 0644]
drivers/staging/dream/qdsp5/audio_mp3.c [new file with mode: 0644]
drivers/staging/dream/qdsp5/audio_out.c [new file with mode: 0644]
drivers/staging/dream/qdsp5/audio_qcelp.c [new file with mode: 0644]
drivers/staging/dream/qdsp5/audmgr.c [new file with mode: 0644]
drivers/staging/dream/qdsp5/audmgr.h [new file with mode: 0644]
drivers/staging/dream/qdsp5/audmgr_new.h [new file with mode: 0644]
drivers/staging/dream/qdsp5/audpp.c [new file with mode: 0644]
drivers/staging/dream/qdsp5/evlog.h [new file with mode: 0644]
drivers/staging/dream/qdsp5/snd.c [new file with mode: 0644]