summaryrefslogtreecommitdiffstats
path: root/drivers/staging/tm6000/tm6000-alsa.c
diff options
context:
space:
mode:
authorDmitri Belimov2010-02-22 10:32:15 +0100
committerMauro Carvalho Chehab2010-05-18 05:44:07 +0200
commite28f49b0b2a8e678af62745ffdc4e4f36d7283a6 (patch)
treef4a389a034c66ab782bf36fa7bb64c39e3a004f2 /drivers/staging/tm6000/tm6000-alsa.c
parentV4L/DVB: tm6000: fix i2c addr test (diff)
downloadkernel-qcow2-linux-e28f49b0b2a8e678af62745ffdc4e4f36d7283a6.tar.gz
kernel-qcow2-linux-e28f49b0b2a8e678af62745ffdc4e4f36d7283a6.tar.xz
kernel-qcow2-linux-e28f49b0b2a8e678af62745ffdc4e4f36d7283a6.zip
V4L/DVB: tm6000: fix some info messages
Fix some messages for add information about TM6010 Signed-off-by: Beholder Intl. Ltd. Dmitry Belimov <d.belimov@gmail.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/staging/tm6000/tm6000-alsa.c')
-rw-r--r--drivers/staging/tm6000/tm6000-alsa.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/drivers/staging/tm6000/tm6000-alsa.c b/drivers/staging/tm6000/tm6000-alsa.c
index cf24340e0874..7cc2ac740d8a 100644
--- a/drivers/staging/tm6000/tm6000-alsa.c
+++ b/drivers/staging/tm6000/tm6000-alsa.c
@@ -1,6 +1,6 @@
/*
*
- * Support for audio capture for tm5600/6000
+ * Support for audio capture for tm5600/6000/6010
* (c) 2007-2008 Mauro Carvalho Chehab <mchehab@redhat.com>
*
* Based on cx88-alsa.c
@@ -76,11 +76,12 @@ MODULE_PARM_DESC(index, "Index value for tm6000x capture interface(s).");
Module macros
****************************************************************************/
-MODULE_DESCRIPTION("ALSA driver module for tm5600/tm6000 based TV cards");
+MODULE_DESCRIPTION("ALSA driver module for tm5600/tm6000/tm6010 based TV cards");
MODULE_AUTHOR("Mauro Carvalho Chehab <mchehab@redhat.com>");
MODULE_LICENSE("GPL");
MODULE_SUPPORTED_DEVICE("{{Trident,tm5600},"
- "{{Trident,tm6000}");
+ "{{Trident,tm6000},"
+ "{{Trident,tm6010}");
static unsigned int debug;
module_param(debug, int, 0644);
MODULE_PARM_DESC(debug, "enable debug messages");