]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - tas256xsw-android/tas256x-stereo-driver.git/log
tas256xsw-android/tas256x-stereo-driver.git
3 years agoUpdate to support multiple IVWidth/VBat formats based on BitWidth SAMSUNG_A72_2.0.5
vijeth.po [Tue, 2 Feb 2021 17:52:27 +0000 (23:22 +0530)]
Update to support multiple IVWidth/VBat formats based on BitWidth

(1) Update Codec Driver to Support Multiple IV Width and VBat formats from DTS
by considering BitWidth from hw_params(This was ignored before).
(2) New Param ID is added to send IV Width/VBat information to Library
providing flexiblity for algo to support multiple combinations.
(Only limited encoded formats supported before)

3 years ago[Codec] Fix for Topology Set Enable Failed during Playback Start SAMSUNG_A72_2.0.4
Niranjan H Y [Mon, 4 Jan 2021 09:03:15 +0000 (14:33 +0530)]
[Codec] Fix for Topology Set Enable Failed during Playback Start

Due to timing issue, DAC Event is called before AFE Port start,
causing set parameter for AFE(Set Re/Ambient) is called before AFE Port start
and hence enabling AFE Toplogy.
This cause Topology Set Enable Failed error log when AFE Port start is called,
because Toplogy will be already created at set parameter.

3 years ago[Codec][Algorithm] Fix for timeout error in Big Data Update SAMSUNG_A72_2.0.3
vijeth.po [Wed, 9 Dec 2020 12:59:30 +0000 (18:29 +0530)]
[Codec][Algorithm] Fix for timeout error in Big Data Update

Due to timing issue, sometimes tas256x_dac_event() is being called after
afe_close, causing timeout error.
Big Data update (tas25xx_update_big_data)and related algorithm code
during playback stop is moved to tas256x_mute_stream() instead of
tas256x_dac_event()

3 years agoDisabled CM Hysterysis in Receiver mode as well SAMSUNG_A72_2.0.2
vijeth.po [Wed, 2 Dec 2020 09:58:37 +0000 (15:28 +0530)]
Disabled CM Hysterysis in Receiver mode as well

Signed-off-by: Peeyush Gupta <a0875211@ti.com>
3 years agoCM Hysterisis feature is removed in SPK mode. SAMSUNG_A72_2.0.1
vijeth.po [Mon, 30 Nov 2020 11:43:54 +0000 (17:13 +0530)]
CM Hysterisis feature is removed in SPK mode.

tas256x_set_power_up() and tas256x_set_power_shutdown()
functions are updated to check the condition if
p_tas256x->devs[chn-1]->receiver_enable is SPK or RCV mode.

Signed-off-by: Peeyush Gupta <a0875211@ti.com>
3 years agoUpdate Boost Registers for Low Temp distortion issue. SAMSUNG_A72_2.0.0
vijeth.po [Tue, 24 Nov 2020 17:52:39 +0000 (23:22 +0530)]
Update Boost Registers for Low Temp distortion issue.

tas256x_update_boost_always_on() and tas256x_update_boost_always_off()
are added and updated at boot time(tas256x_load_init())

3 years ago[Codec] Fix to no-sound issue during screen lock/unlock SAMSUNG_A72_1.3.6.9
vijeth.po [Fri, 16 Oct 2020 05:52:26 +0000 (11:22 +0530)]
[Codec] Fix to no-sound issue during screen lock/unlock

Issue: During Screen lock/unlock sometimes no sound or compress sound
Update:
(1)Move power-up/down sequence to DAC Event(tas256x_dac_event)
instead of ops.mute_stream(tas256x_mute_stream)
(2)Increase TDM Clock error shutdown time
a. Default to 838ms
(3)Ignore Initial TDM clock error (before 838ms)
a. Move Power-Up sequence to tas256x_set_power_state() from
irq_work_func()
b. Unmask TDM clock error interrupt after 50ms in init_work_func()

3 years ago[Codec] Improvise Receiver Mode Settings and add SAR&DMIN Update function SAMSUNG_A72_1.3.6.8
vijeth.po [Tue, 13 Oct 2020 10:14:54 +0000 (15:44 +0530)]
[Codec] Improvise Receiver Mode Settings and add SAR&DMIN Update function

