Commit Graph

3836 Commits

Author SHA1 Message Date
zongdong.jiao 9765e558c0 hdmitx21: add sbtm packet sendout func [1/1]
PD#SWPL-142695

Problem:
add sbtm packet sendout func

Solution:
add sbtm packet sendout func

Verify:
s5/ax201

Test:
DRM-TX-17

Change-Id: I3479412e30415e0a6cf47e233e1c0b78460759fb
Signed-off-by: zongdong.jiao <zongdong.jiao@amlogic.com>
2023-10-31 11:25:43 +08:00
caiyi.xu 431a219053 dtv_demod: increase the speed of dvbc blind scanning (v3.5.17) [1/1]
PD#SWPL-139193

Problem:
1.time consuming of dvbc blind scanning is too long
2.miss channel in dvbc blind scan

Solution:
1.add identification of invalid and non DVBC signal freq points
2.ignore the freq 1 to 5 M after the freq which locked
3.reduce the strength threshold and also lock these signals

Verify:
AR331,AY301,TC8000

Change-Id: I90659eed9f6818c9674e1b202f9a354fad2fd936
Signed-off-by: caiyi.xu <caiyi.xu@amlogic.com>
2023-10-31 11:23:46 +08:00
zhicheng.huang 6f909d81db dtv_demod: optimize dvbs rssi for rt720(V3.5.16) [1/2]
PD#OTT-47021
PD#TV-82581

Problem:
rt720 rssi is inaccurate

Solution:
1.optimize rt720 rf rssi;
2.fix DTV_STAT_SIGNAL_STRENGTH and DTV_STAT_CNR;
3.AMLDTVDEMOD_VER V3.5.16

Verify:
t5m, s4d

Change-Id: Ib26c25d36eb326d32ceffe7dbc9a9e82b89de218
Signed-off-by: zhicheng.huang <zhicheng.huang@amlogic.com>
2023-10-31 11:23:24 +08:00
min.yang c894ef8023 dtv_demod: remove unused macro and code (V3.5.015) [1/1]
PD#SWPL-142882

Problem:
demod code optimization

Solution:
1.remove CONFIG_AMLOGIC_DVB_COMPAT
2.remove CONFIG_AMLOGIC_REMOVE_OLD
3.remove exp_attach and tuner_get_info

Verify:
verified by S1A

Change-Id: I65f9a2388f8a18c874c84bbebf37558a23b7c95e
Signed-off-by: min.yang <min.yang@amlogic.com>
2023-10-31 11:23:06 +08:00
caiyi.xu ffa847abe7 dtv_demod: Support ignoring common plp in dvbt2 (v3.5.14) [1/1]
PD#SWPL-142970

Problem:
duplicate programs in common plp

Solution:
ignore common plp
print real fw version

Verify:
AY301

Change-Id: I6fa15967fe63ac3ac8af67db17f6a9ed109d7e21
Signed-off-by: caiyi.xu <caiyi.xu@amlogic.com>
2023-10-31 11:22:51 +08:00
nengwen.chen 436363cea2 dtv_demod: fix r842 dvbt/t2 LTE interferer test fail (V3.5.013) [1/1]
PD#SWPL-141144
PD#TV-92416

Problem:
r842 dvbt/t2 LTE interferer test fail.

Solution:
add agc slow for dvbt/t2 after locked.
AMLDTVDEMOD_VER "V3.5.013".

Verify:
T5W/T5M/T3X.

Change-Id: Ie0d483620fc9de5d67c8e48adeb09922f6203385
Signed-off-by: nengwen.chen <nengwen.chen@amlogic.com>
2023-10-31 11:22:34 +08:00
zongdong.jiao b7e83b4c28 hdmitx: cleanup the bool return value in edid [1/1]
PD#SWPL-141768

Problem:
cleanup the bool return value in edid

Solution:
cleanup the bool return value in edid

Verify:
sc2/ah212

Test:
DRM-TX-17

Change-Id: I05ab9f8a5d20c457178349f7400f4ccb6e009d20
Signed-off-by: zongdong.jiao <zongdong.jiao@amlogic.com>
2023-10-30 19:56:07 +08:00
yao zhang1 a24ea130f9 bootup: Optimize k5.15 boot log. [1/1]
PD#SWPL-142042

Problem:
Too many logs affect performance.

Solution:
Optimize boot log.

Verify:
sc2

Test:
DRM-OSD-2

