/sound/core/ |
D | device.c | 63 list_for_each_prev(p, &card->devices) { in snd_device_new() 101 list_for_each_entry(dev, &card->devices, list) in look_for_dev() 211 list_for_each_entry(dev, &card->devices, list) { in snd_device_register_all() 229 list_for_each_entry_reverse(dev, &card->devices, list) in snd_device_disconnect_all() 243 list_for_each_entry_safe_reverse(dev, next, &card->devices, list) in snd_device_free_all()
|
/sound/usb/6fire/ |
D | chip.c | 39 static struct usb_device *devices[SNDRV_CARDS] = SNDRV_DEFAULT_PTR; variable 98 if (devices[i] == device) { in usb6fire_chip_probe() 104 } else if (!devices[i] && regidx < 0) in usb6fire_chip_probe() 112 devices[regidx] = device; in usb6fire_chip_probe() 190 devices[chip->regidx] = NULL; in usb6fire_chip_disconnect()
|
/sound/drivers/ |
D | virmidi.c | 83 static struct platform_device *devices[SNDRV_CARDS]; variable 153 for (i = 0; i < ARRAY_SIZE(devices); ++i) in snd_virmidi_unregister_all() 154 platform_device_unregister(devices[i]); in snd_virmidi_unregister_all() 180 devices[i] = device; in alsa_card_virmidi_init()
|
D | Kconfig | 28 bool "Generic sound devices" 31 Support for generic sound devices. 70 nothing, but emulates various mixer controls and PCM devices. 84 the standard ALSA PCM device. The devices are routed 0->1 and 86 number is the capture device. Module creates two PCM devices and 104 allows to connect applications using raw MIDI devices to
|
D | serial-u16550.c | 170 static struct platform_device *devices[SNDRV_CARDS]; variable 1001 for (i = 0; i < ARRAY_SIZE(devices); ++i) in snd_serial_unregister_all() 1002 platform_device_unregister(devices[i]); in snd_serial_unregister_all() 1026 devices[i] = device; in alsa_card_serial_init()
|
D | dummy.c | 94 static struct platform_device *devices[SNDRV_CARDS]; variable 1173 for (i = 0; i < ARRAY_SIZE(devices); ++i) in snd_dummy_unregister_all() 1174 platform_device_unregister(devices[i]); in snd_dummy_unregister_all() 1206 devices[i] = device; in alsa_card_dummy_init()
|
D | aloop.c | 126 static struct platform_device *devices[SNDRV_CARDS]; variable 1261 for (i = 0; i < ARRAY_SIZE(devices); ++i) in loopback_unregister_all() 1262 platform_device_unregister(devices[i]); in loopback_unregister_all() 1288 devices[i] = device; in alsa_card_loopback_init()
|
/sound/usb/line6/ |
D | Kconfig | 10 This is a driver for PODxt and other similar devices, 27 This is a driver for POD HD300, 400 and 500 devices. 35 This is a driver for TonePort GX, UX1 and UX2 devices.
|
/sound/parisc/ |
D | Kconfig | 4 bool "GSC sound devices" 8 Support for GSC sound devices on PA-RISC architectures.
|
/sound/sh/ |
D | Kconfig | 4 bool "SUPERH sound devices" 8 Support for sound devices specific to SUPERH architectures.
|
/sound/pcmcia/ |
D | Kconfig | 4 bool "PCMCIA sound devices" 8 Support for sound devices connected via the PCMCIA bus.
|
/sound/usb/ |
D | Kconfig | 4 bool "USB sound devices" 8 Support for sound devices connected via the USB bus. 20 devices. 50 tristate "Native Instruments USB audio devices" 127 compatible devices. The supported products are:
|
/sound/firewire/ |
D | Kconfig | 2 bool "FireWire sound devices" 6 Support for IEEE-1394/FireWire/iLink sound devices. 31 Say Y here to include support for FireWire devices based on 72 Say Y here to include support for FireWire devices based 88 Say Y here to include support for FireWire devices based
|
/sound/mips/ |
D | Kconfig | 4 bool "MIPS sound devices" 8 Support for sound devices of MIPS architectures.
|
/sound/arm/ |
D | Kconfig | 4 bool "ARM sound devices" 8 Support for sound devices specific to ARM architectures.
|
/sound/soc/qcom/ |
D | Kconfig | 5 Say Y or M if you want to add support to use audio devices 42 Say Y if you want to use audio devices on MI2S.
|
/sound/i2c/ |
D | i2c.c | 55 while (!list_empty(&bus->devices)) { in snd_i2c_bus_free() 56 device = snd_i2c_device(bus->devices.next); in snd_i2c_bus_free() 93 INIT_LIST_HEAD(&bus->devices); in snd_i2c_bus_create() 126 list_add_tail(&device->list, &bus->devices); in snd_i2c_device_create()
|
/sound/spi/ |
D | Kconfig | 4 bool "SPI sound devices" 8 Support for sound devices connected via the SPI bus.
|
/sound/sparc/ |
D | Kconfig | 4 bool "Sparc sound devices" 8 Support for sound devices specific to Sun SPARC architectures.
|
/sound/soc/davinci/ |
D | Kconfig | 13 - daVinci devices 26 - daVinci devices 28 - DRA7x devices
|
/sound/ppc/ |
D | Kconfig | 4 bool "PowerPC sound devices" 8 Support for sound devices specific to PowerPC architectures.
|
/sound/atmel/ |
D | Kconfig | 1 menu "Atmel devices (AVR32 and AT91)"
|
/sound/soc/intel/ |
D | Kconfig | 9 used as alsa device in audio substem in Intel(R) MID devices 99 used as alsa device in audio substem in Intel(R) MID devices
|
/sound/ |
D | Kconfig | 47 and whether OSS sound devices appear multiple times in 48 /proc/devices. sound-slot/service-* module aliases are scheduled
|
/sound/oss/ |
D | CHANGELOG | 49 - Limited minimum fragment size with some audio devices (GUS=512 and 50 SB=32). These devices require more time to "recover" from processing 180 - Added support for synchronizing dsp/audio devices with /dev/sequencer. 181 - mmap() support for dsp/audio devices. 295 - /dev/midi## devices.
|