summaryrefslogtreecommitdiff
path: root/mixer_paths_intcodec_s4.xml
Commit message (Collapse)AuthorAgeFilesLines
* Update mixer path to support to parse array of integer typellololo2021-04-211-16/+18
| | | | | | | | Add id attribute into the control ADCx Capture Volume. Bug: 185443843 Test: Audio function simple tests. Change-Id: I684f7eab29ea8c8dd8cb77fe5b43a472819f904e
* audio: update mic gain and mic informationJasmine Cha2020-05-271-0/+2
| | | | | | | | | | | | | | | 1. Update gain setup(value 53 equal to +22dB) of path name "voice-rec-dmic-ef" in mixer_paths table. 2. Apply acdb id_144 for SND_DEVICE_IN_VOICE_REC_DMIC_STEREO in audio_platform table. 3. Update "microphone_characteristics" and "input_snd_device_mic_mapping" in audio_platform table. Test: manual test Bug: 157535421 Signed-off-by: Jasmine Cha <chajasmine@google.com> Change-Id: Iea7210a51b71b257e37cf3e584856eb994d0f173
* audio: bonito: Add support for mmap-playback handsetmillerliang2020-03-171-2/+2
| | | | | | | BUG: 140296781 Test: manual test with OboeTester Change-Id: I19773887a5e40381fd65f2cc48ffe965a84d6dd8 Signed-off-by: millerliang <millerliang@google.com>
* audio: bonito: Add support for DSDS for incall music featureJason Hsu2019-06-061-0/+72
| | | | | | | | | | Add support for incall-music-uplink2 usecase to enable Dual Sim Dual Standby (DSDS) voice scenarios Bug: 132080107 Test: Local test Change-Id: Ia460ad5d3323f57d6ed5edf41a4367f1b578c5fb Signed-off-by: Jason Hsu <jasonchhsu@google.com>
* audio: Add proper mixer control for SIM2BubbleFang2019-05-311-1/+6
| | | | | | | | Bug: 134132322 Test: basic functions manually Change-Id: Ib03a9f207914dc59ddbfeb08fb3e53705ce39af1 Signed-off-by: BubbleFang <bubblefang@google.com>
* audio: Enhance latency and tuning in voice call with hearing aidjuyuchen2019-02-061-0/+9
| | | | | | | | | 1. Reduce microphone latency in voice call 2. Use specific acdb tuning Bug: 120869034 Test: manual audio test Change-Id: I516c6fced93898d6e76ca8f62761bcc60a923694
* audio: mixer paths cleanupHW Lee2019-01-041-178/+6
| | | | | | | Bug: 117754026 Test: basic functions manually Change-Id: Idc3e66461c3c8d93727d8cb0957cf614068aacb6 Signed-off-by: HW Lee <hwlee@google.com>
* Merge "audio: mixer table update" into pi-devTreeHugger Robot2019-01-021-0/+5
|\
| * audio: mixer table updatevincenttew2018-12-201-0/+5
| | | | | | | | | | | | | | | | | | | | change list: 1. seperate main mic to soundtrigger mic and record mic Test: boot to home, recording pass Bug: 120463594 Change-Id: Id6d0fcbde1a1936910918267cbcaed7c5ab3c975 Signed-off-by: vincenttew <vincenttew@google.com>
* | audio: mixer paths releaseHW Lee2018-12-221-2/+3
| | | | | | | | | | | | | | | | | | | | [audio mixerpath] 1. Change camcorder codec input gain to 0dB Bug: 121408174 Test: basic functions manually Change-Id: I856661c3591ee2fd23a8eef4dcfde5a6a49fe04f Signed-off-by: HW Lee <hwlee@google.com>
* | Merge "audio: separate front/back and 24bit for camcorder" into pi-devTreeHugger Robot2018-12-191-0/+6
|\ \
| * | audio: separate front/back and 24bit for camcorderHW Lee2018-12-171-0/+6
| |/ | | | | | | | | | | | | | | | | | | Note that the speaker-reverse is undefined and added in this patch. Bug: 120646948 Bug: 120452077 Test: camcorder Change-Id: Idd1727fdb91890f88785ea07220fa1704625ec33 Signed-off-by: HW Lee <hwlee@google.com>
* / audio: enable mic break featureHW Lee2018-12-171-0/+1
|/ | | | | | | | | | | | | | 1. set mic break threshold : FVSAM_TX_PARAM_FDEQ.DUMMY_01= 0x0002 (Handset and Handheld mode, all band) it will report as mic break if record volume is under -84 dB 2. eanble mic break feature by mixer path Bug: 118803632 Bug: 120830163 Bug: 120830903 Test: basic function manually Change-Id: I2a579fcca319b11ca37aeeb35fb779843c86c68b Signed-off-by: HW Lee <hwlee@google.com>
* audio: mixer paths releaseHW Lee2018-12-101-6/+2
| | | | | | | | | | 1. For urgent issue, we disable DRE in "headphones" to avoid noise occurred in headphone playback path. 2. disable codect side tone in "sidetone-headphones" Bug: 120647998 Test: basic functions manually Change-Id: I64e9dfea4bcbdbe4a27c0e9acd88747a8da259e3 Signed-off-by: HW Lee <hwlee@google.com>
* audio: change default mixer values of headphonesHW Lee2018-11-211-10/+10
| | | | | | | Bug: 117310706 Test: basic audio functions Change-Id: I60f3b679338c6ab76f5643a934908c13619249df Signed-off-by: HW Lee <hwlee@google.com>
* audio: tuning releaseHW Lee2018-10-311-4/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | [mixerpaths] 1. increase microphone gain in "unprocessed-handset-mic", "unprocessed-mic" and "unprocessed-stereo-mic" for CTS test (frequency unprocessed test). 2. apply HP filter (cut off at 150Hz) in "headset-mic" to solve abnormal signal for CTS test (loopback latency test). 3. modified PRI TDM TX Channel in "camcorder-mic" for L/R channel abnormal issue. [ACDB] 1. Handset WB -- improve noise supression SMOS. 2. HandHeld NB -- improve TX reverb. echo and RX subjective listening. 3. add 18dB gain in topology on headset mic. 4. modified eq and mbdrc in camcorder topology to improve camcorder quality for bug issue. Bug: 118604446 Bug: 118649217 Bug: 118607990 Bug: 115958180 Bug: 115596506 Test: Playback/Record/VoIP Change-Id: Ibb942800eb8aec7035dd60301dd386ef71910ad1 Signed-off-by: HW Lee <hwlee@google.com>
* audio: mixer paths: fix indentationHW Lee2018-10-121-17/+17
| | | | | | | Bug: 117625926 Test: local build Change-Id: I7eac508260ff5852a4c9fa71f1d75a637821c481 Signed-off-by: HW Lee <hwlee@google.com>
* mixerpaths: add headset headphone separate backendyixuanjiang2018-10-101-1/+66
| | | | | | | Bug: 112520435 Test: local build Change-Id: Ie220dde3fce2de8e4008e65fc537bce41bd1258d Signed-off-by: yixuanjiang <yixuanjiang@google.com>
* audio: mixer paths for VoIP ec refHW Lee2018-10-081-0/+12
| | | | | | | Bug: 117253440 Test: VoIP on recv/spkr/hs/usb-hs Change-Id: I352b66cbbb6829a535ad0fedd9d9856334deb732 Signed-off-by: HW Lee <hwlee@google.com>
* audio: mixer paths releaseHW Lee2018-10-051-3/+4
| | | | | | | | | | 1. Modify it for Fixing VCO no sound (still need SW HAL check in, there is no TX function now) 2. Modify it for Fixing Full/VCO mode RX no sound Bug: 117142278 Test: playback/record/VoIP/phone Change-Id: I4b1bed9a2acef36ffcbc7211506c18781b68e93b Signed-off-by: HW Lee <hwlee@google.com>
* asoc: bonito: update mixer path for CTS fail on mmap-recordyixuanjiang2018-10-021-5/+1
| | | | | | | Test: local test fine Bug: 116293087 Change-Id: I4562d19c9609530e68b77d4c479bc9c3e650c5af Signed-off-by: yixuanjiang <yixuanjiang@google.com>
* audio: b4s4: mixer and platform info table updateHW Lee2018-09-251-4/+119
| | | | | | | | | | | | | | | | | | | | | [mixer_paths] 1. modified "handset-mic" 2. modified "camcorder-mic" 3. modified "headphones" 4. add "Voice Sidetone Enable", "sidetone-headphones" 5. add "voice-headphones-tmus", "voice-headphones-att" 6. Add backend path supported on mix table for all related record path to prevent path no found [audio_platform_info] 1. add acdb_id/backend to make voice recording and camcorder use the correct path. 2. add acdb_id/backend to make voice call scenario use the correct path. 3. add operator_info/operator_specific for tmus/att. 4. modify DMIC_AEC_NS for choosing the correct acdb_id/backend. Bug: 116176025 Test: camcoder/voip(skype, hangouts)/record/playback Change-Id: Iddc6d7beabde34d320ba065b27c189c744421cea Signed-off-by: HW Lee <hwlee@google.com>
* Revert "audio: b4s4: audio table update on XML and ACDB"Yixuan Jiang2018-09-191-28/+7
| | | | | | | | | | This reverts commit 6105436630867c40870bec5392669ced78090521. Reason for revert: camcoder and voip issue Bug: 116075047 Bug: 116074675 Change-Id: I602aed782b963d7ddb8dcf525cae47e6e950d4c1
* audio: b4s4: audio table update on XML and ACDByixuanjiang2018-09-181-7/+28
| | | | | | | | | | | | | | | | | | 1. modified handset-mic for handset mode (short-term) 2. modified "headphones" path sequence for headphone volume 3. Add sidetone and operator tuning 4. make voice recording and camcorder to use correct path 5. enable waves module in CIRRUS_FEEDFORWORD_STEREO, for speaker playback tuning 6. tuning voice recording on mono and stereo 7. tuning speaker mode TX/RX on WB 8. tuning handset mode TX/RX on VoIP Test: local build Bug: 115851632 Bug: 115859147 Bug: 115861161 Change-Id: I33975825260ad47de86a0c749579bea923914b94 Signed-off-by: yixuanjiang <yixuanjiang@google.com>
* audio: b4s4: mixer table updateHW Lee2018-09-071-1/+35
| | | | | | | | | | | | | | | | | | | | | | | | | [mixer path] 1. add gain setting in "voice-headphones" <ctl name="RX1 Digital Volume" value="80" /> <ctl name="RX2 Digital Volume" value="80" /> 2. modify gain setting in "handset" <ctl name="AMP PCM Gain" value="0"/> 3. add <path name="voice-handset-att"> <path name="voice-speaker-att"> <path name="voice-headphones-tmus"> <path name="voice-headphones-att"> <path name="voice-headset-mic-tmus"> <path name="voice-headset-mic-att"> <path name="voice-dmic-ef-att"> <path name="voice-speaker-dmic-ef-att"> Bug: 114194167 Test: local build Change-Id: Ibef47ee0fde383eff9f0df6851f5998d2dc1c01c Signed-off-by: HW Lee <hwlee@google.com>
* Revert "audio: add mixer path to separate headset and headphones voice"yixuanjiang2018-09-061-6/+1
| | | | | | | | Test: manual phone call This reverts commit 12b51f80364f5b987dbe9cceb2ddc4d7e84a523f. Bug: 114178494 Change-Id: Ic72aff3abb84ca87b402c1946ea2f5dac93de7de
* Merge "audio: add mixer path to separate headset and headphones voice" into ↵TreeHugger Robot2018-09-051-1/+6
|\ | | | | | | pi-dev
| * audio: add mixer path to separate headset and headphones voiceyixuanjiang2018-08-231-1/+6
| | | | | | | | | | | | Bug: 112520435 Change-Id: Ibfaf4cf539d4d41154ef57c20babc09660c86833 Signed-off-by: yixuanjiang <yixuanjiang@google.com>
* | audio: b4s4: speaker-mic refinedHW Lee2018-09-051-9/+9
| | | | | | | | | | | | | | | | | | | | 1. Change the speaker-mic path in mixer table 2. Change the acdb_id for speaker-mic Bug: 113782882 Test: manual audio test Change-Id: Ifc6e68c2721b8f4763dbe0c1183f2d5e69965ba5 Signed-off-by: HW Lee <hwlee@google.com>
* | audio: b4s4: mixer table and cirrus tuning profileHW Lee2018-08-291-6/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [mixer path] 1. Change speaker gain setting - R AMP PCM Gain: 17 - AMP PCM Gain: 17 - remove "Digital PCM Volume: 740" 2. modify handset-mic setting [Cirrus table] 1. update first version speaker model Bug: 113371423 Test: local build Change-Id: Iafe0508ac65781c2c1b6e57ef6258ce93d423295 Signed-off-by: HW Lee <hwlee@google.com>
* | Bonito: update audio table for phones, TTY, and camcoder fail caseyixuanjiang2018-08-281-1/+27
| | | | | | | | | | | | | | Bug: 113250880 Bug: 113234825 Test: local test Change-Id: Ibf4d7452d436b300dba4dfa92ab99c2ab0b75562
* | audio: b4s4: add amp enable switch for speakerHW Lee2018-08-271-0/+2
| | | | | | | | | | | | | | Bug: 112955079 Test: manual audio test and check the bug is not reproducible Change-Id: I5544b9b202c73f4637b98e609eb765dee2abd0d4 Signed-off-by: HW Lee <hwlee@google.com>
* | audio: b4s4: ACDB and mixer table updateHW Lee2018-08-241-5/+5
|/ | | | | | | | | | 1. Modified CAPI_V2_CIRRUS_SP_PARAM_ID_ENABLE from 0x00000000 to 0x00000001 2. Change the AMP PCM Gain to 9 in speaker path Bug: 113142434 Test: manual audio test Change-Id: I29496208d1aa8b3c93dac417ed1d79a9ce34e0b1 Signed-off-by: HW Lee <hwlee@google.com>
* audio: mixer_paths: b4s4: 24-bit playback in ASMHW Lee2018-08-221-0/+3
| | | | | | | Bug: 112517982 Test: manual audio test on B4 Change-Id: I70099c8f0306fad76a93812a5d095707f9a18c8b Signed-off-by: HW Lee <hwlee@google.com>
* Fortemedia modules in B4/S4 acdb tables for voice quality tuning.Yung Ti Su2018-08-211-12/+18
| | | | | | | Bug:112821782 Test: local test Fortemedia effect works on Voice Call and Hangout. Change-Id: Ia79396231b949c140303a572de7a5ab80e2dbb42 Signed-off-by: Yung Ti Su <andysu@google.com>
* audio: add speaker safe combo pathvincenttew2018-08-151-0/+20
| | | | | | | | | | | add speaker safe combo path to prevent no sound Bug: 112516927 Bug: 112518081 Test: play ringtone via headphone/lineout/bt/usb-headphone/speaker-safe Change-Id: Ie16f25cbb2d9e770042eaa2f2e9553dd114319f4 Signed-off-by: vincenttew <vincenttew@google.com> Signed-off-by: HW Lee <hwlee@google.com>
* audio: mixer: add handset name for receiver pathyixuanjiang2018-08-091-0/+44
| | | | | | | BUG:112018755 Test: local build Change-Id: I4e0edc2ce59e4549634a23c4640fb3cd02c622bf Signed-off-by: yixuanjiang <yixuanjiang@google.com>
* audio: bonito: change the filenameHW Lee2018-08-071-0/+2094
To match the updated snd card name. Test: local build Bug: 112018755 Change-Id: I3efd909251301859b12c65eda8c9da77e9326b77 Signed-off-by: HW Lee <hwlee@google.com>