Change-Id: I5a9435c350074206226a164fdf3f2eb64e4683a1
Signed-off-by: yao zhang1 <yao.zhang1@amlogic.com>
2023-10-30 18:59:09 +08:00
zhou.han 64d81f220b hdmitx: use hdmitx log api instead of pr_info/pr_err [1/1]
PD#SWPL-141588

Problem:
5.15 code integration

Solution:
Delete log_level variables and nodes in tx20 and tx21 and
replace them with apis in hdmitx_log. Replace the pr_err
and pr_info of the tx module with the new API.

Verify:
ohm

Test:
print test

Change-Id: I7b4e7116cb009d0ff63f1868f801cb7e07bc9db0
Signed-off-by: zhou.han <zhou.han@amlogic.com>
2023-10-30 18:56:51 +08:00
Hanjie Lin 9e54526bb0 system_heap: optimize allocate orders [1/1]
PD#SWPL-139378

Problem:
MID_ORDER_GFP may cost a lot of CPU time in memory compaction when allocate
big system heap.

Solution:
change to HIGH_ORDER_GFP can prevent this cost.
Change order 4 to 3 let system heap can allocate more contiguous memory.

Verify:
ohm

Change-Id: I6260d6d246605227132e459a8bc4ba0cf8d2065e
Signed-off-by: Hanjie Lin <hanjie.lin@amlogic.com>
2023-10-30 17:02:30 +08:00
qinglin.li 90aa212acf build_config: build kernel aarch64 not need other config when build gki20 [1/1]
PD#SWPL-142586

Problem:
build kernel aarch64 not need other config when build gki20

Solution:
move upgrade and dev configs to not gki20

Verify:
local

Change-Id: I9c4fef2f1037d16620c9a5e4d9d545d46d6037e7
Signed-off-by: qinglin.li <qinglin.li@amlogic.com>
2023-10-27 15:10:40 +08:00
bowen cheng 61a55b30ba cec: remove msleep when get phyaddr [1/1]
PD#SWPL-142866

Problem:
app get phyaddr when wakeup takeup much time

Solution:
remove msleep when get phyaddr

Verify:
AH212

Change-Id: I78266da2e62e15851e82109ac04cd7957639578e
Signed-off-by: bowen cheng <bowen.cheng@amlogic.com>
2023-10-27 15:10:40 +08:00
congyang.huang 1d40f7656e drm: Remove the judgment of max_bpc [1/1]
PD#SWPL-141895

Problem:
Plug and unplug the HDMI cable,hdmitx output SDR due to
the smaller bit of attr than the value of max_bpc

Solution:
Remove the judgment of max_bpc because hdmitx does not
rely on max_bpc

Verify:
sc2

Test:
DRM-TX-44

Change-Id: I19b03302adb0dc5b3ffd1a0c3bec5c9a1190fb20
Signed-off-by: congyang.huang <congyang.huang@amlogic.com>
2023-10-27 15:09:44 +08:00
dian.shao 27c3afa3ac sc2: usb: fix SC2 suspend power consumption [1/1]
PD#SWPL-143832

Problem:
fix SC2 suspend power consumption.

Solution:
fix SC2 suspend power consumption.

Verify:
AH212

Change-Id: I8596d84d5cefbb8281245450922be86653d680cf
Signed-off-by: dian.shao <dian.shao@amlogic.com>
2023-10-27 15:09:31 +08:00
Zhuo Wang e80036ed4d eth: add delay for resume flow [1/1]
PD#SWPL-142439

Problem:
phy can't read right setting when resume

Solution:
add delay for resume flow

Verify:
s905x4-ah212#009

Change-Id: I18639e0a59a3d5671a463be6a928c4d958ad7185
Signed-off-by: Zhuo Wang <zhuo.wang@amlogic.com>
2023-10-25 20:03:25 +08:00
Ao Xu 83e3da7ae9 drm: use drm_print to add state in drm sysfs [1/1]
PD#SWPL-143050

Problem:
no drm state sysfs node

Solution:
use drm_print to add state in drm sysfs

Verify:
ohm

Test:
DRM-OSD-112

Change-Id: Iafbaa10dd7c17b9a244654948478f588c63caae9
Signed-off-by: Ao Xu <ao.xu@amlogic.com>
2023-10-25 20:01:27 +08:00
congyang.huang 21d7d24039 drm: correct txhd2 drm postblend and keystone policy [1/1]
PD#SWPL-131769

