Home
last modified time | relevance | path

Searched refs:devices (Results 1 – 25 of 39) sorted by relevance

12

/sound/core/
Ddevice.c48 list_for_each_prev(p, &card->devices) { in snd_device_new()
86 list_for_each_entry(dev, &card->devices, list) in look_for_dev()
196 list_for_each_entry(dev, &card->devices, list) { in snd_device_register_all()
214 list_for_each_entry_reverse(dev, &card->devices, list) in snd_device_disconnect_all()
228 list_for_each_entry_safe_reverse(dev, next, &card->devices, list) { in snd_device_free_all()
237 list_for_each_entry_safe_reverse(dev, next, &card->devices, list) in snd_device_free_all()
/sound/usb/6fire/
Dchip.c34 static struct usb_device *devices[SNDRV_CARDS] = SNDRV_DEFAULT_PTR; variable
93 if (devices[i] == device) { in usb6fire_chip_probe()
99 } else if (!devices[i] && regidx < 0) in usb6fire_chip_probe()
107 devices[regidx] = device; in usb6fire_chip_probe()
178 devices[chip->regidx] = NULL; in usb6fire_chip_disconnect()
/sound/drivers/
Dvirmidi.c68 static struct platform_device *devices[SNDRV_CARDS]; variable
129 for (i = 0; i < ARRAY_SIZE(devices); ++i) in snd_virmidi_unregister_all()
130 platform_device_unregister(devices[i]); in snd_virmidi_unregister_all()
156 devices[i] = device; in alsa_card_virmidi_init()
DKconfig42 bool "Generic sound devices"
45 Support for generic sound devices.
84 nothing, but emulates various mixer controls and PCM devices.
99 the standard ALSA PCM device. The devices are routed 0->1 and
101 number is the capture device. Module creates two PCM devices and
121 allows to connect applications using raw MIDI devices to
Dserial-u16550.c155 static struct platform_device *devices[SNDRV_CARDS]; variable
947 for (i = 0; i < ARRAY_SIZE(devices); ++i) in snd_serial_unregister_all()
948 platform_device_unregister(devices[i]); in snd_serial_unregister_all()
973 devices[i] = device; in alsa_card_serial_init()
/sound/usb/line6/
DKconfig12 This is a driver for PODxt and other similar devices,
29 This is a driver for POD X3, HD300, 400 and 500 devices.
37 This is a driver for TonePort GX, UX1 and UX2 devices.
/sound/firewire/
DKconfig3 bool "FireWire sound devices"
7 Support for IEEE-1394/FireWire/iLink sound devices.
21 Say Y here to include support for devices based on the DICE chip family
49 Say Y here to include support for FireWire devices based on
82 Say Y here to include support for FireWire devices based
98 Say Y here to include support for FireWire devices based
168 Say Y here to enable support for FireWire devices which MOTU produced:
/sound/x86/
DKconfig3 bool "X86 sound devices"
7 X86 sound devices that don't fall under SoC or PCI categories
/sound/ac97/
DKconfig13 Say Y here if you want to have AC97 devices, which are sound oriented
14 devices around an AC-Link.
/sound/parisc/
DKconfig5 bool "GSC sound devices"
9 Support for GSC sound devices on PA-RISC architectures.
/sound/mips/
DKconfig5 bool "MIPS sound devices"
9 Support for sound devices of MIPS architectures.
/sound/usb/
DKconfig5 bool "USB sound devices"
9 Support for sound devices connected via the USB bus.
22 devices.
55 tristate "Native Instruments USB audio devices"
132 compatible devices. The supported products are:
/sound/sh/
DKconfig5 bool "SUPERH sound devices"
9 Support for sound devices specific to SUPERH architectures.
/sound/pcmcia/
DKconfig5 bool "PCMCIA sound devices"
9 Support for sound devices connected via the PCMCIA bus.
/sound/arm/
DKconfig5 bool "ARM sound devices"
9 Support for sound devices specific to ARM architectures.
/sound/i2c/
Di2c.c41 while (!list_empty(&bus->devices)) { in snd_i2c_bus_free()
42 device = snd_i2c_device(bus->devices.next); in snd_i2c_bus_free()
79 INIT_LIST_HEAD(&bus->devices); in snd_i2c_bus_create()
112 list_add_tail(&device->list, &bus->devices); in snd_i2c_device_create()
/sound/spi/
DKconfig5 bool "SPI sound devices"
9 Support for sound devices connected via the SPI bus.
/sound/sparc/
DKconfig5 bool "Sparc sound devices"
9 Support for sound devices specific to Sun SPARC architectures.
/sound/ppc/
DKconfig5 bool "PowerPC sound devices"
9 Support for sound devices specific to PowerPC architectures.
/sound/soc/ti/
DKconfig36 - daVinci devices
39 - DRA7x devices
40 - Keystone devices
41 - K3 devices (am654, j721e)
143 Note that in order to get those devices fully supported, you have to
/sound/soc/sof/
DKconfig6 generic open source audio DSP firmware for multiple devices.
20 required to enable Intel Skylake+ devices.
31 to enable Intel Broadwell/Baytrail/Cherrytrail devices.
46 required to enable i.MX8 devices.
90 enabled for developers or devices where the sound card is
/sound/atmel/
DKconfig2 menu "Atmel devices (AT91)"
/sound/
DKconfig30 and whether OSS sound devices appear multiple times in
31 /proc/devices. sound-slot/service-* module aliases are scheduled
/sound/soc/qcom/
DKconfig6 Say Y or M if you want to add support to use audio devices
54 Say Y if you want to use audio devices on MI2S.
/sound/soc/dwc/
DKconfig18 This functionality is specially suited for I2S devices that don't have

12