audio: Support output device select for t5w. [1/1]

PD#SWPL-187781

Problem:
Need support output device mute/unmute.

Solution:
AML_MIXER_ID_SPDIF_MUTE should not be set when arc mute/unmute.

Verify:
t5w.

Change-Id: If1599cabdf5e52ccec9e1dd6130b079c749b15ff
Signed-off-by: yuliang.hu <yuliang.hu@amlogic.com>
diff --git a/audio_hal/audio_hw_resource_mgr.c b/audio_hal/audio_hw_resource_mgr.c
index d0e372c..fc848d6 100644
--- a/audio_hal/audio_hw_resource_mgr.c
+++ b/audio_hal/audio_hw_resource_mgr.c
@@ -614,7 +614,7 @@
     struct port_info_map* port_info = get_out_port_info_map(mgr, outport);
 
     int extern_arc = 0;
-    if (check_chip_name("t5", 2, mgr->mixer_ctrl) || check_chip_name("t5d", 3, mgr->mixer_ctrl) || check_chip_name("t6d", 3, mgr->mixer_ctrl)) {
+    if (check_chip_name("t5", 3, mgr->mixer_ctrl) || check_chip_name("t5d", 3, mgr->mixer_ctrl) || check_chip_name("t6d", 3, mgr->mixer_ctrl)) {
         extern_arc = 1;
     }