Problem:
VPP_POSTBLEND and scope corresponds to their
respective OSD, not din

Solution:
configure the postblend and scope corresponding to osd

Verify:
txhd2

Test:
DRM-OSD-82

Change-Id: I7ead010d7768e96d23afb3ead748178ced6b148c
Signed-off-by: congyang.huang <congyang.huang@amlogic.com>
2023-10-25 20:01:23 +08:00
Dezhen Wang 6f3c2efdd6 Script: fix the problem in function menuconfig and basicconfig [1/1]
PD#SWPL-142167

Problem:
menuconfig and basicconfig have problem in build kernel 14-5.15

Solution:
fix the problem

Verify:
local

Change-Id: Ic920a5489a3895eebed78aacb12c38409124f61a
Signed-off-by: Dezhen Wang <dezhen.wang@amlogic.com>
2023-10-25 15:37:14 +08:00
Ao Xu 74e8529e53 hdmitx: remove dummyl suspend/resume and vout_device legacy function [1/1]
PD#SWPL-141589
PD#SWPL-141801

Problem:
get_attr, setup_attr, video_mute in vout_device is not needed
drm suspend/resume do the same thing with dummyl suspend/resume

Solution:
remove vout_device legacy interface
remove dummyl suspend/resume interface

Verify:
ohm

Test:
DRM-TX-19

Change-Id: I950acd61ff2742e452f15221c2a542f6aafecdc7
Signed-off-by: Ao Xu <ao.xu@amlogic.com>
2023-10-24 15:42:38 +08:00
Wenjie Qiao b63a9b9f7d hdmitx21: hdmitx_hw_get_state vic return wrong [1/1]
PD#SWPL-141888

Problem:
hdmitx_hw_get_state vic return 0 in 4K30hz, 4K25hz, 4K24hz

Solution:
hdmi14b vic get from vsif

Verify:
s5/t7

Test:
DRM-TX-36

Change-Id: I7461c3a4b147eb61a8617d674e235a8405f94a79
Signed-off-by: Wenjie Qiao <wenjie.qiao@amlogic.com>
2023-10-24 15:42:13 +08:00
saisai.chang 0a9f0ec9c5 audio: fix audio coverity [1/1]
PD#SWPL-134417

Problem:
coverity

Solution:
fix coverity

Verify:
coverity script scan cannot find these problem

Change-Id: I95e25f313644cf94ad80948a348fcfaf94078183
Signed-off-by: saisai.chang <saisai.chang@amlogic.com>
2023-10-24 15:41:56 +08:00
chen.xu e2f5561691 vpp: fix HDR10 and HLG input and output format error [1/1]
PD#SWPL-139184

Problem:
HDR10 and HLG input and output format error for pip mode.

Solution:
adapter HDR10 and HLG input and output format for pip mode.

Verify:
S5

Change-Id: Ideb162c760bab1f294bf624243247033886f322b
Signed-off-by: chen.xu <chen.xu@amlogic.com>
2023-10-23 14:32:18 +08:00
Huqiang Qin 7ae34cd917 input: coverity clean [1/1]
PD#SWPL-141997

Problem:
Have coverity issue.

Solution:
Modify the code based on scan results.

Verify:
Kernel 5.15

Change-Id: I15cc6077c83e8ea6b88f33e8f51f1285a9f1af2e
Signed-off-by: Huqiang Qin <huqiang.qin@amlogic.com>
2023-10-23 14:31:07 +08:00
chen.xu 943a155ae7 video_composer: fix interlace source start play and screen jitter [1/1]
PD#SWPL-137740

Problem:
1.interlace source start play and screen jitter.

Solution:
1.while top and bottom alternating appearance,
force bottom to top to display.

Verify:
ohm

Change-Id: Id727bd09bb6144f45b437c4902310591ec4503e3
Signed-off-by: chen.xu <chen.xu@amlogic.com>
2023-10-23 14:31:07 +08:00
junyi.zhao 94679ab923 clk: fix coverity error [1/1]
PD#SWPL-141995

Problem:
coverity error

Solution:
fix it

Verify:
txhd2 be319

Change-Id: I66b792367385100bed5845d8bf4239f79253f6ef
Signed-off-by: junyi.zhao <junyi.zhao@amlogic.com>
2023-10-23 14:27:57 +08:00
Yu Tu b667db8993 pcie: resume lost msi lead to wifi not work [1/1]
PD#SWPL-143010

