/sound/pci/asihpi/ |
D | hpi6205.c | 519 struct bus_master_interface *interface; in create_adapter_obj() local 573 interface = phw->p_interface_buffer; in create_adapter_obj() 584 if (interface->control_cache.number_of_controls) { in create_adapter_obj() 588 interface->control_cache.size_in_bytes, in create_adapter_obj() 596 interface->control_cache.size_in_bytes); in create_adapter_obj() 599 hpi_alloc_control_cache(interface-> in create_adapter_obj() 601 interface->control_cache.size_in_bytes, in create_adapter_obj() 610 interface->control_cache.physical_address32 = in create_adapter_obj() 735 struct bus_master_interface *interface = phw->p_interface_buffer; in outstream_host_buffer_allocate() local 810 status = &interface->outstream_host_buffer_status[phm-> in outstream_host_buffer_allocate() [all …]
|
/sound/usb/line6/ |
D | driver.c | 734 int line6_probe(struct usb_interface *interface, in line6_probe() argument 741 struct usb_device *usbdev = interface_to_usbdev(interface); in line6_probe() 754 ret = snd_card_new(&interface->dev, in line6_probe() 765 line6->ifcdev = &interface->dev; in line6_probe() 775 usb_set_intfdata(interface, line6); in line6_probe() 781 dev_info(&interface->dev, "Line 6 %s found\n", properties->name); in line6_probe() 784 interface_number = interface->cur_altsetting->desc.bInterfaceNumber; in line6_probe() 790 dev_err(&interface->dev, "set_interface failed\n"); in line6_probe() 809 dev_info(&interface->dev, "Line 6 %s now attached\n", in line6_probe() 818 line6_disconnect(interface); in line6_probe() [all …]
|
D | driver.h | 200 int line6_probe(struct usb_interface *interface, 207 void line6_disconnect(struct usb_interface *interface); 210 int line6_suspend(struct usb_interface *interface, pm_message_t message); 211 int line6_resume(struct usb_interface *interface);
|
D | toneport.c | 462 static int toneport_reset_resume(struct usb_interface *interface) in toneport_reset_resume() argument 466 err = toneport_setup(usb_get_intfdata(interface)); in toneport_reset_resume() 469 return line6_resume(interface); in toneport_reset_resume() 559 static int toneport_probe(struct usb_interface *interface, in toneport_probe() argument 562 return line6_probe(interface, id, "Line6-TonePort", in toneport_probe()
|
D | variax.c | 219 static int variax_probe(struct usb_interface *interface, in variax_probe() argument 222 return line6_probe(interface, id, "Line6-Variax", in variax_probe()
|
D | Kconfig | 18 * Virtual MIDI interface
|
D | pod.c | 519 static int pod_probe(struct usb_interface *interface, in pod_probe() argument 522 return line6_probe(interface, id, "Line6-POD", in pod_probe()
|
D | podhd.c | 536 static int podhd_probe(struct usb_interface *interface, in podhd_probe() argument 539 return line6_probe(interface, id, "Line6-PODHD", in podhd_probe()
|
/sound/usb/bcd2000/ |
D | bcd2000.c | 349 struct usb_interface *interface) in bcd2000_free_usb_related_resources() argument 363 static int bcd2000_probe(struct usb_interface *interface, in bcd2000_probe() argument 383 err = snd_card_new(&interface->dev, index[card_index], id[card_index], in bcd2000_probe() 391 bcd2k->dev = interface_to_usbdev(interface); in bcd2000_probe() 394 bcd2k->intf = interface; in bcd2000_probe() 396 snd_card_set_dev(card, &interface->dev); in bcd2000_probe() 413 usb_set_intfdata(interface, bcd2k); in bcd2000_probe() 421 bcd2000_free_usb_related_resources(bcd2k, interface); in bcd2000_probe() 427 static void bcd2000_disconnect(struct usb_interface *interface) in bcd2000_disconnect() argument 429 struct bcd2000 *bcd2k = usb_get_intfdata(interface); in bcd2000_disconnect() [all …]
|
/sound/usb/misc/ |
D | ua101.c | 888 find_format_descriptor(struct usb_interface *interface) in find_format_descriptor() argument 894 if (interface->num_altsetting != 2) { in find_format_descriptor() 895 dev_err(&interface->dev, "invalid num_altsetting\n"); in find_format_descriptor() 899 alt = &interface->altsetting[0]; in find_format_descriptor() 901 dev_err(&interface->dev, "invalid bNumEndpoints\n"); in find_format_descriptor() 905 alt = &interface->altsetting[1]; in find_format_descriptor() 907 dev_err(&interface->dev, "invalid bNumEndpoints\n"); in find_format_descriptor() 918 dev_err(&interface->dev, "descriptor overflow\n"); in find_format_descriptor() 926 dev_err(&interface->dev, in find_format_descriptor() 935 dev_err(&interface->dev, "sample format descriptor not found\n"); in find_format_descriptor() [all …]
|
/sound/soc/tegra/ |
D | Kconfig | 15 tristate "Tegra20 AC97 interface" 20 Tegra20 AC97 interface. You will also need to select the individual 31 tristate "Tegra20 I2S interface" 35 Tegra20 I2S interface. You will also need to select the individual 39 tristate "Tegra20 SPDIF interface" 41 Say Y or M if you want to add support for the Tegra20 SPDIF interface. 53 tristate "Tegra30 I2S interface" 57 Tegra30 I2S interface. You will also need to select the individual 73 to interface with Pulse Density Modulation (PDM) input devices. 84 point-to-point serial interfaces. It can interface with I2S [all …]
|
/sound/usb/ |
D | card.c | 191 static int snd_usb_create_stream(struct snd_usb_audio *chip, int ctrlif, int interface) in snd_usb_create_stream() argument 196 struct usb_interface *iface = usb_ifnum_to_if(dev, interface); in snd_usb_create_stream() 200 ctrlif, interface); in snd_usb_create_stream() 213 interface == 0 && in snd_usb_create_stream() 216 interface = 2; in snd_usb_create_stream() 217 iface = usb_ifnum_to_if(dev, interface); in snd_usb_create_stream() 226 ctrlif, interface); in snd_usb_create_stream() 239 ctrlif, interface); in snd_usb_create_stream() 251 ctrlif, interface, altsd->bInterfaceClass); in snd_usb_create_stream() 261 if (! snd_usb_parse_audio_interface(chip, interface)) { in snd_usb_create_stream() [all …]
|
D | Kconfig | 117 Say Y here to include support for TerraTec 6fire DMX USB interface. 129 interface.
|
/sound/soc/meson/ |
D | Makefile | 15 snd-soc-meson-axg-tdm-interface-objs := axg-tdm-interface.o 34 obj-$(CONFIG_SND_MESON_AXG_TDM_INTERFACE) += snd-soc-meson-axg-tdm-interface.o
|
D | aiu.c | 184 struct aiu_interface *interface) in aiu_clk_bulk_get() argument 200 interface->clks = clks; in aiu_clk_bulk_get() 201 interface->clk_num = num; in aiu_clk_bulk_get()
|
/sound/soc/stm/ |
D | Kconfig | 5 tristate "STM32 SAI interface (Serial Audio Interface) support" 16 tristate "STM32 I2S interface (SPI/I2S block) support"
|
/sound/pci/hda/ |
D | Kconfig | 48 bool "Build hwdep interface for HD-audio driver" 51 Say Y here to build a hwdep interface for HD-audio driver. 52 This interface can be used for out-of-band communication 62 Note that this item alone doesn't provide the sysfs interface, but 71 Say Y here to build a digital beep interface for HD-audio 72 driver. This interface is used to generate digital beeps. 80 Set 0 to disable the digital beep interface for HD-audio by default. 81 Set 1 to always enable the digital beep interface for HD-audio by
|
/sound/soc/atmel/ |
D | Kconfig | 7 the ATMEL SSC interface. You will also need 30 Say Y or M if you want to add support for Atmel SSC interface 39 Say Y or M if you want to add support for Atmel SSC interface 132 and supports a Time Division Multiplexed (TDM) interface with
|
/sound/soc/xtensa/ |
D | Kconfig | 7 I2S interface on XTFPGA daughter board. You will also need to select
|
/sound/soc/mxs/ |
D | Kconfig | 9 the MXS SAIF interface.
|
/sound/soc/kirkwood/ |
D | Kconfig | 7 the Kirkwood I2S interface. You will also need to select the
|
/sound/arm/ |
D | Kconfig | 29 the PXA2xx AC97 interface.
|
/sound/soc/bcm/ |
D | Kconfig | 9 the BCM2835 I2S interface. You will also need
|
/sound/core/ |
D | Kconfig | 82 bool "PCM timer interface" if EXPERT 216 bool "Sound jack injection interface via debugfs" 221 Say Y if you are debugging via jack injection interface.
|
/sound/soc/pxa/ |
D | Kconfig | 8 the PXA2xx AC97, I2S or SSP interface. You will also need 42 the MMP SSPA interface.
|