Searched refs:driver_info (Results 1 – 9 of 9) sorted by relevance
/sound/usb/ |
D | quirks-table.h | 45 .driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) { 56 .driver_info = (unsigned long) &(const struct snd_usb_audio_quirk) { 78 .driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) { 87 .driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) { 129 .driver_info = (unsigned long) &(const struct snd_usb_audio_quirk) { 224 .driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) { 237 .driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) { \ 246 .driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) { \ 337 .driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) { 363 .driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) { [all …]
|
D | card.c | 523 return (const struct snd_usb_audio_quirk *)p->driver_info; in get_alias_quirk() 544 (const struct snd_usb_audio_quirk *)usb_id->driver_info; in usb_audio_probe()
|
/sound/usb/hiface/ |
D | chip.c | 111 const struct hiface_vendor_quirk *quirk = (struct hiface_vendor_quirk *)usb_id->driver_info; in hiface_chip_probe() 184 .driver_info = (unsigned long)&(const struct hiface_vendor_quirk) { 191 .driver_info = (unsigned long)&(const struct hiface_vendor_quirk) { 197 .driver_info = (unsigned long)&(const struct hiface_vendor_quirk) { 203 .driver_info = (unsigned long)&(const struct hiface_vendor_quirk) { 209 .driver_info = (unsigned long)&(const struct hiface_vendor_quirk) { 215 .driver_info = (unsigned long)&(const struct hiface_vendor_quirk) { 221 .driver_info = (unsigned long)&(const struct hiface_vendor_quirk) { 227 .driver_info = (unsigned long)&(const struct hiface_vendor_quirk) { 233 .driver_info = (unsigned long)&(const struct hiface_vendor_quirk) { [all …]
|
/sound/usb/line6/ |
D | podhd.c | 355 (id->driver_info == LINE6_PODX3 || in podhd_init() 356 id->driver_info == LINE6_PODX3LIVE) ? &podx3_pcm_properties : in podhd_init() 378 { LINE6_DEVICE(0x5057), .driver_info = LINE6_PODHD300 }, 379 { LINE6_DEVICE(0x5058), .driver_info = LINE6_PODHD400 }, 380 { LINE6_IF_NUM(0x414D, 0), .driver_info = LINE6_PODHD500_0 }, 381 { LINE6_IF_NUM(0x414D, 1), .driver_info = LINE6_PODHD500_1 }, 382 { LINE6_IF_NUM(0x414A, 0), .driver_info = LINE6_PODX3 }, 383 { LINE6_IF_NUM(0x414B, 0), .driver_info = LINE6_PODX3LIVE }, 384 { LINE6_IF_NUM(0x4159, 0), .driver_info = LINE6_PODHD500X }, 480 &podhd_properties_table[id->driver_info], in podhd_probe()
|
D | toneport.c | 423 toneport->type = id->driver_info; in toneport_init() 488 { LINE6_DEVICE(0x4750), .driver_info = LINE6_GUITARPORT }, 489 { LINE6_DEVICE(0x4153), .driver_info = LINE6_PODSTUDIO_GX }, 490 { LINE6_DEVICE(0x4150), .driver_info = LINE6_PODSTUDIO_UX1 }, 491 { LINE6_IF_NUM(0x4151, 0), .driver_info = LINE6_PODSTUDIO_UX2 }, 492 { LINE6_DEVICE(0x4147), .driver_info = LINE6_TONEPORT_GX }, 493 { LINE6_DEVICE(0x4141), .driver_info = LINE6_TONEPORT_UX1 }, 494 { LINE6_IF_NUM(0x4142, 0), .driver_info = LINE6_TONEPORT_UX2 }, 573 &toneport_properties_table[id->driver_info], in toneport_probe()
|
D | pod.c | 461 { LINE6_DEVICE(0x4250), .driver_info = LINE6_BASSPODXT }, 462 { LINE6_DEVICE(0x4642), .driver_info = LINE6_BASSPODXTLIVE }, 463 { LINE6_DEVICE(0x4252), .driver_info = LINE6_BASSPODXTPRO }, 464 { LINE6_IF_NUM(0x5051, 1), .driver_info = LINE6_POCKETPOD }, 465 { LINE6_DEVICE(0x5044), .driver_info = LINE6_PODXT }, 466 { LINE6_IF_NUM(0x4650, 0), .driver_info = LINE6_PODXTLIVE_POD }, 467 { LINE6_DEVICE(0x5050), .driver_info = LINE6_PODXTPRO }, 571 &pod_properties_table[id->driver_info], in pod_probe()
|
D | variax.c | 251 { LINE6_IF_NUM(0x4650, 1), .driver_info = LINE6_PODXTLIVE_VARIAX }, 252 { LINE6_DEVICE(0x534d), .driver_info = LINE6_VARIAX }, 289 &variax_properties_table[id->driver_info], in variax_probe()
|
/sound/usb/usx2y/ |
D | us122l.c | 584 err = usx2y_create_card(device, intf, &card, device_id->driver_info); in us122l_usb_probe() 612 if (id->driver_info & US122L_FLAG_US144 && in snd_us122l_probe() 751 .driver_info = US122L_FLAG_US144 762 .driver_info = US122L_FLAG_US144
|
/sound/oss/ |
D | dev_table.h | 47 struct driver_info struct
|