Searched refs:devices (Results 1 – 25 of 39) sorted by relevance
12
/sound/core/ |
D | device.c | 48 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/ |
D | chip.c | 34 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/ |
D | virmidi.c | 68 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()
|
D | Kconfig | 42 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
|
D | serial-u16550.c | 155 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/ |
D | Kconfig | 12 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/ |
D | Kconfig | 3 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/ |
D | Kconfig | 3 bool "X86 sound devices" 7 X86 sound devices that don't fall under SoC or PCI categories
|
/sound/ac97/ |
D | Kconfig | 13 Say Y here if you want to have AC97 devices, which are sound oriented 14 devices around an AC-Link.
|
/sound/parisc/ |
D | Kconfig | 5 bool "GSC sound devices" 9 Support for GSC sound devices on PA-RISC architectures.
|
/sound/mips/ |
D | Kconfig | 5 bool "MIPS sound devices" 9 Support for sound devices of MIPS architectures.
|
/sound/usb/ |
D | Kconfig | 5 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/ |
D | Kconfig | 5 bool "SUPERH sound devices" 9 Support for sound devices specific to SUPERH architectures.
|
/sound/pcmcia/ |
D | Kconfig | 5 bool "PCMCIA sound devices" 9 Support for sound devices connected via the PCMCIA bus.
|
/sound/arm/ |
D | Kconfig | 5 bool "ARM sound devices" 9 Support for sound devices specific to ARM architectures.
|
/sound/i2c/ |
D | i2c.c | 41 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/ |
D | Kconfig | 5 bool "SPI sound devices" 9 Support for sound devices connected via the SPI bus.
|
/sound/sparc/ |
D | Kconfig | 5 bool "Sparc sound devices" 9 Support for sound devices specific to Sun SPARC architectures.
|
/sound/ppc/ |
D | Kconfig | 5 bool "PowerPC sound devices" 9 Support for sound devices specific to PowerPC architectures.
|
/sound/soc/ti/ |
D | Kconfig | 36 - 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/ |
D | Kconfig | 6 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/ |
D | Kconfig | 2 menu "Atmel devices (AT91)"
|
/sound/ |
D | Kconfig | 30 and whether OSS sound devices appear multiple times in 31 /proc/devices. sound-slot/service-* module aliases are scheduled
|
/sound/soc/qcom/ |
D | Kconfig | 6 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/ |
D | Kconfig | 18 This functionality is specially suited for I2S devices that don't have
|
12