SS Testing has found that noise level in receiver mode is higher than exepected
So based on the TI-Design Team recomendation, device settings has been
updated to reduce the noise level.
(1)Update tas256x_enable_receiver_mode() functional with additional settings
TAS256X_MSB_DEM,TAS256X_DITHER,TAS256X_LSB_DEM
(2)Add SAR Update function "tas256x_zero_sar_delay()"
This is called at bootup time/or device reload
(3)Add DMIN Update function "tas256x_update_dmin()"
This is not enabled, untill completely verified by design team

3 years ago"AMP OUTPUT LVL" mixer_control fix to support min(0x0) and max value(0x1c)
vijeth.po [Tue, 13 Oct 2020 06:16:24 +0000 (11:46 +0530)]
"AMP OUTPUT LVL" mixer_control fix to support min(0x0) and max value(0x1c)

Mixer Control "TAS256X AMP OUTPUT LVL RIGHT"/"TAS256X AMP OUTPUT LVL LEFT"
throws invalid error when value is 0 (min) and 28(Max) eventhough its
supported by device.
Updated the limit check in tas256x_update_ampoutput_level() function to
support the min and max limits.

Signed-off-by: Peeyush Gupta <a0875211@ti.com>
3 years ago[Codec] Checkpatch - Remove mdelay; Kernel Policy - Remove Slave and Master words. SAMSUNG_A72_1.3.6.7
vijeth.po [Thu, 24 Sep 2020 13:51:46 +0000 (19:21 +0530)]
[Codec] Checkpatch - Remove mdelay; Kernel Policy - Remove Slave and Master words.

With Kernel Policy updated
The following IT terms should be replaced with Inclusive language.
Master and Slave
Remove mdelay from print

3 years ago[Codec] Algorithm Get/Set Param is Bypassed when RCV Mode is enabled.
Peeyush Gupta [Fri, 25 Sep 2020 13:58:34 +0000 (19:28 +0530)]
[Codec] Algorithm Get/Set Param is Bypassed when RCV Mode is enabled.

TimeOut Issue was observed when Algorithm is Bypassed in RCV Mode,
due to Algorithm Get/Set Parameter(at start/stop of playback)
was still invoked irrespective of algo bypass.
So based on Samsung Requirement Algo Bypass is always assumed in RCV
mode when "TAS256X RECEIVER ENABLE LEFT"/"TAS256X RECEIVER ENABLE RIGHT"
mixer control is enabled

3 years ago[Codec] Auto Select VBat based on the hw_params BitWidth SAMSUNG_A72_1.3.6.5
vijeth.po [Mon, 14 Sep 2020 13:24:50 +0000 (18:54 +0530)]
[Codec] Auto Select VBat based on the hw_params BitWidth

3 years ago[Codec] Updated Makefile for compatibility with BBB Kernel
vijeth.po [Sun, 13 Sep 2020 19:56:02 +0000 (01:26 +0530)]
[Codec] Updated Makefile for compatibility with BBB Kernel

3 years ago[Algorithm] Checpkatch fix for DEVICE_ATTR_FUNCTIONS Warning
vijeth.po [Sun, 13 Sep 2020 15:15:42 +0000 (20:45 +0530)]
[Algorithm] Checpkatch fix for DEVICE_ATTR_FUNCTIONS Warning

3 years ago[Checkpatch] Updated Checkpatch Script to detect DEVICE_ATTR
vijeth.po [Sun, 13 Sep 2020 15:10:11 +0000 (20:40 +0530)]
[Checkpatch] Updated Checkpatch Script to detect DEVICE_ATTR

3 years ago[Codec] 32 BitWidth Fix.
vijeth.po [Sun, 13 Sep 2020 14:31:50 +0000 (20:01 +0530)]
[Codec] 32 BitWidth Fix.

3 years agoSeparate Branch to maintain 4.14 kernel for Samsung A72 Project
Peeyush Gupta [Sat, 12 Sep 2020 03:51:52 +0000 (09:21 +0530)]
Separate Branch to maintain 4.14 kernel for Samsung A72 Project

3 years agocheckpatch warning Fix for Export Symbol and Block Comment
Peeyush Gupta [Fri, 11 Sep 2020 11:03:24 +0000 (16:33 +0530)]
checkpatch warning Fix for Export Symbol and Block Comment

