This is the official 0.1 dspbridge version. CC: Felipe Contreras <[email protected]> CC: Hiroshi Doyu <[email protected]> CC: Ameya Palande <[email protected]> CC: Nishant Menon <[email protected]>
Signed-off-by: Omar Ramirez Luna <[email protected]> --- drivers/dsp/bridge/rmgr/drv_interface.c | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/drivers/dsp/bridge/rmgr/drv_interface.c b/drivers/dsp/bridge/rmgr/drv_interface.c index c853854..efce35d 100644 --- a/drivers/dsp/bridge/rmgr/drv_interface.c +++ b/drivers/dsp/bridge/rmgr/drv_interface.c @@ -101,6 +101,7 @@ #define BRIDGE_NAME "C6410" /* ----------------------------------- Globals */ #define DRIVER_NAME "DspBridge" +#define DSPBRIDGE_VERSION "0.1" s32 dsp_debug; struct platform_device *omap_dspbridge_dev; @@ -177,6 +178,7 @@ MODULE_PARM_DESC(tc_wordswapon, "TC Word Swap Option. default = 0"); MODULE_AUTHOR("Texas Instruments"); MODULE_LICENSE("GPL"); +MODULE_VERSION(DSPBRIDGE_VERSION); static char *driver_name = DRIVER_NAME; -- 1.6.2.4 -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
