Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 753b180e authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "configs: Add 48khz sampling rate to spkr prot tx"

parents 5a5ede39 5f9b55b4
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -49,6 +49,7 @@
        <usecase name="USECASE_VOICEMMODE2_CALL" type="out" id="35"/>
        <usecase name="USECASE_INCALL_MUSIC_UPLINK" type="out" id="1" />
        <usecase name="USECASE_INCALL_MUSIC_UPLINK2" type="out" id="35" />
        <usecase name="USECASE_AUDIO_SPKR_CALIB_TX" type="in" id="26"/>
    </pcm_ids>
    <config_params>
        <param key="spkr_1_tz_name" value="wsa881x.0f"/>
+4 −0
Original line number Diff line number Diff line
@@ -244,6 +244,10 @@ persist.vendor.bt.enable.splita2dp=false
PRODUCT_PROPERTY_OVERRIDES += \
vendor.audio.volume.headset.gain.depcal=true

#Set speaker protection cal tx path sampling rate to 48k
PRODUCT_PROPERTY_OVERRIDES += \
vendor.audio.spkr_prot.tx.sampling_rate=48000

#add dynamic feature flags here
PRODUCT_PROPERTY_OVERRIDES += \
vendor.audio.feature.a2dp_offload.enable=false \
+1 −0
Original line number Diff line number Diff line
@@ -49,6 +49,7 @@
        <usecase name="USECASE_VOICEMMODE2_CALL" type="out" id="35"/>
        <usecase name="USECASE_INCALL_MUSIC_UPLINK" type="out" id="1" />
        <usecase name="USECASE_INCALL_MUSIC_UPLINK2" type="out" id="35" />
        <usecase name="USECASE_AUDIO_SPKR_CALIB_TX" type="in" id="26"/>
    </pcm_ids>
    <config_params>
        <param key="spkr_1_tz_name" value="wsa881x.0f"/>
+4 −0
Original line number Diff line number Diff line
@@ -244,6 +244,10 @@ ro.af.client_heap_size_kbyte=7168
PRODUCT_PROPERTY_OVERRIDES += \
persist.vendor.audio.hw.binder.size_kbyte=1024

#Set speaker protection cal tx path sampling rate to 48k
PRODUCT_PROPERTY_OVERRIDES += \
vendor.audio.spkr_prot.tx.sampling_rate=48000

# add dynamic feature flags here
PRODUCT_PROPERTY_OVERRIDES += \
vendor.audio.feature.snd_mon.enable=true \