3 years ago patch to support kernel 4.19 and above SAMSUNG_A72_1.3.6.4
Peeyush Gupta [Wed, 9 Sep 2020 17:30:54 +0000 (23:00 +0530)]
 patch to support kernel 4.19 and above

3 years agoMerge branch 'SAMSUNG_A72' of ssh://bitbucket.itg.ti.com/landd/tas256x-stereo-driver...
Peeyush Gupta [Wed, 9 Sep 2020 16:28:20 +0000 (21:58 +0530)]
Merge branch 'SAMSUNG_A72' of ssh://bitbucket.itg.ti.com/landd/tas256x-stereo-driver into SAMSUNG_A72

3 years ago Checkpatch warning fixed for End of Line and Lead Spacing
Peeyush Gupta [Wed, 9 Sep 2020 16:24:48 +0000 (21:54 +0530)]
 Checkpatch warning fixed for End of Line and Lead Spacing

3 years agoRemoved IF_ENABLED(HPF_ENABLED) and IF_ENABLED(CODEC_PM) checkpatch error
Peeyush Gupta [Wed, 9 Sep 2020 14:51:56 +0000 (20:21 +0530)]
Removed IF_ENABLED(HPF_ENABLED) and IF_ENABLED(CODEC_PM) checkpatch error

3 years ago Linux Kernel version checkpatch warning Fixed
Peeyush Gupta [Wed, 9 Sep 2020 11:42:52 +0000 (17:12 +0530)]
 Linux Kernel version checkpatch warning Fixed

3 years agoCheckpatch Warning Fixed for TABSTOP
Peeyush Gupta [Wed, 9 Sep 2020 01:17:27 +0000 (06:47 +0530)]
Checkpatch Warning Fixed for TABSTOP

3 years ago Frame Sync, Rx Edge, RX Offset, Tx Edge & Tx Offset set to defualt I2S settings
Peeyush Gupta [Tue, 8 Sep 2020 11:01:14 +0000 (16:31 +0530)]
 Frame Sync, Rx Edge, RX Offset, Tx Edge & Tx Offset set to defualt I2S settings

3 years ago Fixed Build Error for Algo Driver
Peeyush Gupta [Mon, 7 Sep 2020 10:39:24 +0000 (16:09 +0530)]
 Fixed Build Error for Algo Driver

3 years agoIf ASI Switch is Off for both left and right then no device playback SAMSUNG_A72_1.3.6.3
vijeth.po [Fri, 4 Sep 2020 20:52:32 +0000 (02:22 +0530)]
If ASI Switch is Off for both left and right then no device playback

Previously if ASI Switch for both off then by default Left Device/Channel was
Playback. But now its changed so if both ASI Switch Off then no device playback.

3 years agoCheckpatch.pl Warning/Errors Fixed/Updated
vijeth.po [Fri, 4 Sep 2020 20:50:36 +0000 (02:20 +0530)]
Checkpatch.pl Warning/Errors Fixed/Updated

3 years agoRemove Non-Samsung-Configuration Files
vijeth.po [Thu, 3 Sep 2020 11:13:03 +0000 (16:43 +0530)]
Remove Non-Samsung-Configuration Files

3 years agoAdd Digital Gain Mixer Control Interface to Algorithm(Receiver Mode) SAMSUNG_A72_1.3.6.2
vijeth.po [Tue, 1 Sep 2020 14:34:14 +0000 (20:04 +0530)]
Add Digital Gain Mixer Control Interface to Algorithm(Receiver Mode)

3 years agoAdd Emphasis Filter for 8Bit IV Sense Case
vijeth.po [Tue, 1 Sep 2020 14:27:42 +0000 (19:57 +0530)]
Add Emphasis Filter for 8Bit IV Sense Case

3 years agoCheckpatch.pl Fixes
vijeth.po [Tue, 1 Sep 2020 13:55:44 +0000 (19:25 +0530)]
Checkpatch.pl Fixes

3 years agoRevert " Add Emphasis Filter Co-efficients update for 8bit IV Sense & Volume Ramp...
Peeyush Gupta [Sun, 6 Sep 2020 03:40:50 +0000 (09:10 +0530)]
Revert " Add Emphasis Filter Co-efficients update for 8bit IV Sense & Volume Ramp Up and Down mixer control"

