Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bsp_diff cleanup to mixin #2080

Commits on Oct 9, 2024

  1. Enable 2 microphones on Android 14

    Add the new input routing for the second microphone.
    
    Test done:
    Use the first mic for google assistant, and the second mic for
    normal recording, both two microphones can work together.
    The application used in the test: PSI recorder & KITCHENSINK.
    
    Tracked-On: OAM-121996
    Signed-off-by: Wan, Xinxin <[email protected]>
    xinxin-wan authored and haochuan1982 committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    916b3bb View commit details
    Browse the repository at this point in the history
  2. Have a separate volume group for call

    To list the Media volume and call volume separately in the sound
    settings, to provide the separate control of volume
    
    Tests: Verified by opening the settings->sound and could see the media
    volume listed.
    
    Tracked-On: OAM-122694
    Signed-off-by: Deepa K G <[email protected]>
    gkdeepa authored and haochuan1982 committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    18c3e0f View commit details
    Browse the repository at this point in the history
  3. Have a separate volume group for call

    To list the Media volume and call volume separately in the sound
    settings, to provide the separate control of volume
    
    Tests: Verified by opening the settings->sound and could see the media
    volume listed.
    
    Tracked-On: OAM-122694
    Signed-off-by: Deepa K G <[email protected]>
    gkdeepa authored and haochuan1982 committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    77bf444 View commit details
    Browse the repository at this point in the history
  4. Adding routing to Built-In Back Mic

    Camera app capture requires Built-In Back Mic. Add the Built-In Back Mic
    support.
    
    Test done:
    Recording and playback via PSI
    Recording via camera
    
    Tracked-On: OAM-123095
    Signed-off-by: Deepa K G <[email protected]>
    Signed-off-by: sgnanase <[email protected]>
    Signed-off-by: Wan, Xinxin <[email protected]>
    Signed-off-by: Libin Yang <[email protected]>
    libinyang authored and haochuan1982 committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    900918e View commit details
    Browse the repository at this point in the history
  5. Keep same group for alarm/notification/sys sounds

    This patch adds changes to keep alarm, notification
    and system sounds also in the media group. Since
    there are no seperate pcm devices to handle these,
    there is delay while switching from one context to
    other as it tries to close same pcm device and
    open same pcm device again.
    
    Test done:
    A2dp playback with alarm
    
    Tracked-On: OAM-123332
    Signed-off-by: padmashree mandri <[email protected]>
    haochuan1982 committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    5b344d5 View commit details
    Browse the repository at this point in the history
  6. Keep same group for alarm/notification/sys sounds

    This patch adds changes to keep alarm, notification
    and system sounds also in the media group. Since
    there are no seperate pcm devices to handle these,
    there is delay while switching from one context to
    other as it tries to close same pcm device and
    open same pcm device again.
    
    Test done:
    A2dp playback with alarm
    
    Tracked-On: OAM-123332
    Signed-off-by: padmashree mandri <[email protected]>
    haochuan1982 committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    030ff1e View commit details
    Browse the repository at this point in the history
  7. update audio policy and car audio conf to support more zones

    Supporting zone3 and zone4 in audio_policy_xxx and
    car_audio_configuration.xml
    
    Tracked-On: OAM-124414
    Signed-off-by: Libin Yang <[email protected]>
    libinyang authored and haochuan1982 committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    b13b904 View commit details
    Browse the repository at this point in the history
  8. update audio_hal_configuration.xml to support zone 3 and zone 4

    Supporting zone3 and zone4 in audio_hal_configuration.xml
    
    Tracked-On: OAM-124414
    Signed-off-by: Libin Yang <[email protected]>
    libinyang authored and haochuan1982 committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    824901c View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2024

  1. Keep navigation and voice in same audio group

    This patch adds changes to keep navigation and voice_out
    also in the media group. Since there are no seperate pcm
    devices to handle these, there is delay while switching
    from one context to other as it tries to close same pcm
    device and open same pcm device again.
    
    Signed-off-by: padmashree mandri <[email protected]>
    padmashree9110 authored and haochuan1982 committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    e39b95a View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2024

  1. bsp_diff cleanup to mixin

    Tests done:
    1. Media playback and capture
    2. Video playback
    3. HFP call
    
    Tracked-On: OAM-125159
    Signed-off-by: Haochuan Z Chen <[email protected]>
    haochuan1982 committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    75ae9b5 View commit details
    Browse the repository at this point in the history