Skip to content

Commit

Permalink
Any V4L card may need to preset the tuner.
Browse files Browse the repository at this point in the history
Refs [a3cdcf5]
  • Loading branch information
jpoet committed Oct 23, 2013
1 parent 2ac4d1f commit c649ee2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mythtv/libs/libmythtv/videosource.cpp
Expand Up @@ -2919,7 +2919,7 @@ CardInput::CardInput(const QString & cardtype,
if (CardUtil::IsEncoder(cardtype) || CardUtil::IsUnscanable(cardtype))
{
basic->addChild(new ExternalChannelCommand(*this));
if (!CardUtil::IsEncoder(cardtype))
if (CardUtil::IsV4L(cardtype) && cardtype != "HDPVR")
basic->addChild(new PresetTuner(*this));
}
else
Expand Down

0 comments on commit c649ee2

Please sign in to comment.