This reverts commit 9aa4335c8a04dc1b23bcb07faeb36a91f2d67f6a.

3 years ago Add Emphasis Filter Co-efficients update for 8bit IV Sense & Volume Ramp Up and...
Peeyush Gupta [Sat, 29 Aug 2020 09:27:19 +0000 (14:57 +0530)]
 Add Emphasis Filter Co-efficients update for 8bit IV Sense & Volume Ramp Up and Down mixer control

3 years ago[Codec][Algorithm] Checkpatch.pl warnings fixed as per Samsung SAMSUNG_A72_1.3.6.1
vijeth.po [Mon, 24 Aug 2020 10:33:06 +0000 (16:03 +0530)]
[Codec][Algorithm] Checkpatch.pl warnings fixed as per Samsung

3 years ago[Codec] Kernel-4.10 Warning Fixed
vijeth.po [Sun, 23 Aug 2020 16:18:44 +0000 (21:48 +0530)]
[Codec] Kernel-4.10 Warning Fixed

3 years ago[Codec][Algorithm] Checkpatch warnings code update
vijeth.po [Sat, 22 Aug 2020 15:14:34 +0000 (20:44 +0530)]
[Codec][Algorithm] Checkpatch warnings code update

3 years ago[Codec] Add snd_soc_dapm_ignore_suspend in codec probe
vijeth.po [Fri, 21 Aug 2020 13:06:46 +0000 (18:36 +0530)]
[Codec] Add snd_soc_dapm_ignore_suspend in codec probe

3 years ago[Codec][Algorithm] Change pr_err to pr_debug and pr_info accordingly
vijeth.po [Fri, 21 Aug 2020 13:03:11 +0000 (18:33 +0530)]
[Codec][Algorithm] Change pr_err to pr_debug and pr_info accordingly

3 years ago[Algorithm] Compilation fix - tas25xx-calib-validation.c
vijeth.po [Fri, 21 Aug 2020 12:44:49 +0000 (18:14 +0530)]
[Algorithm] Compilation fix - tas25xx-calib-validation.c

3 years ago Release version changed to 1.3.6 GOOGLE_PIXEL_1.3.6 SAMSUNG_A72_1.3.6
Peeyush Gupta [Wed, 5 Aug 2020 10:27:36 +0000 (15:57 +0530)]
 Release version changed to 1.3.6

3 years agoFixed Checkpatch Error
vijeth.po [Wed, 5 Aug 2020 08:33:30 +0000 (14:03 +0530)]
Fixed Checkpatch Error

3 years agoFixed Algo Crash - Full Verification Pending
vijeth.po [Wed, 5 Aug 2020 08:20:27 +0000 (13:50 +0530)]
Fixed Algo Crash - Full Verification Pending

3 years ago fix for CheckPatch Error
Peeyush Gupta [Wed, 5 Aug 2020 04:59:49 +0000 (10:29 +0530)]
 fix for CheckPatch Error

3 years ago remove return value for function tas256x_irq_reload
Peeyush Gupta [Wed, 5 Aug 2020 03:49:20 +0000 (09:19 +0530)]
 remove return value for function tas256x_irq_reload

3 years agoMerge branch 'master' of ssh://bitbucket.itg.ti.com/landd/tas256x-stereo-driver
vijeth.po [Sun, 2 Aug 2020 20:40:20 +0000 (02:10 +0530)]
Merge branch 'master' of ssh://bitbucket.itg.ti.com/landd/tas256x-stereo-driver

3 years agoRegression Suite: Added (1)Interrupt Support(2)Float Value for Re(3)Skip option in...
vijeth.po [Sun, 2 Aug 2020 20:31:43 +0000 (02:01 +0530)]
Regression Suite: Added (1)Interrupt Support(2)Float Value for Re(3)Skip option in Full Test

3 years agoRemove Hardware/Software Reset in Interrupt Work Routine
vijeth.po [Sun, 2 Aug 2020 20:23:07 +0000 (01:53 +0530)]
Remove Hardware/Software Reset in Interrupt Work Routine

