Add sound trigger implementer version. Set the version to 1.0
with the value 0x0100.
This is to add SVA3.0 support from STHAL so that the client app can
make use of this version info to get to know of platform SVA3.0 support.
Change-Id: Ib2d08d36e878adc09c31948483f155a97be30b6e
Standby input stream with the following scenarios:
- Input routing changes for low latency capture
- In_focus for low latency capture cannot be
acquired due to system call failure in libadm.
Change-Id: If5dc33d90b0871e2b8cf70944bba95d72dec4927
-Audio record is not working as max supported channel count is
not specified for lito target, default channel count 1 is used
as supported channels.
-Define max channel count to 4.
Change-Id: I001b51d595f3fa93c3ce0b85978d5148551f5179
The sound trigger hal is moving from proprietary to opensource on
kona. This flag will enable compilation of the code in the
opensource location and disable compilation of the code in the
proprietary location.
Change-Id: I527524d8055c1a2f00e33640dfbef6b09fd53c08
Temporarily disable concurrent capture on Kona as all changes
are not available yet.
CRs-Fixed: 2453306
Change-Id: Idcc8e36b667f4b03abd61388fcce14d7f7480caf
Headset mic was updated to use DEC1 instead of DEC0,
Update gain control accordingly to reduce its level
and have it set to appropriate level.
This is required to pass CTS verifier LoopBack Latency
test case on wired headset loopback dongle.
Change-Id: I8d0f3f673b8306458a0d9ed151374c5b54121e07
Configure slimbus Rx for aptX Adaptive at 96KHz to reduce
the time to transfer the packets across the slimbus.
Change-Id: Iea3beafb5d063ac0bcbb0c76727df2eaed2606a0
- Use perf hints from audio HAL for ULL and MMAP
- compile audio perf statically with Audio HAL as this
is common feature
Change-Id: I072438653965db02894719b5d1cc59a967970447
PBE values are misinterpreted when transferring from u to k via
mixer ctl interface. Config values have to be copied one by one rather
than copying through continuous memory.
CRs-Fixed: 2456844
Change-Id: Icf19d02ec1717318e80a8a3859c165eae42c000d
Add support to query presentation position from DSP
in system time domain.
Change-Id: I475aeedb7a3691027698ca91747b801dff569d21
Signed-off-by: Surendar Karka <skarka@codeaurora.org>
Channel number is hardware-specific and defined by mixer paths.
With access to channel mixer control, HAL would overwrite the
correct channel number. Disallowing HAL makes mixer paths value
take place.
Change-Id: I01de2dd5d3cb85b1b3cf8949feb1d8914ee4a298
Add entries of audio-kernel libs and properties removed from
qssi to lito, kona and atoll targets makefile.
Change-Id: Ife3a9b29695c13ff1ee4479059f2d39f0a93ac66
some usb input support only one channel, start the input channel
count from 1 to usb maximum channel to prevent assertion failed.
clean up extra loop on getting usb channel mask
Bug: 132040577
Test: build pass, mono input usb
Change-Id: Idcccc54c2e07b74c0580c8a8c0bf677c83aea715
Signed-off-by: vincenttew <vincenttew@google.com>
(cherry picked from commit e5de3abcdc0bf765957f929615b2008cd2b9a60c)
(cherry picked from commit 3e44f9f0a0ae9f309e05de57360ad58d053d2e29)
Report only index channel masks for USB output profiles
supporting more than two channels.
Bug: 120947396
Test: play multichannel audio over USB
Change-Id: I10f6d4751a5a17674d24fb0d074f1dd6a71a06e1
(cherry picked from commit d01f3972959d9e2c22d35d15d0f55c6d9e088694)