Problem:
common code lose patch [815953dc2011ad7a34de]

Solution:
pcie host workround

Verify:
sc2

Change-Id: Ie115ae9f8565816b52d9b77f8a588114e45fdb02
Signed-off-by: Yu Tu <yu.tu@amlogic.com>
2023-10-23 14:27:42 +08:00
zhou.han d3cd378d72 hdmitx: share _show_aud_cap [1/1]
PD#SWPL-141587

Problem:
dump 'aud_cap' in the hdmitx_common directory.

Solution:
move the node 'aud_cap' from tx20 and tx21 to
hdmitx_sysfs_common, and dump 'aud_cap' in hdmitx_edid.

Verify:
ohm

Test:
aud_cap

Change-Id: I34cba3ffc81b2e5cf93c4cc3e10ae0b555feb018
Signed-off-by: zhou.han <zhou.han@amlogic.com>
2023-10-19 20:13:16 +08:00
zongdong.jiao 3e0b11439c hdmitx: reassign the cs value under STD DV [1/1]
PD#SWPL-140870

Problem:
The UI displays as wrong color due to the wrong cs value

Solution:
Reassign the cs value under STD DV

Verify:
sc2/ah212

Test:
DRM-TX-11

Change-Id: I0fea0f2d685aeec8a231f580b705cd9cebbbf7eb
Signed-off-by: zongdong.jiao <zongdong.jiao@amlogic.com>
2023-10-19 10:25:33 +08:00
jintao xu 4f3ba52d13 di_backend: fix panic when dtv change sorce [1/2]
PD#SWPL-142722

Problem:
panic when dtv change sorce

Solution:
1: v4lvideo lock need include all vf in dq thread
2: reset all parameter when init
3: fix get err file when drop

Verify:
sc2

Change-Id: I8ee754bbecfb1166dd64d231df29742a37efde9d
Signed-off-by: jintao xu <jintao.xu@amlogic.com>
2023-10-19 10:24:38 +08:00
Ao Xu 7bf0044535 drm: add ready property to indicate hdmitx status [1/1]
PD#SWPL-142076

Problem:
hwc can't get hdmitx status

Solution:
add ready property to indicate hdmitx status

Verify:
ohm

Test:
DRM-TX-24

Change-Id: Iffa26048f0d910c614ec901e1dcff48dc189a090
Signed-off-by: Ao Xu <ao.xu@amlogic.com>
2023-10-19 09:54:43 +08:00
hang cheng 64424d7666 hdmitx: disable output if plugout during bootup [1/1]
PD#SWPL-92410

Problem:
hdmitx output is not disabled if there's plugout
event during bootup period

Solution:
disable output if plugout during bootup, and let
system to set hdmi mode when it's ready

Verify:
ohm

Test:
DRM-TX-38

Change-Id: I6f933dea92ad96a562d2b271e2c327422eab30e9
Signed-off-by: hang cheng <hang.cheng@amlogic.com>
2023-10-19 09:54:21 +08:00
ruofei.zhao 51e4b74e49 hdmitx: modify the default max_tmds_clk [1/1]
PD#SWPL-140324

Problem:
the current default max_tmds_clk is 150MHz,which is not reasonable

Solution:
set the default max_tmds_clk as 165MHz when the max_tmds_clk field in
EDID is invaliable

Verify:
AX201-S928X

Test:
DRM-TX-35

Change-Id: I939eacf64ba4fff35dcde5379f36e159bf64e5da
Signed-off-by: ruofei.zhao <ruofei.zhao@amlogic.com>
2023-10-19 09:53:59 +08:00
Wenjie Qiao 166c4405be hdmitx: unify audio setting parameters [1/1]
PD#SWPL-140396

Problem:
There are two methods for hdmitx audio setting:
hdmitx_notify_callback_a() and old API
hdmitx_ext_set/get_i2s_mask().
This may make concurrency issue.

Solution:
Unify the audio parameters setting with callback

Verify:
sc2-ah212

Test:
DRM-TX-33

Change-Id: I0c1dd19b66d783290008a83428141dd2a427ea01
Signed-off-by: Wenjie Qiao <wenjie.qiao@amlogic.com>
2023-10-18 19:27:58 +08:00
nengwen.chen 417bce8601 atv_demod: delete debug logs in probe (V3.03) [1/1]
PD#SWPL-140739

