Searched refs:driver_info (Results 1 – 8 of 8) 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 | 492 (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 | 106 { LINE6_DEVICE(0x5057), .driver_info = LINE6_PODHD300 }, 107 { LINE6_DEVICE(0x5058), .driver_info = LINE6_PODHD400 }, 108 { LINE6_IF_NUM(0x414D, 0), .driver_info = LINE6_PODHD500_0 }, 109 { LINE6_IF_NUM(0x414D, 1), .driver_info = LINE6_PODHD500_1 }, 173 &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 | 462 { LINE6_DEVICE(0x4250), .driver_info = LINE6_BASSPODXT }, 463 { LINE6_DEVICE(0x4642), .driver_info = LINE6_BASSPODXTLIVE }, 464 { LINE6_DEVICE(0x4252), .driver_info = LINE6_BASSPODXTPRO }, 465 { LINE6_IF_NUM(0x5051, 1), .driver_info = LINE6_POCKETPOD }, 466 { LINE6_DEVICE(0x5044), .driver_info = LINE6_PODXT }, 467 { LINE6_IF_NUM(0x4650, 0), .driver_info = LINE6_PODXTLIVE_POD }, 468 { LINE6_DEVICE(0x5050), .driver_info = LINE6_PODXTPRO }, 565 &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 }, 287 &variax_properties_table[id->driver_info], in variax_probe()
|
/sound/oss/ |
D | dev_table.h | 47 struct driver_info struct
|