Home
last modified time | relevance | path

Searched refs:interface (Results 1 – 25 of 38) sorted by relevance

12

/sound/pci/asihpi/
A Dhpi6205.c519 struct bus_master_interface *interface; in create_adapter_obj() local
573 interface = phw->p_interface_buffer; in create_adapter_obj()
599 hpi_alloc_control_cache(interface-> in create_adapter_obj()
1474 interface->dsp_ack = H620_HIF_UNKNOWN; in adapter_boot_load_dsp()
2017 interface->dsp_ack = H620_HIF_IDLE; in hpi6205_transfer_data()
2028 operation, interface->dsp_ack); in hpi6205_transfer_data()
2038 if (interface->dsp_ack != operation) in hpi6205_transfer_data()
2040 interface->dsp_ack, operation); in hpi6205_transfer_data()
2072 interface->host_cmd = cmd; in send_dsp_command()
2099 sizeof(interface->u.message_buffer)); in message_response_sequence()
[all …]
/sound/usb/bcd2000/
A Dbcd2000.c349 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/line6/
A Ddriver.c739 int line6_probe(struct usb_interface *interface, in line6_probe() argument
759 ret = snd_card_new(&interface->dev, in line6_probe()
770 line6->ifcdev = &interface->dev; in line6_probe()
780 usb_set_intfdata(interface, line6); in line6_probe()
795 dev_err(&interface->dev, "set_interface failed\n"); in line6_probe()
814 dev_info(&interface->dev, "Line 6 %s now attached\n", in line6_probe()
823 line6_disconnect(interface); in line6_probe()
831 void line6_disconnect(struct usb_interface *interface) in line6_disconnect() argument
833 struct usb_line6 *line6 = usb_get_intfdata(interface); in line6_disconnect()
857 usb_set_intfdata(interface, NULL); in line6_disconnect()
[all …]
A Ddriver.h200 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);
A Dtoneport.c462 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()
A Dvariax.c219 static int variax_probe(struct usb_interface *interface, in variax_probe() argument
222 return line6_probe(interface, id, "Line6-Variax", in variax_probe()
A DKconfig18 * Virtual MIDI interface
/sound/hda/common/
A DKconfig13 bool "Build hwdep interface for HD-audio driver"
16 Say Y here to build a hwdep interface for HD-audio driver.
17 This interface can be used for out-of-band communication
27 Note that this item alone doesn't provide the sysfs interface, but
36 Say Y here to build a digital beep interface for HD-audio
37 driver. This interface is used to generate digital beeps.
45 Set 0 to disable the digital beep interface for HD-audio by default.
46 Set 1 to always enable the digital beep interface for HD-audio by
/sound/usb/misc/
A Dua101.c894 if (interface->num_altsetting != 2) { in find_format_descriptor()
899 alt = &interface->altsetting[0]; in find_format_descriptor()
905 alt = &interface->altsetting[1]; in find_format_descriptor()
926 dev_err(&interface->dev, in find_format_descriptor()
1125 struct usb_interface *interface) in free_usb_related_resources() argument
1144 if (intf != interface) in free_usb_related_resources()
1204 err = snd_card_new(&interface->dev, in ua101_probe()
1213 ua->dev = interface_to_usbdev(interface); in ua101_probe()
1225 ua->intf[0] = interface; in ua101_probe()
1290 usb_set_intfdata(interface, ua); in ua101_probe()
[all …]
/sound/usb/
A Dcard.c234 struct usb_interface *iface = usb_ifnum_to_if(dev, interface); in snd_usb_create_stream()
238 ctrlif, interface); in snd_usb_create_stream()
251 interface == 0 && in snd_usb_create_stream()
254 interface = 2; in snd_usb_create_stream()
255 iface = usb_ifnum_to_if(dev, interface); in snd_usb_create_stream()
264 ctrlif, interface); in snd_usb_create_stream()
276 ctrlif, interface); in snd_usb_create_stream()
288 ctrlif, interface, altsd->bInterfaceClass); in snd_usb_create_stream()
298 snd_usb_add_ctrl_interface_link(chip, interface, ctrlif); in snd_usb_create_stream()
300 if (! snd_usb_parse_audio_interface(chip, interface)) { in snd_usb_create_stream()
[all …]
A Dhelper.c149 chip->intf_to_ctrl[chip->num_intf_to_ctrl].interface = ifnum; in snd_usb_add_ctrl_interface_link()
162 if (chip->intf_to_ctrl[i].interface == ifnum) in snd_usb_find_ctrl_interface()
A DKconfig33 When the config is set, the driver tries to probe MIDI 2.0 interface
34 at first, then falls back to MIDI 1.0 interface as default.
128 Say Y here to include support for TerraTec 6fire DMX USB interface.
140 interface.
A Dfcp.c160 static int fcp_usb_tx(struct usb_device *dev, int interface, in fcp_usb_tx() argument
166 0, interface, buf, size); in fcp_usb_tx()
169 static int fcp_usb_rx(struct usb_device *dev, int interface, in fcp_usb_rx() argument
175 0, interface, buf, size); in fcp_usb_rx()
1085 struct usb_interface *intf = config->interface[i]; in fcp_find_fc_interface()
/sound/soc/tegra/
A DKconfig17 tristate "Tegra20 AC97 interface"
22 Tegra20 AC97 interface. You will also need to select the individual
33 tristate "Tegra20 I2S interface"
37 Tegra20 I2S interface. You will also need to select the individual
41 tristate "Tegra20 SPDIF interface"
55 tristate "Tegra30 I2S interface"
59 Tegra30 I2S interface. You will also need to select the individual
75 to interface with Pulse Density Modulation (PDM) input devices.
87 point-to-point serial interfaces. It can interface with I2S
127 Config to enable ADMAIF which is the interface between ADMA and
[all …]
/sound/soc/meson/
A DMakefile15 snd-soc-meson-axg-tdm-interface-y := axg-tdm-interface.o
34 obj-$(CONFIG_SND_MESON_AXG_TDM_INTERFACE) += snd-soc-meson-axg-tdm-interface.o
A Daiu.c178 struct aiu_interface *interface) in aiu_clk_bulk_get() argument
194 interface->clks = clks; in aiu_clk_bulk_get()
195 interface->clk_num = num; in aiu_clk_bulk_get()
/sound/soc/stm/
A DKconfig5 tristate "STM32 SAI interface (Serial Audio Interface) support"
16 tristate "STM32 I2S interface (SPI/I2S block) support"
/sound/soc/pxa/
A DKconfig10 the PXA2xx AC97, I2S or SSP interface. You will also need
39 the MMP SSPA interface.
/sound/soc/xtensa/
A DKconfig9 I2S interface on XTFPGA daughter board. You will also need to select
/sound/soc/atmel/
A DKconfig23 Say Y or M if you want to add support for Atmel SSC interface
32 Say Y or M if you want to add support for Atmel SSC interface
125 and supports a Time Division Multiplexed (TDM) interface with
/sound/soc/mxs/
A DKconfig9 the MXS SAIF interface.
/sound/soc/kirkwood/
A DKconfig9 the Kirkwood I2S interface. You will also need to select the
/sound/arm/
A DKconfig29 the PXA2xx AC97 interface.
/sound/soc/samsung/
A DKconfig15 tristate "Samsung PCM interface support"
22 tristate "Samsung I2S interface support"
/sound/soc/bcm/
A DKconfig11 the BCM2835 I2S interface. You will also need

Completed in 66 milliseconds

12