Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 99023
b: refs/heads/master
c: f3e9d5d
h: refs/heads/master
i:
  99021: a215d6b
  99019: 84c2d8f
  99015: 7cbdfba
  99007: da6f5cb
v: v3
  • Loading branch information
Daniel Mack authored and Jaroslav Kysela committed May 19, 2008
1 parent 3c35d97 commit ee2f0ad
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 48008b598bb9cfffbd871512f49d84eb5b885a00
refs/heads/master: f3e9d5d1fd6a164611043c053de585a35d76d6a9
1 change: 1 addition & 0 deletions trunk/sound/usb/caiaq/caiaq-audio.c
Original file line number Diff line number Diff line change
Expand Up @@ -637,6 +637,7 @@ int snd_usb_caiaq_audio_init(struct snd_usb_caiaqdev *dev)
switch (dev->chip.usb_id) {
case USB_ID(USB_VID_NATIVEINSTRUMENTS, USB_PID_AK1):
case USB_ID(USB_VID_NATIVEINSTRUMENTS, USB_PID_RIGKONTROL3):
case USB_ID(USB_VID_NATIVEINSTRUMENTS, USB_PID_SESSIONIO):
dev->samplerates |= SNDRV_PCM_RATE_88200;
dev->samplerates |= SNDRV_PCM_RATE_192000;
break;
Expand Down
12 changes: 9 additions & 3 deletions trunk/sound/usb/caiaq/caiaq-device.c
Original file line number Diff line number Diff line change
Expand Up @@ -42,14 +42,15 @@
#endif

MODULE_AUTHOR("Daniel Mack <daniel@caiaq.de>");
MODULE_DESCRIPTION("caiaq USB audio, version 1.3.6");
MODULE_DESCRIPTION("caiaq USB audio, version 1.3.8");
MODULE_LICENSE("GPL");
MODULE_SUPPORTED_DEVICE("{{Native Instruments, RigKontrol2},"
"{Native Instruments, RigKontrol3},"
"{Native Instruments, Kore Controller},"
"{Native Instruments, Kore Controller 2},"
"{Native Instruments, Audio Kontrol 1}"
"{Native Instruments, Audio 8 DJ}}");
"{Native Instruments, Audio Kontrol 1},"
"{Native Instruments, Audio 8 DJ},"
"{Native Instruments, Session I/O}}");

static int index[SNDRV_CARDS] = SNDRV_DEFAULT_IDX; /* Index 0-max */
static char* id[SNDRV_CARDS] = SNDRV_DEFAULT_STR; /* Id for this card */
Expand Down Expand Up @@ -110,6 +111,11 @@ static struct usb_device_id snd_usb_id_table[] = {
.idVendor = USB_VID_NATIVEINSTRUMENTS,
.idProduct = USB_PID_AUDIO8DJ
},
{
.match_flags = USB_DEVICE_ID_MATCH_DEVICE,
.idVendor = USB_VID_NATIVEINSTRUMENTS,
.idProduct = USB_PID_SESSIONIO
},
{ /* terminator */ }
};

Expand Down
1 change: 1 addition & 0 deletions trunk/sound/usb/caiaq/caiaq-device.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
#define USB_PID_KORECONTROLLER2 0x4712
#define USB_PID_AK1 0x0815
#define USB_PID_AUDIO8DJ 0x1978
#define USB_PID_SESSIONIO 0x1915

#define EP1_BUFSIZE 64
#define CAIAQ_USB_STR_LEN 0xff
Expand Down

0 comments on commit ee2f0ad

Please sign in to comment.