struct snd_soc_dai_driver rk29_i2s_dai[MAX_I2S];
EXPORT_SYMBOL_GPL(rk29_i2s_dai);
-#ifdef CONFIG_HDMI_RK30
+#ifdef CONFIG_RK_HDMI
extern int hdmi_get_hotplug(void);
#endif
/*
opr &= ~I2S_TRAN_DMA_ENABLE;
writel(opr, &(pheadi2s->I2S_DMACR));
if(!i2s->i2s_tx_status && !i2s->i2s_rx_status//sync stop i2s rx tx lcrk
-#ifdef CONFIG_HDMI_RK30
+#ifdef CONFIG_RK_HDMI
&& hdmi_get_hotplug() == 0 //HDMI_HPD_REMOVED
#endif
)
opr &= ~I2S_RECE_DMA_ENABLE;
writel(opr, &(pheadi2s->I2S_DMACR));
if(!i2s->i2s_tx_status && !i2s->i2s_rx_status //sync stop i2s rx tx lcrk
-#ifdef CONFIG_HDMI_RK30
+#ifdef CONFIG_RK_HDMI
&& hdmi_get_hotplug() == 0 //HDMI_HPD_REMOVED
#endif
)