3 years ago1) fix accessing test_list issue, which will cause out of array 2) Add some pages...
Shenghao Ding [Sat, 1 Aug 2020 06:53:12 +0000 (01:53 -0500)]
1) fix accessing test_list issue, which will cause out of array 2) Add some pages of register dump

3 years agofix not support 96kHz samplereate
Shenghao Ding [Sat, 1 Aug 2020 06:42:20 +0000 (01:42 -0500)]
fix not support 96kHz samplereate

3 years ago Kernel 4.19 related build error fix for algo code
Peeyush Gupta [Thu, 30 Jul 2020 08:13:35 +0000 (13:43 +0530)]
 Kernel 4.19 related build error fix for algo code

3 years ago Kernel 4.19 related build error fix for algo code
Peeyush Gupta [Thu, 30 Jul 2020 08:12:47 +0000 (13:42 +0530)]
 Kernel 4.19 related build error fix for algo code

3 years agoUpdated Algo Patches for Qualcomm Platform
vijeth.po [Tue, 28 Jul 2020 06:56:40 +0000 (12:26 +0530)]
Updated Algo Patches for Qualcomm Platform

3 years agoModular Dependency Changes in Algo Kernel,comments,Macro Updates
vijeth.po [Mon, 27 Jul 2020 16:45:11 +0000 (22:15 +0530)]
Modular Dependency Changes in Algo Kernel,comments,Macro Updates

1. Removed Circular Dependency between Algo Kernel and Q6afe.
2. Added Copy Right Information
3. Changed Comment Style from // to /**/
4. Changed #ifdef to #if IS_ENABLED

3 years agoMerge branch 'master' of ssh://bitbucket.itg.ti.com/landd/tas256x-stereo-driver GOOGLE_PIXEL_1.3.5
vijeth.po [Sun, 26 Jul 2020 11:26:53 +0000 (16:56 +0530)]
Merge branch 'master' of ssh://bitbucket.itg.ti.com/landd/tas256x-stereo-driver

3 years agoCheckpatch.pl edited to remove errors due to file open
vijeth.po [Sun, 26 Jul 2020 11:24:00 +0000 (16:54 +0530)]
Checkpatch.pl edited to remove errors due to file open

3 years agoMissed file in previous commit
vijeth.po [Sun, 26 Jul 2020 11:22:08 +0000 (16:52 +0530)]
Missed file in previous commit

3 years agoRelease number changed to 1.3.5
Peeyush Gupta [Sun, 26 Jul 2020 11:19:04 +0000 (16:49 +0530)]
Release number changed to 1.3.5

3 years agoGKI Google Updates - Codec Driver Only
vijeth.po [Sun, 26 Jul 2020 09:50:55 +0000 (15:20 +0530)]
GKI Google Updates - Codec Driver Only

(1)Relpace #ifdef -> #if IS_ENABLED
(2)Change Comment style from // to /**/
(3)Import GKI update from Google

3 years agoFixed 4 Right vs Left Mixer Controls
vijeth.po [Sat, 25 Jul 2020 17:18:37 +0000 (22:48 +0530)]
Fixed 4 Right vs Left Mixer Controls

3 years agoRegression Suite Updated - All basic verification is completed - Stable-1 XIAOMI_K11_1.3.4
vijeth.po [Fri, 24 Jul 2020 15:50:21 +0000 (21:20 +0530)]
Regression Suite Updated - All basic verification is completed - Stable-1

3 years agoMerge branch 'master' of ssh://bitbucket.itg.ti.com/landd/tas256x-stereo-driver SAMSUNG_TABS7_1.3.3
vijeth.po [Thu, 23 Jul 2020 17:13:37 +0000 (22:43 +0530)]
Merge branch 'master' of ssh://bitbucket.itg.ti.com/landd/tas256x-stereo-driver

3 years agoAdded support back for DAI_FMT setting form machine driver
vijeth.po [Thu, 23 Jul 2020 15:02:27 +0000 (20:32 +0530)]
Added support back for DAI_FMT setting form machine driver

1. DTS Settings will be applied at boot time if present.
2. If DAI_FMT is called from machine driver then DT settings are overwritten

3 years ago Release id changed to 1.3.3 Release
Peeyush Gupta [Wed, 22 Jul 2020 02:36:58 +0000 (08:06 +0530)]
 Release id changed to 1.3.3 Release

