rk616: fix rk616 hdmi no sound, select i2s source default
authorxuhuicong <xhc@rock-chips.com>
Mon, 27 May 2013 07:12:08 +0000 (15:12 +0800)
committerxuhuicong <xhc@rock-chips.com>
Mon, 27 May 2013 07:12:08 +0000 (15:12 +0800)
drivers/video/rockchip/hdmi/chips/rk616/rk616_hdmi.h

index 9a61738043df0df025d42c99a26212d42e051c8c..97362b4bbf758364ff28208fe9eb4533a6957814 100755 (executable)
@@ -13,7 +13,7 @@ enum{
        INPUT_IIS,
        INPUT_SPDIF
 };
-#define HDMI_CODEC_SOURCE_SELECT INPUT_SPDIF
+#define HDMI_CODEC_SOURCE_SELECT INPUT_IIS
 
 extern void rk616_hdmi_control_output(int enable);
 extern int rk616_hdmi_register_hdcp_callbacks(void (*hdcp_cb)(void),