mirror of
https://github.com/torvalds/linux.git
synced 2024-11-27 22:51:35 +00:00
[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: Shuah Khan <shuahkh@osg.samsung.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
This commit is contained in:
parent
7b12adf6f5
commit
2926d7f445
@ -682,8 +682,7 @@ static int au0828_create_media_graph(struct au0828_dev *dev)
|
||||
|
||||
if (tuner) {
|
||||
ret = media_create_pad_link(tuner, TUNER_PAD_OUTPUT,
|
||||
decoder, AU8522_PAD_INPUT,
|
||||
MEDIA_LNK_FL_ENABLED);
|
||||
decoder, AU8522_PAD_INPUT, 0);
|
||||
if (ret)
|
||||
return ret;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user