summaryrefslogtreecommitdiffstats
path: root/libc/kernel
Commit message (Collapse)AuthorAgeFilesLines
* bionic: Add msm_voicerec_mode struct to msm_audio.h and ioctl to set it.Ashraya Arya2009-08-041-0/+12
|
* Merge commit 'quic/korg/donut' into donutShilpa Gopal2009-08-034-1/+116
|\
| * update clean msm_camera.hIliyan Malchev2009-06-231-24/+26
| | | | | | | | Signed-off-by: Iliyan Malchev <malchev@google.com>
| * Update cleaned-up kernel headersDavid 'Digit' Turner2009-06-162-35/+35
| |
| * Add new clean header for PPP on PPTP (VPN)David 'Digit' Turner2009-06-121-0/+28
| |
| * bionic: update msm_camera.h headerIliyan Malchev2009-06-041-38/+38
| | | | | | | | Signed-off-by: Iliyan Malchev <malchev@google.com>
| * add msm_camera.h header and .gitignore file to bionicIliyan Malchev2009-05-261-0/+354
| | | | | | | | Signed-off-by: Iliyan Malchev <malchev@google.com>
| * update msm_adsp.h headerIliyan Malchev2009-05-261-7/+13
| | | | | | | | Signed-off-by: Iliyan Malchev <malchev@google.com>
| * Add <linux/ipsec.h> and <linux/if_pppolac.h> for VPN support.David 'Digit' Turner2009-05-204-2/+88
| | | | | | | | Also update tools/update_all.py to not use perforce add/edit/delete commands automatically now that we're using git
* | Merge change 4342 into donutQuIC Gerrit Code Review2009-07-311-230/+194
|\ \ | | | | | | | | | | | | * changes: camera: Initial release of camera feature 2.0.
| * | camera: Initial release of camera feature 2.0.Shuzhen Wang2009-07-281-230/+194
| | |
* | | bionic: Add API to set the max volume on all devices.Peter Lohmann2009-07-231-0/+1
|/ /
* | bionic: Add volume path (RX/TX) struct and ioctl.Peter Lohmann2009-07-171-0/+6
| |
* | bionic: Add new IOCTL to support MBADRCSuresh Vankadara2009-07-161-0/+6
| | | | | | | | | | | | | | Update to include new ioctl AUDIO_SET_MBADRC and bit masks related to pre-processing feature. This corresponds to kernel gerrit IDs: 3921, 4017
* | Merge change 3999 into donutQuIC Gerrit Code Review2009-07-161-1/+3
|\ \ | | | | | | | | | | | | * changes: bionic: add dvs fields and change intra_refresh field name
| * | bionic: add dvs fields and change intra_refresh field nameSusan Brownhill2009-07-071-1/+3
| | | | | | | | | | | | Signed-off-by: Susan Brownhill <sbrownhi@quicinc.com>
* | | Bionic: Update msm_audio.h to support multiple device combinationsAshraya Arya2009-07-091-0/+6
|/ /
* | Bionic: Update msm_audio.h to support volume, pan and QConcertPlusSuresh Vankadara2009-06-231-0/+7
| | | | | | | | Signed-off-by: Suresh Vankadara <svankada@qualcomm.com>
* | Bionic: sync kernel changes in android_pmem.h to bionicLarry Bassel2009-06-211-0/+10
| | | | | | | | Signed-off-by: Larry Bassel <lbassel@quicinc.com>
* | Merge change 2762 into donutQuIC Gerrit Code Review2009-06-211-1/+10
|\ \ | | | | | | | | | | | | * changes: bionic: msm framebuffer header merge
| * | bionic: msm framebuffer header mergeJoon Rhee2009-06-171-1/+10
| | | | | | | | | | | | | | | | | | Add mdp histogram and lut operation. Signed-off-by: Joon Rhee <jrhee@quicinc.com>
* | | Merge change 2679 into donutQuIC Gerrit Code Review2009-06-211-0/+4
|\ \ \ | | | | | | | | | | | | | | | | * changes: camera: Add defines for post processing.
| * | | camera: Add defines for post processing.Jignesh Mehta2009-06-161-0/+4
| | | | | | | | | | | | | | | | | | | | Add defines for preview, snapshot and raw snapshot post processing. Signed-off-by: Jignesh Mehta <c_jmehta@quicinc.com>
* | | | Merge change 2678 into donutQuIC Gerrit Code Review2009-06-211-0/+2
|\ \ \ \ | |/ / / | | | | | | | | | | | | * changes: camera: Add MSM_CAM_IOCTL_AF_CTRL and MSM_CAM_IOCTL_AF_CTRL_DONE
| * | | camera: Add MSM_CAM_IOCTL_AF_CTRL and MSM_CAM_IOCTL_AF_CTRL_DONEJignesh Mehta2009-06-161-0/+2
| |/ / | | | | | | | | | | | | | | | | | | For AF control command, add the above two ITCTLs. CRs-Fixed: 183633 Signed-off-by: Jignesh Mehta <c_jmehta@quicinc.com>
* | | Bionic: Updating msm_audio.h to support NT2 Stream InfoZeng, Helen2009-06-121-1/+16
| | | | | | | | | | | | | | | | | | | | | This corresponds to kernel gerrit ID: 2230 This patch should be merged to mainline after 2544 (Gerrit ID) is merged first.
* | | bionic: msm: audio: Add asynchronous I/O interface definitionLai, Patrick2009-06-121-0/+19
|/ / | | | | | | | | | | | | | | Add asynchronous I/O interface definition so user-space application can pass input/output buffer and get buffer_done message asynchronously Signed-off-by: Patrick Lai <plai@quicinc.com>
* | bionic: merge the scropion/qdsp6 interface version 2.1Sastrula, Rajesh2009-06-101-1/+3
| | | | | | | | Signed-off-by: Sastrula, Rajesh <vrajesh@quicinc.com>
* | camera: Separate different stats enable types in cfg_cmd_type_t.Shuzhen Wang2009-06-051-1/+2
| | | | | | | | | | | | | | This is to accomodate differences in stats handling between 7k and 8k. Corresponding kernel change is c05ecb67259. Signed-off-by: Shuzhen Wang <shuzhenw@quicinc.com>
* | Python scripts : Generating Kernel headersc_gpkann2009-06-051-1/+1
| | | | | | | | | | | | Corrected the script to get the valid directory path CRs-Fixed :183627
* | Bionic: Updating msm_audio.h to support NT2Zeng, Xiaoyun2009-06-051-0/+1
| | | | | | | | This corresponds to kernel gerrit ID: 620
* | Bionic: Updating msm_audio.h to enable AGC/AVCZeng, Xiaoyun2009-06-021-0/+3
| | | | | | | | This corresponds to kernel gerrit ID: 320
* | bionic: merge the new video driver interface change with Q6Sastrula, Rajesh2009-06-021-17/+74
| |
* | Camera: Auto focus step value for BAM and FOXCONN moduleMehta, Jignesh2009-06-021-1/+3
| | | | | | | | | | | | Added number of steps in kernel header file. Signed-off-by: Jignesh Mehta <c_jmehta@quicinc.com>
* | bionic: Add header file of Voice Memo driverRajesha Kini2009-06-011-0/+71
| |
* | Remove unsupported special effects from msm_camera.h.Shuzhen Wang2009-06-011-5/+5
| |
* | platform/bionic:merge changes from kernel/msm_audio.hSanal Sundaran c_sanals@quicinc.com2009-06-011-0/+5
| | | | | | | | generated msm_audio.h from kernel/msm_audio.h using clean_header script
* | Initial ContributionQualcomm Innovation Center2009-05-0211-192/+1198
|/
* AI 143161: am: CL 142857 Add some bluring to the animation. This requires a ↵Mathias Agopian2009-03-271-0/+1
| | | | | | | | | new kernel which will be checked-in later, at which point the blur effect will automatically be enabled. Original author: mathias Merged from: //branches/cupcake/... Automated import of CL 143161
* auto import from //branches/cupcake_rel/...@140373The Android Open Source Project2009-03-181-0/+1
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-03740-0/+57370
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-03740-57370/+0
|
* auto import from //branches/cupcake/...@132276The Android Open Source Project2009-02-191-0/+4
|
* auto import from //branches/cupcake/...@125939The Android Open Source Project2009-01-098-2/+290
|
* Code drop from //branches/cupcake/...@124589The Android Open Source Project2008-12-17166-29/+7354
|
* Initial Contributionandroid-1.0The Android Open Source Project2008-10-21577-0/+49753