mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 08:43:31 +00:00
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 <eblennerhassett@audioscience.com> Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
parent
4e225e2649
commit
f50efa2d9b
1 changed files with 3 additions and 1 deletions
|
@ -23,6 +23,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "hpi_internal.h"
|
#include "hpi_internal.h"
|
||||||
|
#include "hpi_version.h"
|
||||||
#include "hpimsginit.h"
|
#include "hpimsginit.h"
|
||||||
#include "hpioctl.h"
|
#include "hpioctl.h"
|
||||||
#include "hpicmn.h"
|
#include "hpicmn.h"
|
||||||
|
@ -46,7 +47,8 @@
|
||||||
|
|
||||||
MODULE_LICENSE("GPL");
|
MODULE_LICENSE("GPL");
|
||||||
MODULE_AUTHOR("AudioScience inc. <support@audioscience.com>");
|
MODULE_AUTHOR("AudioScience inc. <support@audioscience.com>");
|
||||||
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
|
#if defined CONFIG_SND_DEBUG_VERBOSE
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Add table
Reference in a new issue