Problem:
delete debug logs in probe.

Solution:
delete debug logs in probe.
AMLATVDEMOD_VER "V3.03".

Verify:
TXHD2.

Change-Id: Iecbd95e7ada3e2ec0d9976caf8a40595a75604f1
Signed-off-by: nengwen.chen <nengwen.chen@amlogic.com>
2023-10-18 14:57:25 +08:00
nengwen.chen d21e3f2981 atv_demod: fix afc (+/-2MHz) (V3.02) [1/1]
PD#SWPL-140421

Problem:
fix afc (+/-2MHz).

Solution:
1.fix afc (+/-2MHz).
2.used to set_frequency tune tuner only with frequency change.
3.add delay after retune tuner in afc.
4.AMLATVDEMOD_VER "V3.02".

Verify:
verify by T5D.

Change-Id: I2dca46e98a6e085e635d716837a92280ba6d681e
Signed-off-by: nengwen.chen <nengwen.chen@amlogic.com>
2023-10-18 14:57:22 +08:00
nengwen.chen e2bac92915 dtv_demod: add DTV_STAT_SIGNAL_STRENGTH and DTV_STAT_CNR(V3.5.012) [1/1]
PD#SWPL-138384

Problem:
add DTV_STAT_SIGNAL_STRENGTH and DTV_STAT_CNR.

Solution:
add DTV_STAT_SIGNAL_STRENGTH and DTV_STAT_CNR.
AMLDTVDEMOD_VER "V3.5.012".

Verify:
S4D.

Change-Id: I71a4339810f82ed38b61193a9a29b7dd889a1e2d
Signed-off-by: nengwen.chen <nengwen.chen@amlogic.com>
2023-10-18 14:56:26 +08:00
nengwen.chen cdbe20ac64 dtv_demod: delete debug logs in probe (V3.5.011) [1/1]
PD#SWPL-140739

Problem:
delete debug logs in probe.

Solution:
delete debug logs in probe.
AMLDTVDEMOD_VER "V3.5.011".

Verify:
TXHD2.

Change-Id: I6374bc741be9ac298771e0a0820262ceeb29312b
Signed-off-by: nengwen.chen <nengwen.chen@amlogic.com>
2023-10-18 14:56:19 +08:00
hang cheng 37106fbfb4 hdmitx: abstract disable output flow [1/1]
PD#SWPL-142486

Problem:
need to abstract disable output flow

Solution:
abstract common disable output flow

Verify:
Ohm + android U

Test:
DRM-TX-38

Change-Id: I26812288a9b11ae1002de43f10437d357ac77844
Signed-off-by: hang cheng <hang.cheng@amlogic.com>
2023-10-18 14:53:58 +08:00
Yue Wang 0b1b861890 usb: usb2 squelch level setting 125mv [1/1]
PD#SWPL-98861

Problem:
usb2 squelch level setting 125mv

Solution:
usb2 squelch level setting 125mv

Verify:
t5 test, all chip need this setting

Change-Id: I421413f3e859ddfa5ef6e56351321a3367ca6227
Signed-off-by: Yue Wang <yue.wang@amlogic.com>
2023-10-18 14:53:41 +08:00
wenlong.zhang ca6f47c505 drm: fix screen flicker when exiting BADLAND game to home UI [1/1]
PD#SWPL-141450

Problem:
premult will effect when format is rgbx

Solution:
premult will not effect for rgbx format

Verify:
sc2

Test:
DRM-OSD-107

Change-Id: I4316b4d721241ffd6b2eb35479059f16efa013f7
Signed-off-by: wenlong.zhang <wenlong.zhang@amlogic.com>
2023-10-18 14:53:16 +08:00
zongdong.jiao d9784c6133 hdmitx: update tx21 to call common audio api [1/1]
PD#SWPL-141802

Problem:
Update tx21 to call common audio api

Solution:
update tx21 to call common audio api

Verify:
sc2/ah212

Test:
DRM-TX-33

Change-Id: I706643a7a8a5bf5fe3de90a62342106c2f7b6ca0
Signed-off-by: zongdong.jiao <zongdong.jiao@amlogic.com>
2023-10-18 14:52:43 +08:00
zhikui.cui 946e8375d5 nand: coverity clean [1/1]
PD#SWPL-141996

Problem:
Unintentional integer overflow

Solution:
redefine related variables to u64

