X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=Documentation%2Fmedia-framework.txt;h=f552a75c0e70b22b3800a3fa93c0783075228250;hb=e8308567c1c6ee659fd464d6d27632731833f03b;hp=77bd0a42f19df6832eb89414b9689f3893bf96eb;hpb=107d3e535874dc06e9bf0282d9bd707f7595eafe;p=firefly-linux-kernel-4.4.55.git diff --git a/Documentation/media-framework.txt b/Documentation/media-framework.txt index 77bd0a42f19d..f552a75c0e70 100644 --- a/Documentation/media-framework.txt +++ b/Documentation/media-framework.txt @@ -18,7 +18,7 @@ Abstract media device model Discovering a device internal topology, and configuring it at runtime, is one of the goals of the media framework. To achieve this, hardware devices are -modeled as an oriented graph of building blocks called entities connected +modelled as an oriented graph of building blocks called entities connected through pads. An entity is a basic media hardware building block. It can correspond to @@ -265,7 +265,7 @@ connected to another pad through an enabled link media_entity_find_link(struct media_pad *source, struct media_pad *sink); - media_entity_remote_source(struct media_pad *pad); + media_entity_remote_pad(struct media_pad *pad); Refer to the kerneldoc documentation for more information.