3 years agoMerge branch 'master' of ssh://bitbucket.itg.ti.com/landd/tas256x-stereo-driver
vijeth.po [Tue, 21 Jul 2020 19:25:55 +0000 (00:55 +0530)]
Merge branch 'master' of ssh://bitbucket.itg.ti.com/landd/tas256x-stereo-driver

3 years agoFixed Checkpatch errors and updated Version Number
vijeth.po [Tue, 21 Jul 2020 19:04:52 +0000 (00:34 +0530)]
Fixed Checkpatch errors and updated Version Number

3 years agoFixed slotwidth=24 for both 24 and 32bit
vijeth.po [Tue, 21 Jul 2020 18:48:09 +0000 (00:18 +0530)]
Fixed slotwidth=24 for both 24 and 32bit

3 years agoRemoved set_dai_tdm_slot function dependency for TDM
vijeth.po [Tue, 21 Jul 2020 11:36:12 +0000 (17:06 +0530)]
Removed set_dai_tdm_slot function dependency for TDM

3 years agocorrect the macro definition
Shenghao Ding [Tue, 21 Jul 2020 10:25:56 +0000 (05:25 -0500)]
correct the macro definition

3 years agoKernel 4.19 fixes from Chenfeng
vijeth.po [Tue, 21 Jul 2020 09:05:00 +0000 (14:35 +0530)]
Kernel 4.19 fixes from Chenfeng

3 years agoUpdated cmp hysterisis commit and removed warnings of bin file parser
vijeth.po [Tue, 21 Jul 2020 07:57:45 +0000 (13:27 +0530)]
Updated cmp hysterisis commit and removed warnings of bin file parser

3 years ago Comparator Hystersis enable/disable based on power sequence
Peeyush Gupta [Tue, 21 Jul 2020 04:10:04 +0000 (09:40 +0530)]
 Comparator Hystersis enable/disable based on power sequence

3 years agofix a setting error on regbin kcontrol
Shenghao Ding [Fri, 17 Jul 2020 03:06:07 +0000 (22:06 -0500)]
fix a setting error on regbin kcontrol

3 years agoMerge branch 'master' of ssh://bitbucket.itg.ti.com/landd/tas256x-stereo-driver
vijeth.po [Tue, 14 Jul 2020 20:01:37 +0000 (01:31 +0530)]
Merge branch 'master' of ssh://bitbucket.itg.ti.com/landd/tas256x-stereo-driver

3 years agoUpdate IV Extraction tool
vijeth.po [Tue, 14 Jul 2020 19:17:39 +0000 (00:47 +0530)]
Update IV Extraction tool

3 years agoAdd MI2S/TDM Interface settings(framestart,rx/tx offset and edge) to DTS file
vijeth.po [Tue, 14 Jul 2020 06:08:44 +0000 (11:38 +0530)]
Add MI2S/TDM Interface settings(framestart,rx/tx offset and edge) to DTS file

3 years ago1) unified the comment style 2) remove regbin setting in tas256x_failsafe, it is...
Shenghao Ding [Sat, 11 Jul 2020 04:35:53 +0000 (23:35 -0500)]
1) unified the comment style 2) remove regbin setting in tas256x_failsafe, it is useless because the chip will be Hardware reset at the end of function. 3) Add POST_SHUTDOWN regbin setting after chip shutdown

3 years agounified the comment style
Shenghao Ding [Sat, 11 Jul 2020 04:29:56 +0000 (23:29 -0500)]
unified the comment style

3 years agoif the actual sub-block size is less than expected sub-black size, it will out of...
Shenghao Ding [Fri, 10 Jul 2020 15:20:34 +0000 (10:20 -0500)]
if the actual sub-block size is less than expected sub-black size, it will out of memory, then break

3 years ago Release version changed SAMSUNG_TABS7_1.3.2
Peeyush Gupta [Wed, 8 Jul 2020 04:55:16 +0000 (10:25 +0530)]
 Release version changed

3 years agoMerge branch 'master' of ssh://bitbucket.itg.ti.com/landd/tas256x-stereo-driver
vijeth.po [Tue, 7 Jul 2020 14:54:25 +0000 (20:24 +0530)]
Merge branch 'master' of ssh://bitbucket.itg.ti.com/landd/tas256x-stereo-driver

