Skip to content

Commit

Permalink
Merge branch 'topic/caiaq' into for-linus
Browse files Browse the repository at this point in the history
* topic/caiaq:
  ALSA: snd_usb_caiaq: set mixername
  • Loading branch information
tiwai committed Jun 12, 2009
2 parents a6093a2 + 955f2d9 commit 80986be
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sound/usb/caiaq/device.c
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
#include "input.h"

MODULE_AUTHOR("Daniel Mack <daniel@caiaq.de>");
MODULE_DESCRIPTION("caiaq USB audio, version 1.3.15");
MODULE_DESCRIPTION("caiaq USB audio, version 1.3.16");
MODULE_LICENSE("GPL");
MODULE_SUPPORTED_DEVICE("{{Native Instruments, RigKontrol2},"
"{Native Instruments, RigKontrol3},"
Expand Down Expand Up @@ -426,6 +426,7 @@ static int __devinit init_card(struct snd_usb_caiaqdev *dev)

strlcpy(card->driver, MODNAME, sizeof(card->driver));
strlcpy(card->shortname, dev->product_name, sizeof(card->shortname));
strlcpy(card->mixername, dev->product_name, sizeof(card->mixername));

/* if the id was not passed as module option, fill it with a shortened
* version of the product string which does not contain any
Expand Down

0 comments on commit 80986be

Please sign in to comment.