Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: broodplank/platform_system_core
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: kk-4.4
Choose a base ref
...
head repository: AOSP-S4/platform_system_core
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: kk-4.4
Choose a head ref
Able to merge. These branches can be automatically merged.
  • 4 commits
  • 3 files changed
  • 4 contributors

Commits on Nov 11, 2013

  1. unpackbootimg: Add support for device trees

    Change-Id: I340eed99d2274a2f4cbaf5a9f27726ff3a9302e5
    Shelnutt2 authored and broodplank committed Nov 11, 2013
    Copy the full SHA
    5fa16e3 View commit details
  2. audio: Fix submix output device check.

    -AUDIO_DEVICE_IN_FM_RX is incorrectly matched
     with AUDIO_DEVICE_OUT_REMOTE_SUBMIX because
     method audio_is_remote_submix_device is not
     checking for AUDIO_DEVICE_BIT_IN.
    
    -Fix is to add AUDIO_DEVICE_BIT_IN while doing
     the check for AUDIO_DEVICE_OUT_REMOTE_SUBMIX.
    
    CRs-Fixed: 566837
    
    Change-Id: I47ca3bd151da848a444d4bcf83a56e866f20d4f7
    (cherry picked from commit f8573b76d6c03e1a9eff34e093056a810f898509)
    (cherry picked from commit ae982a488c68e0cd06622e7ee7a31fddb1f4d131)
    Pavan Chikkala authored and broodplank committed Nov 11, 2013
    Copy the full SHA
    1579201 View commit details
  3. system/core: Add MSM specific formats, devices and channels.

    - Add support for MSM formats, devices and channels
    
    Change-Id: I0f613e25ae7e5bafa126ab582551807711ab9db6
    (cherry picked from commit 3535a5eafaa700ae58d44c43c4491f3fbb90e060)
    (cherry picked from commit d725c0473b0c7f51d157b8722131ed7b45f878d7)
    (cherry picked from commit 8d43d24d91e7bcc8daef40c6e9f99fd8dcd23266)
    Srikanth Katta authored and broodplank committed Nov 11, 2013
    Copy the full SHA
    23e0f13 View commit details

Commits on Nov 13, 2013

  1. healthd: allow devices to provide their own libhealthd

      * to use, set TARGET_PROVIDES_LIBHEALTHD := true
    
    Change-Id: I5de702219fce6c0feb94a4c74978d81a1a12ca35
    dferg authored and broodplank committed Nov 13, 2013
    Copy the full SHA
    2840ed1 View commit details
Loading