summaryrefslogtreecommitdiff
path: root/linux/drivers/media/video/cx88/cx88-alsa.c
diff options
context:
space:
mode:
Diffstat (limited to 'linux/drivers/media/video/cx88/cx88-alsa.c')
-rw-r--r--linux/drivers/media/video/cx88/cx88-alsa.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/linux/drivers/media/video/cx88/cx88-alsa.c b/linux/drivers/media/video/cx88/cx88-alsa.c
index e54fd1f23..b8e85aadd 100644
--- a/linux/drivers/media/video/cx88/cx88-alsa.c
+++ b/linux/drivers/media/video/cx88/cx88-alsa.c
@@ -1,5 +1,5 @@
/*
- * $Id: cx88-alsa.c,v 1.1 2004/07/29 21:35:48 kraxel Exp $
+ * $Id: cx88-alsa.c,v 1.2 2004/07/30 11:14:05 kraxel Exp $
*
* Support for audio capture
* PCI function #1 of the cx2388x.
@@ -77,7 +77,8 @@ static int __devinit cx8801_initdev(struct pci_dev *pci_dev,
goto fail_core;
}
- printk("%s/1: alsa dummy module loaded\n",core->name);
+ printk("%s/1: no alsa support yet, this is just a dummy module\n",
+ core->name);
pci_set_drvdata(pci_dev,dev);
return 0;