mirror of
https://github.com/hardkernel/linux.git
synced 2026-03-24 19:40:21 +09:00
ODROID-G12: Fix passthrough not working
Android does not need hdmitx_ext_set_i2s_mask with vu7c. Change-Id: Id31292e36cde63618c4a2b402451d503f3923be5
This commit is contained in:
@@ -35,7 +35,6 @@
|
||||
#include <linux/amlogic/cpu_version.h>
|
||||
|
||||
#include <linux/amlogic/media/sound/aout_notify.h>
|
||||
#include <linux/amlogic/media/vout/hdmi_tx/hdmi_tx_ext.h>
|
||||
|
||||
#include "ddr_mngr.h"
|
||||
#include "tdm_hw.h"
|
||||
@@ -527,7 +526,6 @@ static int aml_dai_tdm_prepare(struct snd_pcm_substream *substream,
|
||||
|
||||
/* i2s source to hdmix */
|
||||
if (p_tdm->i2s2hdmitx) {
|
||||
hdmitx_ext_set_i2s_mask(2, 0x1);
|
||||
i2s_to_hdmitx_ctrl(p_tdm->id);
|
||||
aout_notifier_call_chain(AOUT_EVENT_IEC_60958_PCM,
|
||||
substream);
|
||||
|
||||
Reference in New Issue
Block a user