Verify:
just coverity pass

Change-Id: Idcced22cdecb2a925692e88eee0cd3b658fb71c4
Signed-off-by: zhikui.cui <zhikui.cui@amlogic.com>
2023-10-18 14:52:42 +08:00
qinglin.li 5d3c1fa9b0 ddr_bandwidth: irq too much due to crash [1/1]
PD#SWPL-141263

Problem:
when ddr bandwidth irq handle not register but set,
will be due dmc irq too much,
if dmc and bandwidth use same irq num.

Solution:
not enabled bandwidth irq when irq handle not set

Verify:
sc2

Change-Id: Ie8622c8b8a9a623d936d37a43d3e56d039b83cd1
Signed-off-by: qinglin.li <qinglin.li@amlogic.com>
2023-10-18 14:51:40 +08:00
Wenjie Qiao 56399aa4c0 hdmitx: sm1 boot panic [1/1]
PD#SWPL-141867

Problem:
sm1 boot panic

Solution:
Chips before SC2 do not allow access
to P_CLKCTRL_HDCP22_CLK_CTRL

Verify:
sm1

Test:
DRM-TX-17

Change-Id: I493e67c02da56ab38064aafec3f8277447561d78
Signed-off-by: Wenjie Qiao <wenjie.qiao@amlogic.com>
2023-10-17 19:28:09 +08:00
zhenteng.tian f5badcc5e6 v4lvideo: fix kernel panic for stress test. [1/1]
PD#SWPL-141870

Problem:
Stress testing result kernel panic.

Solution:
Add protection to check if parameter is error.

Verify:
T3X

Change-Id: I195a7de0c2324dbba54d640a23c54560680bfc57
Signed-off-by: zhenteng.tian <zhenteng.tian@amlogic.com>
2023-10-17 19:22:05 +08:00
zongdong.jiao 1993374029 hdmitx: move hdmitx_notify_callback_a to tx_comm [1/1]
PD#SWPL-140949

Problem:
move hdmitx_notify_callback_a to tx_comm

Solution:
move hdmitx_notify_callback_a to tx_comm

Verify:
sc2/ah212

Test:
DRM-TX-33

Change-Id: Id0de611a76238d8af39e098972317037224c5091
Signed-off-by: zongdong.jiao <zongdong.jiao@amlogic.com>
2023-10-17 19:17:30 +08:00
Jianxiong Pan 1231a9c7f9 mm: set cma_debug failure. [1/1]
PD#SWPL-121825

Problem:
echo 5 > /proc/cma_debug often failure.

Solution:
rebuild code.

Verify:
ohm.

Change-Id: Ie6a2fcd3c7b498d9877ef009d907c7d75c62d874
Signed-off-by: Jianxiong Pan <jianxiong.pan@amlogic.com>
2023-10-17 18:53:33 +08:00
Pengcheng Chen aef84c9221 vpu: enable down vpu_clk when suspend with sc2 [1/1]
PD#SWPL-132992

Problem:
sc2 need down vpu_clk when suspend

Solution:
enable down vpu_clk when suspend with sc2

Verify:
sc2

Change-Id: I2d69d1de06acd05005c697f0c94b65b98ebf5631
Signed-off-by: Pengcheng Chen <pengcheng.chen@amlogic.com>
2023-10-17 15:34:47 +08:00
yiting.deng 1451450114 vrtc: k5.15 echo 0 cmd no clear alarm [1/1]
PD#SWPL-141475

Problem:
set alarm  A second, then clear alarm using echo 0 cmd,
suspend or poweroff will delay A second resume/boot

Solution:
add code clear driver store alarm  para after set alarm

Verify:
t5d, t3, sc2, s4

Change-Id: Iee848ab5949edcb3b6e92027ae4410124d38fcec
Signed-off-by: yiting.deng <yiting.deng@amlogic.com>
2023-10-16 16:28:32 +08:00
zongdong.jiao 74fe3cffa2 hdmitx: cleanup and tidy audio parameters [1/1]
PD#SWPL-141560

Problem:
Need to cleanup and tidy audio parameters

Solution:
cleanup and tidy audio parameters

Verify:
sc2/ah212

Test:
DRM-TX-33

Change-Id: If420acbdc69f218122d2a74f6471d83c41e3f89a
Signed-off-by: zongdong.jiao <zongdong.jiao@amlogic.com>
2023-10-16 14:37:34 +08:00