summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix sepolicy compile errordhacker292014-12-131-1/+1
| | | | Change-Id: Ia4afd91237693216d231ec961d4ffc6268741514
* tuna: update Phone overlayMichael Limb2014-12-132-0/+1
| | | | | | New location is services/Telephony, lets reflect that Change-Id: Ib075637e3d725aacbd4ff6f6104bc4c8a5c1ff45
* tuna: no sync framework supportMichael Limb2014-12-131-0/+3
| | | | | | Show this is true by toggling the flag Change-Id: Ie7c77165fe48eaf7288b7979de1122ddd39741f1
* tuna: add 4.4 loudness enhancerMichael Limb2014-12-131-0/+7
| | | | Change-Id: Ia1af318774c5603a04fbcfbeca6778ec8c210ddf
* tuna: update sdcard service for kitkatMichael Limb2014-12-131-1/+1
| | | | | | New version is much more legible! Change-Id: I9967e98a94a6ec26ad97d50c8e139c7482482fdc
* tuna: update media codecs for 4.4Michael Limb2014-12-131-2/+3
| | | | | | Use vp8 and vp9 decoder, fix vp8 naming for encoder Change-Id: I7f29eb37fba096f75854580131dcc2480f24c2bc
* tuna: update sensors to new layoutMichael Limb2014-12-131-1/+1
| | | | | 65xx has been added for hammerhead, need to update to reflect 60xx for tuna (manta needs this as well)
* Enable Bluetooth 4.0 (BLE) for tuna-based devicesHelvio Pedreschi2014-11-142-3/+4
| | | | | | | | - Needed to: http://review.cyanogenmod.org/46543 http://review.cyanogenmod.org/46989 Change-Id: If299d291a401ddeff17b6d0db5b2df1059ea3a18
* Tuna : OTG supportDanesh M2014-11-141-0/+2
| | | | | | Fix otg support for 4.3 Change-Id: Iab78b75b507b6c12fb2c60e7410d4957c4ad7867
* recovery: Set RECOVERY_FSTAB_VERSIONBrint E. Kriebel2014-11-141-0/+3
| | | | | | | Tuna devices use the new recovery.fstab format, set RECOVERY_FSTAB_VERSION=2 to indicate this. Change-Id: I3284b345480d7db6458270eca56ed8e5b8dbd2c4
* Setup common tuna extract-files/remove Google self-extractorsdhacker292014-11-144-0/+384
| | | | | | | | | Since tuna devices are no longer maintained by AOSP there is no need to have multiple locations and duplicate files. This Will put all common files in vendor/samsung/tuna and device specific ones in vendor/samsung/$(DEVICE). Change-Id: I51bba2e62a1b511958856863f0a0fceac957704e
* Revert "Include specialized copy of libskia for playback of Saved Webpages."Ziyann2014-11-141-6/+0
| | | | | | | | This reverts commit 281d8a5a1c3295ecb5d8a4050e45637f9f5c65e7. Deprecated in kitkat. Change-Id: I70fd8284465491f3eadcdc1b595b9de27d7f200d
* tuna: remove screen timeout overlayZiyann2014-11-1449-1534/+0
| | | | Change-Id: I91fafab5886d7022c24d5d966f521ea11d35ba14
* Review power freq on screen off codeKalimochoAz2014-11-141-7/+3
| | | | | | | Review general code removed non sense comparation "on ?" since is extra Change-Id: I285368dbb449e4234e9cea8846c087fc4f3200f3
* tuna: power: make sure we don't apply the screen off freq on screen onEmilio López2014-11-141-1/+7
| | | | | | | This fixes issues when pressing the power button repeatedly in a short period of time. The "on" call might not run, and when we re-read the value on screen off to store it, we will be actually reading the capped screen off value. Make sure that's not the case.
* tuna: add cpu boost hintSteve Kondik2014-11-141-6/+12
| | | | | | Code copied from Steve Kondik's commit. Change-Id: I7576534132940ef0820af91f2d314055fbd84411
* tuna: PowerHAL: Define constants for CPUfreq pathsZiyann2014-11-141-15/+10
| | | | | | | | | | Same CPUfreq paths are used many times in the code. This patch defines constants for them. Cherry-picked and adjusted for tuna from http://omapzoom.org/?p=device/ti/blaze_tablet.git;a=commit;h=f5ee7ba155978bd9e547c079b521a1a249bdefab Change-Id: I07519ad70a2f243c6fe68b26dc8b409e6223772e
* tuna: PowerHAL: Check that PowerHAL is successfully initializedZiyann2014-11-141-1/+15
| | | | | | | | | | It doesn't make any sense to do something if PowerHAL couldn't setup initial parameters successfully. Cherry-picked and adjusted for tuna from http://omapzoom.org/?p=device/ti/blaze_tablet.git;a=commit;h=5b250f0dbc8fa43f8ff9e45151730b5b733c5ed0 Change-Id: I4e87f6b7be53e52f21f02cc500c8a1096f70df5f
* Fixed overclocking Power HAL modulePaul Reioux2014-11-141-2/+41
| | | | Change-Id: I7fc7c517e04eee3933ab7107e788b50e41270b67
* tuna: PowerHAL: Change obsolete designated initializers syntaxZiyann2014-11-141-15/+15
| | | | | | | | | | | | Designated initializers syntax which is used to initialize HAL_MODULE_INFO_SYM is obsolete since GCC 2.5: http://gcc.gnu.org/onlinedocs/gcc/Designated-Inits.html This patch changes syntax to usual one. Cherry-picked from http://omapzoom.org/?p=device/ti/blaze_tablet.git;a=commit;h=361e9eab2dd455588327612c31623396725fdb1a Change-Id: I7ed930bd6cf0f44f1503947c9abbc93a9ef99821
* tuna: prebuilt kernel (ashmem deadlock)Todd Poynor2013-06-100-0/+0
| | | | | | | fb3c9ac ashmem: avoid deadlock between read and mmap calls Bug: 9261835 Change-Id: Idee2ef89aa2d1cb88bd39cdadf6f1e1630c2ae40
* tuna: prebuilt kernel (no modules)Todd Poynor2013-06-030-0/+0
| | | | | | fbc1a9d arm: OMAP4: tuna: turn off module support Change-Id: Ia0f52a7e918ae9e276913298f1ac43a6cdb06176
* tuna: prebuilt kernel (perf_event_open security fix)Todd Poynor2013-05-140-0/+0
| | | | | | | | | d0618c1 Merge branch 'android-omap-3.0' into android-omap-tuna-3.0 00349b5 Merge branch 'android-3.0' into android-omap-3.0 db73373 perf: Treat attr.config as u64 in perf_swevent_init() Change-Id: Ib971763f99552568f10cc5e06461171f56b210ad Bugs: 8962304
* Merge "Clean up bluetooth le feature file" into jb-mr2-devMatthew Xie2013-05-101-0/+1
|\
| * Clean up bluetooth le feature fileMatthew Xie2013-05-091-0/+1
| | | | | | | | | | | | bug 8664724 Change-Id: I2a092694c2b21fe39db6e5ed484020b85a2eb202
* | Turn off BLE, GATT, and SMP of Bluetooth stackMatthew Xie2013-05-082-3/+5
|/ | | | | | bug 8664724 Change-Id: Ic84c089fb892e7b5c06beb0245347b97ca497216
* Add label for accelerometer deviceBen Gruver2013-05-021-1/+4
| | | | Change-Id: I5950eb8accd7bb93559aad0104b6d90f6db21fa7
* Move rule for dsscomp to its own sectionBen Gruver2013-05-021-1/+3
| | | | Change-Id: Ifb66070f2b2caaa2f95ddc5eb98c66a011c38218
* Label dsscomp as graphics_device for tunaBen Gruver2013-05-021-1/+1
| | | | Change-Id: I1e8f623799fe015e83b433236eb76ad68ac3af5d
* tuna: prebuilt kernel (shutdown hang, SELinux)Todd Poynor2013-04-300-0/+0
| | | | | | | | | | | | | 29a0751 Enable SELinux and its dependencies. d6b0486 Merge branch 'android-omap-3.0' into android-omap-tuna-3.0 958dc5c Merge branch 'android-3.0' into android-omap-3.0 59bc192 Add permission checking for binder IPC. d893646 HACK: tuna: blank screen at reboot time 01778ce HACK: tuna: dss: skip shutdown at reboot Bug: 6816255 Bug: 8352128 Change-Id: Ia676446246dc4c1b33f294f67fa1d2343d459e79
* Merge "tuna: require bootloader PRIMEMD04" into jb-mr2-devTodd Poynor2013-04-301-1/+1
|\
| * tuna: require bootloader PRIMEMD04Todd Poynor2013-04-291-1/+1
| | | | | | | | | | Bug: 8489455 Change-Id: I022fd4b5ce81d562e62b93c8d335e489c513b078
* | Remove wifi_p2p network.Robert Greenwalt2013-04-291-1/+0
|/ | | | | | | | | | The state tracker wasn't really reporting p2p info anyway so this was broken and was confusing people as it used straight wifi as its type, giving 2 wifi networks and generating extra broadcasts. bug:8658717 Change-Id: I3deb0c62e8112abb0bbd546f00f167d58047775f
* tuna: wlan: Add wpa_supplicant overlay file supportDmitry Shmidt2013-04-251-3/+8
| | | | | | | Bug: 8725307 Change-Id: I4bfe6887086517f0901033b3b68ad39e0999ab16 Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
* Move dsscomp out to main selinux policy.repo sync2013-04-241-1/+0
| | | | | Bug: 4070557 Change-Id: If6bf5e6adadaea61cc25ff91f066222143b9cfba
* Copy android.hardware.bluetooth_le.xml permission fileMatthew Xie2013-04-231-1/+2
| | | | | | bug 8369273 Change-Id: I2e5bb02a3e8b82219bcaa125fab93a1e87ad8339
* Override HDMI rotation when undocked.Jeff Brown2013-04-171-0/+1
| | | | | | | | | | | | | | | The hardware composer HAL does not fully support multiple displays so we must force the orientation to landscape when plugged into HDMI and not docked so that mirrored framebuffer content appears in the correct orientation on the display. Note that when plugged into a portrait dock with HDMI, the HAL disables mirroring of the framebuffer and instead only mirrors video surfaces and internally transforms them to landscape orientation. Bug: 8511721 Change-Id: I11248daade288e774b446ec1482dbac745d8aa62
* tuna: prebuilt kernel (bt debug)Todd Poynor2013-04-120-0/+0
| | | | | | | 57cef7b tuna: bluetooth: add debugfs file for dumping state Bug: 6891970 Change-Id: I86c5b210cb10fe08fe637bb64d4acc2d99b30c18
* tuna: dumpstate: dump bluetooth kernel stateTodd Poynor2013-04-111-0/+1
| | | | | | | Dump /d/bt in bugreports. Bug: 6891970 Change-Id: I4b0e03acb74de61bcd2bbe306e0e6a15919da0cd
* Remove deprecated recovery.fstabKen Sumrall2013-04-101-12/+0
| | | | Change-Id: I74cd6c71f6c5b8146e9afb3d837131f1da4b2476
* Add liblogYing Wang2013-04-091-1/+1
| | | | | Bug: 8580410 Change-Id: I0aaa2bbe1702491079c1763de7d7e0c00cb8117f
* tuna: prebuilt kernel (fix shutdown hang)Todd Poynor2013-04-050-0/+0
| | | | | | | | | 51430df Merge branch 'android-omap-3.0' into android-omap-tuna-3.0 fc18e84 Merge branch 'linux-omap-3.0' into android-omap-3.0 c0a5efa watchdog: omap_wdt: pet, do not disable, WDT at shutdown Bug: 6816255 Change-Id: I066e35d2cad1fd32f42a8b61659a115059c98004
* tuna: prebuilt kernel (stable 3.0.72, security fix for CVE-2013-0914)Todd Poynor2013-04-050-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | BUG: 8531623 (fixed in 42cd411 signal: always clear sa_restorer on execve) 6d19728 Merge branch 'android-omap-3.0' into android-omap-tuna-3.0 617c605 Merge branch 'linux-omap-3.0' into android-omap-3.0 e69203b Merge branch 'android-3.0' into android-omap-3.0 1c354b6 ext4: fixup 64-bit divides in 3.0-stable backport of upstream fix 7f2aad7 ext4: fixup 64-bit divides in 3.0-stable backport of upstream fix 20f048f Merge branch 'linux-omap-3.0' into android-omap-3.0 033e18f Merge branch 'android-3.0' into android-omap-3.0 352c6ab Merge tag 'v3.0.72' into linux-omap-3.0 12b8684 Merge tag 'v3.0.72' into android-3.0 ae78591 Linux 3.0.72 f6cab49 bonding: get netdev_rx_handler_unregister out of locks 31f516f iommu/amd: Make sure dma_ops are set for hotplug devices 5229aee smsc75xx: fix jumbo frame support 3beceaf pch_gbe: fix ip_summed checksum reporting on rx cb241ae net: add a synchronize_net() in netdev_rx_handler_unregister() 3d24795 ks8851: Fix interpretation of rxlen field. 79f0840 ipv6: fix bad free of addrconf_init_net be40998 atl1e: drop pci-msi support because of packet corruption 85d17d2 drivers: net: ethernet: davinci_emac: use netif_wake_queue() while restarting tx queue 5a37b9a aoe: reserve enough headroom on skbs 92a33e5 unix: fix a race condition in unix_release() 0cbf0cb thermal: shorten too long mcast group name 9829fe9 8021q: fix a potential use-after-free 0132619 tcp: undo spurious timeout after SACK reneging 0655131 tcp: preserve ACK clocking in TSO 40e954e sky2: Threshold for Pause Packet is set wrong 0b1a48c sky2: Receive Overflows not counted 396db58 tracing: Prevent buffer overwrite disabled for latency tracers b9736c0 tracing: Protect tracer flags with trace_types_lock 503f4bd ext4: use atomic64_t for the per-flexbg free_clusters count 7fb54ba efivars: Handle duplicate names from get_next_variable() c2ff015 efivars: explicitly calculate length of VariableName 22b2f9a drm/i915: Don't clobber crtc->fb when queue_flip fails 08b2dce drm/i915: don't set unpin_work if vblank_get fails 7e36f50 nfsd4: reject "negative" acl lengths 582b4c3 loop: prevent bdev freeing while device in use 956fc76 KVM: x86: invalid opcode oops on SET_SREGS with OSXSAVE bit set (CVE-2012-4461) d9e61db mm/hotplug: correctly add new zone to all other nodes' zone lists 16df765 KVM: Fix buffer overflow in kvm_set_irq() d1cc80b macvtap: zerocopy: validate vectors before building skb 8868dae KVM: Ensure all vcpus are consistent with in-kernel irqchip settings 2c34b4a NFS: nfs_getaclargs.acl_len is a size_t 01b140a NFSv4: Fix an Oops in the NFSv4 getacl code c938c22 NFSv4: include bitmap in nfsv4 get acl data 0072625 KVM: x86: Prevent starting PIT timers in the absence of irqchip support 2e8e2c7 batman-adv: Only write requested number of byte to user buffer 19c0a0f batman-adv: bat_socket_read missing checks 7f3ea0c x25: Handle undersized/fragmented skbs 21f9f52 x25: Validate incoming call user data lengths d104388 KVM: Clean up error handling during VCPU creation 8c70289 Btrfs: limit the global reserve to 512mb 98b3faa usb: xhci: Fix TRB transfer length macro used for Event TRB. c7eff973 net/irda: add missing error path release_sock call b9f1f48 mwifiex: cancel cmd timer and free curr_cmd in shutdown process 8cc034e vt: synchronize_rcu() under spinlock is not nice... 19c85a5 usb: ftdi_sio: Add support for Mitsubishi FX-USB-AW/-BD 460c497 xen-blkback: fix dispatch_rw_block_io() error path 1c9c090 b43: A fix for DMA transmission sequence errors b76c1ea sysfs: handle failure path correctly for readdir() f366c8f sysfs: fix race between readdir and lseek 3d8c163 staging: comedi: s626: fix continuous acquisition 9a0f79c Bluetooth: Add support for Dell[QCA 0cf3:817a] 54f0a27 Bluetooth: Add support for Dell[QCA 0cf3:0036] 3d422b3 Bluetooth: Fix not closing SCO sockets in the BT_CONNECT2 state e260b28 SUNRPC: Add barriers to ensure read ordering in rpc_wake_up_task_queue_locked 405c3dd kernel/signal.c: use __ARCH_HAS_SA_RESTORER instead of SA_RESTORER 1c19053 signal: Define __ARCH_HAS_SA_RESTORER so we know whether to clear sa_restorer 555a5d6 Linux 3.0.71 f2c1a6c asus-laptop: Do not call HWRS on init 9fbbadf rt2x00: error in configurations with mesh support disabled ea8d2d1 exec: use -ELOOP for max recursion depth 7396043 i915: initialize CADL in opregion cb536e4 udf: avoid info leak on export 89e2149 isofs: avoid info leak on export c185083 Fix: compat_rw_copy_check_uvector() misuse in aio, readv, writev, and security keys 8fc3983 key: Fix resource leak d79c29b USB: io_ti: fix get_icount for two port adapters 2f4e0bb USB: garmin_gps: fix memory leak on disconnect 400ac27 udf: Fix bitmap overflow on large filesystems with small block size 28a4b1b USB: serial: fix interface refcounting 1f9e70f USB: xhci - fix bit definitions for IMAN register 84bde65 x86-64: Fix the failure case in copy_user_handle_tail() 611f2aa clockevents: Don't allow dummy broadcast timers 52bc8dc IPoIB: Fix send lockup due to missed TX completion b5b9400 usb-storage: add unusual_devs entry for Samsung YP-Z3 mp3 player 84bd174 ext4: fix the wrong number of the allocated blocks in ext4_split_extent() 554d123 cifs: ignore everything in SPNEGO blob after mechTypes 3993d37 mm/hugetlb: fix total hugetlbfs pages count when using memory overcommit accouting b599876 KMS: fix EDID detailed timing vsync parsing 28513ea drm/i915: bounds check execbuffer relocation count 23e90aa mwifiex: fix potential out-of-boundary access to ibss rate table 7bdb127 tracing: Fix free of probe entry by calling call_rcu_sched() cdeff82 tracing: Fix race in snapshot swapping 7ace9c4 drm/i915: restrict kernel address leak in debugfs 48a6edd ALSA: snd-usb: mixer: ignore -EINVAL in snd_usb_mixer_controls() 8eb3446 ALSA: snd-usb: mixer: propagate errors up the call chain 90c925a ALSA: hda - Fix typo in checking IEC958 emphasis bit 9bb104c sfc: Only use TX push if a single descriptor is to be written ad0c4a9 sfc: Disable soft interrupt handling during efx_device_detach_sync() c62fe65 sfc: Detach net device when stopping queues for reconfiguration 67d8c10 sfc: Fix efx_rx_buf_offset() in the presence of swiotlb bbd3cfb sfc: Properly sync RX DMA buffer when it is not the last in the page 16cec22 sfc: Fix timekeeping in efx_mcdi_poll() 376ed84 sfc: lock TX queues when calling netif_device_detach() 442933f sfc: Fix two causes of flush failure 886033e sfc: Convert firmware subtypes to native byte order in efx_mcdi_get_board_cfg() c7c9da1 sfc: Do not attempt to flush queues if DMA is disabled dc37804 sfc: Fix Siena mac statistics on big endian platforms de279fd sfc: Fix loop condition for efx_filter_search() when !for_insert 7b7a1b8 inet: limit length of fragment queue hash table bucket lists 110789d rtnetlink: Mask the rta_type when range checking 1b92d59 ipv4: fix definition of FIB_TABLE_HASHSZ 3aa3081 sctp: don't break the loop while meeting the active_path so as to find the matched transport 0f4bab2 netconsole: don't call __netpoll_cleanup() while atomic c8b46f4 net/ipv4: Ensure that location of timestamp option is stored bf40057 sunsu: Fix panic in case of nonexistent port at "console=ttySY" cmdline option 28de3b3 Revert "USB: EHCI: don't check DMA values in QH overlays" ef4fb40 Linux 3.0.70 5678a76 dcbnl: fix various netlink info leaks 3385fcd rtnl: fix info leak on RTM_GETLINK request for VF devices 2f401a6 ipv6: stop multicast forwarding to process interface scoped addresses b826847 bridging: fix rx_handlers return code 6ae1c7c netlabel: correctly list all the static label mappings 20ef510 tun: add a missing nf_reset() in tun_net_xmit() b1a7a76 tcp: fix double-counted receiver RTT when leaving receiver fast path e7a432a net: ipv6: Don't purge default router if accept_ra=2 36561fe rds: limit the size allocated by rds_message_alloc() a965143 l2tp: Restore socket refcount when sendmsg succeeds 965fa30 loopdev: fix a deadlock 827401f block: use i_size_write() in bd_set_size() e97d818 hwmon: (sht15) Fix memory leak if regulator_enable() fails f77ce97 drm/i915: EBUSY status handling added to i915_gem_fault(). d039dc5 btrfs: use rcu_barrier() to wait for bdev puts at unmount 2932ef2 s390/mm: fix flush_tlb_kernel_range() 68e0bbe perf,x86: fix link failure for non-Intel configs fe204aa perf,x86: fix wrmsr_on_cpu() warning on suspend/resume 87a42f2 perf,x86: fix kernel crash with PEBS/BTS after suspend/resume 5e44eef selinux: use GFP_ATOMIC under spin_lock 99c817e powerpc: Fix cputable entry for 970MP rev 1.0 47c8992 w1: fix oops when w1_search is called from netlink connector b25a5de hwmon: (lineage-pem) Add missing terminating entry for pem_[input|fan]_attributes d095606 ALSA: seq: Fix missing error handling in snd_seq_timer_open() 4fa9b6e Revert duplicated perf commit. f18f43c md: protect against crash upon fsync on ro array 1fc6d3a TTY: do not reset master's packet mode e88da4a tty: serial: fix typo "ARCH_S5P6450" 64365dd ext3: Fix format string issues 42cd411 signal: always clear sa_restorer on execve e41eeb8 staging: vt6656: Fix oops on resume from suspend. 4fba7d1 USB: EHCI: don't check DMA values in QH overlays 581964e USB: storage: fix Huawei mode switching regression 47003ab usb: serial: Add Rigblaster Advantage to device table d2ea887 USB: added support for Cinterion's products AH6 and PLS8 0b709dd usb: cp210x new Vendor/Device IDs c0863b3 USB: cdc-wdm: fix buffer overflow 77dd40c USB: option: add Huawei E5331 22220e7 virtio: rng: disallow multiple device registrations, fixes crashes 74bb0c4 qcaux: add Franklin U600 b86163d Linux 3.0.69 3241d80 dmi_scan: fix missing check for _DMI_ signature in smbios_present() cf8b967 decnet: Fix disappearing sysctl entries c2fbc9d ftrace: Update the kconfig for DYNAMIC_FTRACE eb868f2 Fix memory leak in cpufreq stats. 542e9d5 vfs: fix pipe counter breakage 6e753e5 keys: fix race with concurrent install_user_keyrings() ce38f02 e1000e: fix pci-device enable-counter balance 50a885c ALSA: vmaster: Fix slave change notification 3006150 ALSA: ice1712: Initialize card->private_data properly 98fbe03 drm/radeon: add primary dac adj quirk for R200 board 4f7a207 hwmon: (sht15) Check return value of regulator_enable() d726c47 md: raid0: fix error return from create_stripe_zones. b77a7b6 ath9k: fix RSSI dummy marker value 728975e hw_random: make buffer usable in scatterlist. 5295f18 SUNRPC: Don't start the retransmission timer when out of socket space 53c4e85 cifs: ensure that cifs_get_root() only traverses directories 1244d24 btrfs: Init io_lock after cloning btrfs device struct 21a3473 target/pscsi: Fix page increment c9ad623 SCSI: dc395x: uninitialized variable in device_alloc() 8b0b580 ARM: fix scheduling while atomic warning in alignment handling code 95a2b9b ARM: VFP: fix emulation of second VFP instruction Change-Id: If4e6b0537158e11f9661796778ed0075dfddcc97
* audio: implement mute on hdmi multichannelEric Laurent2013-04-041-1/+18
| | | | | | | | | | | On direct output streams the audio HAL must implement the volume function. In the case of HDMI the only function required is to mute audio when volume is 0 as volume is defined as fixed on digital output streams. Bug 8541062 Change-Id: I4b4e28a910e7b321b3a68567e9ad03fede065ca8
* Rename AOSP builds to aosp_*Jean-Baptiste Queru2013-03-253-2/+21
| | | | Change-Id: I6acb7acc2e5220603dd692888a8ce1f145119944
* tuna: prebuilt kernelTodd Poynor2013-03-220-0/+0
| | | | | | | | | f6b891a Merge branch 'android-omap-3.0' into android-omap-tuna-3.0 ad4f2bf Merge branch 'android-3.0' into android-omap-3.0 0bb6ee4 gpu: ion: Modify ION_NUM_HEAPS to reflect actual max Bug: 8027373 Change-Id: Id346c4729cc490644c3a0b7f5913e720122ef228
* am 79147936: am 96a4697a: Merge "Remove unused samsung/tuna ↵Elliott Hughes2013-03-221-1/+0
|\ | | | | | | | | | | | | ARCH_ARM_HAVE_TLS_REGISTER." * commit '300ca448d2d0c1b389214c2c2e41a76187102c30': Remove unused samsung/tuna ARCH_ARM_HAVE_TLS_REGISTER.
| * am 96a4697a: Merge "Remove unused samsung/tuna ARCH_ARM_HAVE_TLS_REGISTER."Elliott Hughes2013-03-221-1/+0
| |\ | | | | | | | | | | | | * commit 'd45a027764aedb26aadbd1bfdd41ce33e4ba5240': Remove unused samsung/tuna ARCH_ARM_HAVE_TLS_REGISTER.
| | * Merge "Remove unused samsung/tuna ARCH_ARM_HAVE_TLS_REGISTER."Elliott Hughes2013-03-221-1/+0
| | |\
| | | * Remove unused samsung/tuna ARCH_ARM_HAVE_TLS_REGISTER.Elliott Hughes2013-03-211-1/+0
| | |/ | | | | | | | | | Change-Id: I5d3b66a643bc456919983477c9b845edb8192fb6