aboutsummaryrefslogtreecommitdiffstats
path: root/sound/usb
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2009-06-12 14:03:06 -0400
committerTakashi Iwai <tiwai@suse.de>2009-06-12 14:03:06 -0400
commit80986be4864239dde9bb69e90be7707344f03725 (patch)
tree66fccfbed173e556d77d6b4297b41846dc862a15 /sound/usb
parenta6093a24bc7da25ce851d22ce3a7bcf1eaca4a95 (diff)
parent955f2d966534803ec32411086a1698170f17f962 (diff)
Merge branch 'topic/caiaq' into for-linus
* topic/caiaq: ALSA: snd_usb_caiaq: set mixername
Diffstat (limited to 'sound/usb')
-rw-r--r--sound/usb/caiaq/device.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sound/usb/caiaq/device.c b/sound/usb/caiaq/device.c
index b9a2b312b83e..22406245a98b 100644
--- a/sound/usb/caiaq/device.c
+++ b/sound/usb/caiaq/device.c
@@ -35,7 +35,7 @@
35#include "input.h" 35#include "input.h"
36 36
37MODULE_AUTHOR("Daniel Mack <daniel@caiaq.de>"); 37MODULE_AUTHOR("Daniel Mack <daniel@caiaq.de>");
38MODULE_DESCRIPTION("caiaq USB audio, version 1.3.15"); 38MODULE_DESCRIPTION("caiaq USB audio, version 1.3.16");
39MODULE_LICENSE("GPL"); 39MODULE_LICENSE("GPL");
40MODULE_SUPPORTED_DEVICE("{{Native Instruments, RigKontrol2}," 40MODULE_SUPPORTED_DEVICE("{{Native Instruments, RigKontrol2},"
41 "{Native Instruments, RigKontrol3}," 41 "{Native Instruments, RigKontrol3},"
@@ -426,6 +426,7 @@ static int __devinit init_card(struct snd_usb_caiaqdev *dev)
426 426
427 strlcpy(card->driver, MODNAME, sizeof(card->driver)); 427 strlcpy(card->driver, MODNAME, sizeof(card->driver));
428 strlcpy(card->shortname, dev->product_name, sizeof(card->shortname)); 428 strlcpy(card->shortname, dev->product_name, sizeof(card->shortname));
429 strlcpy(card->mixername, dev->product_name, sizeof(card->mixername));
429 430
430 /* if the id was not passed as module option, fill it with a shortened 431 /* if the id was not passed as module option, fill it with a shortened
431 * version of the product string which does not contain any 432 * version of the product string which does not contain any