3 years agoFixed Compilation Issues - Wvisibility and K4.19
vijeth.po [Tue, 7 Jul 2020 06:17:38 +0000 (11:47 +0530)]
Fixed Compilation Issues - Wvisibility and K4.19

1. Added forward decleration to fix wvisbility error
2. Added K4.19 decleration to algo header file

3 years agoadd some comments on regbin file
Shenghao Ding [Tue, 7 Jul 2020 05:14:49 +0000 (00:14 -0500)]
add some comments on regbin file

3 years agoremove some unused comments
Shenghao Ding [Tue, 7 Jul 2020 05:09:06 +0000 (00:09 -0500)]
remove some unused comments

3 years agoAdd kcontrol to control regbin
Shenghao Ding [Tue, 7 Jul 2020 05:05:48 +0000 (00:05 -0500)]
Add kcontrol to control regbin

3 years agoAdd a kcontrol to control regbin
Shenghao Ding [Tue, 7 Jul 2020 05:04:06 +0000 (00:04 -0500)]
Add a kcontrol to control regbin

3 years agoAdd a kcontrol to control regbin
Shenghao Ding [Tue, 7 Jul 2020 05:02:34 +0000 (00:02 -0500)]
Add a kcontrol to control regbin

3 years agoAdd a kcontrol to control regbin
Shenghao Ding [Tue, 7 Jul 2020 05:00:17 +0000 (00:00 -0500)]
Add a kcontrol to control regbin

3 years ago rename Patch and Documents folder GOOGLE_PIXEL_1.3.1
Peeyush Gupta [Fri, 3 Jul 2020 05:54:46 +0000 (11:24 +0530)]
 rename Patch and Documents folder

3 years agoRegister Access Utility, added Usage Guide Document
vijeth.po [Thu, 2 Jul 2020 09:06:45 +0000 (14:36 +0530)]
Register Access Utility, added Usage Guide Document

3 years agoRegression Suite - Plot all results IV Gain,Re Values and F0 test to report -WIP
vijeth.po [Wed, 1 Jul 2020 05:18:52 +0000 (10:48 +0530)]
Regression Suite - Plot all results IV Gain,Re Values and F0 test to report -WIP

3 years agoUpdated algo driver and mixer_control reset during interrupt - Verified SAMSUNG_TABS7_1.3.0
vijeth.po [Fri, 26 Jun 2020 18:47:26 +0000 (00:17 +0530)]
Updated algo driver and mixer_control reset during interrupt - Verified

3 years agoAlgo Driver Added,Directory Restructure & utilities added
vijeth.po [Thu, 25 Jun 2020 19:26:30 +0000 (00:56 +0530)]
Algo Driver Added,Directory Restructure & utilities added

3 years agoCheckpatch.pl fix and compile issues fixed in parser
vijeth.po [Thu, 25 Jun 2020 14:30:54 +0000 (20:00 +0530)]
Checkpatch.pl fix and compile issues fixed in parser

3 years agoMixer controls and IV Slot fix
vijeth.po [Thu, 25 Jun 2020 08:26:31 +0000 (13:56 +0530)]
Mixer controls and IV Slot fix

1. Mixer control added for channel mapping
2. Mixer control added for Amp Output Level(channel gain)
3. IV Slot fix

3 years agoAdd a special log for non-integrated code
Shenghao Ding [Wed, 24 Jun 2020 13:12:09 +0000 (08:12 -0500)]
Add a special log for non-integrated code

3 years agoadd non-integrated code
Shenghao Ding [Sat, 20 Jun 2020 14:38:07 +0000 (22:38 +0800)]
add non-integrated code

3 years agoFixed Algo Driver Crash Issue with wrong bin file.
vijeth.po [Fri, 19 Jun 2020 07:35:45 +0000 (13:05 +0530)]
Fixed Algo Driver Crash Issue with wrong bin file.

3 years agoCompilation fixes for codec driver only
vijeth.po [Thu, 18 Jun 2020 12:39:02 +0000 (18:09 +0530)]
Compilation fixes for codec driver only

3 years agoBuild Fix for Kernel Version 4.19
vijeth.po [Thu, 18 Jun 2020 10:19:10 +0000 (15:49 +0530)]
Build Fix for Kernel Version 4.19