提交 2926d7f4 编写于 作者: S Shuah Khan 提交者: Mauro Carvalho Chehab

[media] media: au0828 create tuner to decoder link in disabled state

Create tuner to demod pad link in disabled state to avoid disable step
when tuner resource is requested by dvb.

[mchehab@osg.samsung.com: fix a merge conflict]
Signed-off-by: NShuah Khan <shuahkh@osg.samsung.com>
Signed-off-by: NMauro Carvalho Chehab <mchehab@osg.samsung.com>
上级 7b12adf6
...@@ -682,8 +682,7 @@ static int au0828_create_media_graph(struct au0828_dev *dev) ...@@ -682,8 +682,7 @@ static int au0828_create_media_graph(struct au0828_dev *dev)
if (tuner) { if (tuner) {
ret = media_create_pad_link(tuner, TUNER_PAD_OUTPUT, ret = media_create_pad_link(tuner, TUNER_PAD_OUTPUT,
decoder, AU8522_PAD_INPUT, decoder, AU8522_PAD_INPUT, 0);
MEDIA_LNK_FL_ENABLED);
if (ret) if (ret)
return ret; return ret;
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册