/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 | 725 int line6_probe(struct usb_interface *interface, in line6_probe() argument 732 struct usb_device *usbdev = interface_to_usbdev(interface); in line6_probe() 745 ret = snd_card_new(&interface->dev, in line6_probe() 756 line6->ifcdev = &interface->dev; in line6_probe() 766 usb_set_intfdata(interface, line6); in line6_probe() 772 dev_info(&interface->dev, "Line 6 %s found\n", properties->name); in line6_probe() 775 interface_number = interface->cur_altsetting->desc.bInterfaceNumber; in line6_probe() 781 dev_err(&interface->dev, "set_interface failed\n"); in line6_probe() 800 dev_info(&interface->dev, "Line 6 %s now attached\n", in line6_probe() 809 line6_disconnect(interface); in line6_probe() [all …]
|
D | driver.h | 197 int line6_probe(struct usb_interface *interface, 204 void line6_disconnect(struct usb_interface *interface); 207 int line6_suspend(struct usb_interface *interface, pm_message_t message); 208 int line6_resume(struct usb_interface *interface);
|
D | toneport.c | 461 static int toneport_reset_resume(struct usb_interface *interface) in toneport_reset_resume() argument 465 err = toneport_setup(usb_get_intfdata(interface)); in toneport_reset_resume() 468 return line6_resume(interface); in toneport_reset_resume() 558 static int toneport_probe(struct usb_interface *interface, in toneport_probe() argument 561 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 | podhd.c | 418 static int podhd_probe(struct usb_interface *interface, in podhd_probe() argument 421 return line6_probe(interface, id, "Line6-PODHD", in podhd_probe()
|
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()
|
/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/soc/tegra/ |
D | Kconfig | 13 tristate "Tegra20 AC97 interface" 19 Tegra20 AC97 interface. You will also need to select the individual 31 tristate "Tegra20 I2S interface" 36 Tegra20 I2S interface. You will also need to select the individual 40 tristate "Tegra20 SPDIF interface" 44 Say Y or M if you want to add support for the Tegra20 SPDIF interface. 57 tristate "Tegra30 I2S interface" 62 Tegra30 I2S interface. You will also need to select the individual
|
/sound/usb/misc/ |
D | ua101.c | 908 find_format_descriptor(struct usb_interface *interface) in find_format_descriptor() argument 914 if (interface->num_altsetting != 2) { in find_format_descriptor() 915 dev_err(&interface->dev, "invalid num_altsetting\n"); in find_format_descriptor() 919 alt = &interface->altsetting[0]; in find_format_descriptor() 921 dev_err(&interface->dev, "invalid bNumEndpoints\n"); in find_format_descriptor() 925 alt = &interface->altsetting[1]; in find_format_descriptor() 927 dev_err(&interface->dev, "invalid bNumEndpoints\n"); in find_format_descriptor() 938 dev_err(&interface->dev, "descriptor overflow\n"); in find_format_descriptor() 946 dev_err(&interface->dev, in find_format_descriptor() 955 dev_err(&interface->dev, "sample format descriptor not found\n"); in find_format_descriptor() [all …]
|
/sound/soc/zte/ |
D | Kconfig | 9 ZTE ZX SPDIF interface 18 ZTE ZX I2S interface 26 ZTE ZX TDM interface
|
/sound/usb/ |
D | card.c | 265 if (subs->interface < 0 && !subs->data_endpoint && in find_snd_usb_substream() 301 subs->interface = -1; in snd_usb_stream_disconnect() 307 static int snd_usb_create_stream(struct snd_usb_audio *chip, int ctrlif, int interface) in snd_usb_create_stream() argument 312 struct usb_interface *iface = usb_ifnum_to_if(dev, interface); in snd_usb_create_stream() 316 ctrlif, interface); in snd_usb_create_stream() 329 interface == 0 && in snd_usb_create_stream() 332 interface = 2; in snd_usb_create_stream() 333 iface = usb_ifnum_to_if(dev, interface); in snd_usb_create_stream() 342 ctrlif, interface); in snd_usb_create_stream() 355 ctrlif, interface); in snd_usb_create_stream() [all …]
|
D | pcm.c | 606 if (subs->interface >= 0 && (subs->interface != fmt->iface || subs->need_setup_fmt)) { in set_format() 608 err = usb_set_interface(subs->dev, subs->interface, 0); in set_format() 616 subs->interface = -1; in set_format() 645 subs->interface = fmt->iface; in set_format() 678 if (subs->interface >= 0) { in snd_usb_enable_audio_stream() 679 usb_set_interface(subs->dev, subs->interface, 0); in snd_usb_enable_audio_stream() 681 subs->interface = -1; in snd_usb_enable_audio_stream() 702 subs->interface = -1; in snd_usb_enable_audio_stream() 730 subs->interface = fmt->iface; in snd_usb_enable_audio_stream() 989 subs->interface = fmt->iface; in snd_usb_hw_params() [all …]
|
D | Kconfig | 117 Say Y here to include support for TerraTec 6fire DMX USB interface. 129 interface.
|
/sound/soc/meson/ |
D | Makefile | 7 snd-soc-meson-axg-tdm-interface-objs := axg-tdm-interface.o 21 obj-$(CONFIG_SND_MESON_AXG_TDM_INTERFACE) += snd-soc-meson-axg-tdm-interface.o
|
/sound/pci/hda/ |
D | Kconfig | 54 bool "Build hwdep interface for HD-audio driver" 57 Say Y here to build a hwdep interface for HD-audio driver. 58 This interface can be used for out-of-band communication 68 Note that this item alone doesn't provide the sysfs interface, but 77 Say Y here to build a digital beep interface for HD-audio 78 driver. This interface is used to generate digital beeps. 86 Set 0 to disable the digital beep interface for HD-audio by default. 87 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 131 and supports a Time Division Multiplexed (TDM) interface with
|
/sound/soc/stm/ |
D | Kconfig | 5 tristate "STM32 SAI interface (Serial Audio Interface) support" 16 tristate "STM32 I2S interface (SPI/I2S block) support"
|
/sound/soc/xtensa/ |
D | Kconfig | 7 I2S interface on XTFPGA daughter board. You will also need to select
|
/sound/soc/sirf/ |
D | Kconfig | 18 tristate "SoC Audio (I2S protocol) for SiRF SoC USP interface"
|
/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/soc/bcm/ |
D | Kconfig | 9 the BCM2835 I2S interface. You will also need
|
/sound/arm/ |
D | Kconfig | 29 the PXA2xx AC97 interface.
|