Loading audio/sound_trigger_mixer_paths.xml +6 −6 Original line number Diff line number Diff line Loading @@ -259,15 +259,14 @@ </path> <path name="listen-ape-handset-mic"> <ctl name="ADC1 Capture Volume" value="23" /> <ctl name="ADC2 Capture Volume" value="23" /> <ctl name="ADC1 Capture Volume" id="0" value="23" /> <ctl name="PRI_TDM_TX_0 Channels" value="One" /> <ctl name="Sto1 ADC MIXL BargeIn DMIC Switch" value="1" /> </path> <path name="listen-ape-handset-dmic"> <ctl name="ADC1 Capture Volume" value="23"/> <ctl name="ADC2 Capture Volume" value="23"/> <ctl name="ADC1 Capture Volume" id="0" value="23"/> <ctl name="ADC2 Capture Volume" id="1" value="23"/> <ctl name="PRI TDM TX Channel Offset" id="0" value="0"/> <ctl name="PRI TDM TX Channel Offset" id="1" value="12"/> <ctl name="PRI_TDM_TX_0 Channels" value="Two"/> Loading @@ -276,8 +275,9 @@ </path> <path name="listen-ape-handset-tmic"> <ctl name="ADC1 Capture Volume" value="23" /> <ctl name="ADC2 Capture Volume" value="23" /> <ctl name="ADC1 Capture Volume" id="0" value="23" /> <ctl name="ADC2 Capture Volume" id="0" value="23" /> <ctl name="ADC2 Capture Volume" id="1" value="23" /> <ctl name="PRI_TDM_TX_0 Channels" value="Three" /> </path> Loading usb/UsbGadget.h +2 −1 Original line number Diff line number Diff line Loading @@ -66,7 +66,8 @@ using ::android::hardware::usb::gadget::V1_1::IUsbGadget; using ::std::string; constexpr char kGadgetName[] = "a600000.dwc3"; static MonitorFfs monitorFfs(kGadgetName); constexpr char kExtconUsbState[] = "/sys/class/extcon/extcon4/cable.0/state"; static MonitorFfs monitorFfs(kGadgetName, kExtconUsbState); struct UsbGadget : public IUsbGadget { UsbGadget(); Loading Loading
audio/sound_trigger_mixer_paths.xml +6 −6 Original line number Diff line number Diff line Loading @@ -259,15 +259,14 @@ </path> <path name="listen-ape-handset-mic"> <ctl name="ADC1 Capture Volume" value="23" /> <ctl name="ADC2 Capture Volume" value="23" /> <ctl name="ADC1 Capture Volume" id="0" value="23" /> <ctl name="PRI_TDM_TX_0 Channels" value="One" /> <ctl name="Sto1 ADC MIXL BargeIn DMIC Switch" value="1" /> </path> <path name="listen-ape-handset-dmic"> <ctl name="ADC1 Capture Volume" value="23"/> <ctl name="ADC2 Capture Volume" value="23"/> <ctl name="ADC1 Capture Volume" id="0" value="23"/> <ctl name="ADC2 Capture Volume" id="1" value="23"/> <ctl name="PRI TDM TX Channel Offset" id="0" value="0"/> <ctl name="PRI TDM TX Channel Offset" id="1" value="12"/> <ctl name="PRI_TDM_TX_0 Channels" value="Two"/> Loading @@ -276,8 +275,9 @@ </path> <path name="listen-ape-handset-tmic"> <ctl name="ADC1 Capture Volume" value="23" /> <ctl name="ADC2 Capture Volume" value="23" /> <ctl name="ADC1 Capture Volume" id="0" value="23" /> <ctl name="ADC2 Capture Volume" id="0" value="23" /> <ctl name="ADC2 Capture Volume" id="1" value="23" /> <ctl name="PRI_TDM_TX_0 Channels" value="Three" /> </path> Loading
usb/UsbGadget.h +2 −1 Original line number Diff line number Diff line Loading @@ -66,7 +66,8 @@ using ::android::hardware::usb::gadget::V1_1::IUsbGadget; using ::std::string; constexpr char kGadgetName[] = "a600000.dwc3"; static MonitorFfs monitorFfs(kGadgetName); constexpr char kExtconUsbState[] = "/sys/class/extcon/extcon4/cable.0/state"; static MonitorFfs monitorFfs(kGadgetName, kExtconUsbState); struct UsbGadget : public IUsbGadget { UsbGadget(); Loading