From: Eliot Blennerhassett Date: Thu, 22 Dec 2011 00:38:48 +0000 (+1300) Subject: ALSA: asihpi - Add HPI version to module description. X-Git-Tag: v3.3-rc1~32^2~7^2~29 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f50efa2d9b10e32bf9ccd1a4692df3096512dcfc;p=platform%2Fkernel%2Flinux-stable.git ALSA: asihpi - Add HPI version to module description. It is useful to know the HPI version without having to load the module, in order to determine the matching firmware version. Signed-off-by: Eliot Blennerhassett Signed-off-by: Takashi Iwai --- diff --git a/sound/pci/asihpi/asihpi.c b/sound/pci/asihpi/asihpi.c index 2402801..c94d5d5 100644 --- a/sound/pci/asihpi/asihpi.c +++ b/sound/pci/asihpi/asihpi.c @@ -23,6 +23,7 @@ */ #include "hpi_internal.h" +#include "hpi_version.h" #include "hpimsginit.h" #include "hpioctl.h" #include "hpicmn.h" @@ -46,7 +47,8 @@ MODULE_LICENSE("GPL"); MODULE_AUTHOR("AudioScience inc. "); -MODULE_DESCRIPTION("AudioScience ALSA ASI5000 ASI6000 ASI87xx ASI89xx"); +MODULE_DESCRIPTION("AudioScience ALSA ASI5000 ASI6000 ASI87xx ASI89xx " + HPI_VER_STRING); #if defined CONFIG_SND_DEBUG_VERBOSE /**