[PATCH v2 19/22] media: au0828-core register entity_notify hook

2016-02-03 Thread Shuah Khan
Register entity_notify async hook to create links between existing bridge driver entities and a newly added non-bridge driver entities. For example, this handler creates link between V4L decoder entity and ALSA mixer entity. Signed-off-by: Shuah Khan --- drivers/media/usb/au0828/au0828-core.c |

[PATCH v2 19/22] media: au0828-core register entity_notify hook

2016-02-03 Thread Shuah Khan
Register entity_notify async hook to create links between existing bridge driver entities and a newly added non-bridge driver entities. For example, this handler creates link between V4L decoder entity and ALSA mixer entity. Signed-off-by: Shuah Khan ---