atv_demod: modify PALM/N's resolution and sound system display error [3/3]
authornengwen.chen <nengwen.chen@amlogic.com>
Thu, 11 Oct 2018 02:16:56 +0000 (10:16 +0800)
committerJianxin Pan <jianxin.pan@amlogic.com>
Sat, 13 Oct 2018 04:45:41 +0000 (21:45 -0700)
PD#SWPL-434

Problem:
PALM/N's resolution and sound system display error

Solution:
modify PALM/N's resolution and sound system display error
PALM: 480i PALN: 576i

Verify:
verified by einstein

Change-Id: I2271222634fb5d382aebff31289ab22ddb443bc3
Signed-off-by: nengwen.chen <nengwen.chen@amlogic.com>
drivers/amlogic/atv_demod/atvdemod_func.c

index 3bec808..e939d44 100644 (file)
@@ -1603,6 +1603,7 @@ int amlfmt_aud_standard(int broad_std)
        uint32_t reg_value = 0;
 
        switch (broad_std) {
+       case AML_ATV_DEMOD_VIDEO_MODE_PROP_PAL_M:
        case AML_ATV_DEMOD_VIDEO_MODE_PROP_NTSC:
                std = AUDIO_STANDARD_A2_K;
                configure_adec(std);