/sound/pci/emu10k1/ |
D | voice.c | 72 if (voice->use) { in voice_alloc() 95 voice->use = 1; in voice_alloc() 138 pvoice->use = pvoice->pcm = pvoice->synth = pvoice->midi = pvoice->efx = 0; in snd_emu10k1_voice_alloc() 161 pvoice->use = pvoice->pcm = pvoice->synth = pvoice->midi = pvoice->efx = 0; in snd_emu10k1_voice_free()
|
D | irq.c | 70 if (pvoice->use && pvoice->interrupt != NULL) { in snd_emu10k1_interrupt() 85 if (pvoice->use && pvoice->interrupt != NULL) { in snd_emu10k1_interrupt() 163 if(pvoice->use) { in snd_emu10k1_interrupt() 166 …_ERR "p16v: status: 0x%08x, mask=0x%08x, pvoice=%p, use=%d\n", status2, mask, pvoice, pvoice->use); in snd_emu10k1_interrupt() 171 if(cvoice->use) { in snd_emu10k1_interrupt()
|
D | p16v.c | 204 channel->use=1; in snd_p16v_pcm_open_playback_channel() 208 channel_id, channel, channel->use); in snd_p16v_pcm_open_playback_channel() 252 channel->use=1; in snd_p16v_pcm_open_capture_channel() 256 channel_id, channel, channel->use); in snd_p16v_pcm_open_capture_channel() 275 emu->p16v_voices[substream->pcm->device - emu->p16v_device_offset].use = 0; in snd_p16v_pcm_close_playback() 286 emu->p16v_capture_voice.use = 0; in snd_p16v_pcm_close_capture()
|
D | emu10k1x.c | 201 int use; member 423 epcm->voice->use = 1; in snd_emu10k1x_pcm_hw_params() 443 epcm->voice->use = 0; in snd_emu10k1x_pcm_hw_free() 599 if (epcm->emu->capture_voice.use) in snd_emu10k1x_pcm_hw_params_capture() 603 epcm->voice->use = 1; in snd_emu10k1x_pcm_hw_params_capture() 622 epcm->voice->use = 0; in snd_emu10k1x_pcm_hw_free_capture() 799 if (cap_voice->use) in snd_emu10k1x_interrupt() 810 if (pvoice->use) in snd_emu10k1x_interrupt()
|
/sound/core/ |
D | Kconfig | 60 Many programs still use the OSS API, so say Y. 73 Many programs still use the OSS API, so say Y. 95 Many programs still use the OSS API, so say Y. 108 also can use this timing source. 118 Say Y here to use the HR-timer backend as the default sequencer 129 can use this timing source. 143 Say Y here to use the RTC timer as the default sequencer
|
/sound/oss/dmasound/ |
D | Kconfig | 6 If you want to use the internal audio of your Atari in Linux, answer 20 If you want to use the internal audio of your Amiga in Linux, answer 34 If you want to use the internal audio of your Q40 in Linux, answer
|
/sound/isa/gus/ |
D | gus_reset.c | 238 pvoice->use = 1; in snd_gf1_alloc_voice_use() 272 if (!pvoice->use) { in snd_gf1_alloc_voice() 297 if (voice == NULL || !voice->use) in snd_gf1_free_voice() 308 voice->use = voice->pcm = 0; in snd_gf1_free_voice()
|
D | gus_irq.c | 73 if (pvoice->use) { in snd_gus_interrupt()
|
/sound/soc/txx9/ |
D | Kconfig | 29 This is a generic AC97 sound machine for use in TXx9 based systems.
|
/sound/oss/ |
D | CHANGELOG | 57 You can safely use this driver version with C930 if it looks to work. 228 (To use select() with read, you have to call read() to start 230 use select() carefully when you are writing a half duplex app. 249 to use two DMA channels with GUS MAX (16 bit ones recommended). 338 smaller which makes it possible to use the full driver with 362 - It's possible to use smaller buffers than earlier. There is a new 364 This call instructs the driver to use smaller buffers. The default
|
D | Kconfig | 14 time, since it also attempts to use this UART port. 21 able to use its on-board audio. Read 161 use of this capability. 170 use of the IDE and joystick peripherals on the card as well; these 173 card in PnP mode, you must say N here and use isapnptools to 248 the expense of overall latency. If unsure, use the default. 439 If you compile the driver into the kernel and don't want to use 503 Say Y here in order to use the joystick interface of the Audio Excel
|
/sound/mips/ |
D | Kconfig | 33 Newer drivers for ASoC are available, please do not use
|
/sound/soc/jz4740/ |
D | Kconfig | 13 Say Y if you want to use I2S protocol and I2S codec on Ingenic JZ4740
|
/sound/spi/ |
D | Kconfig | 17 Say Y here if you want to use the Atmel AT73C213 external DAC. This
|
/sound/ |
D | Kconfig | 42 this option disabled, kernel will only claim actually in-use 46 The only visible difference is use of additional module aliases
|
/sound/core/seq/ |
D | seq_queue.h | 110 int snd_seq_queue_use(int queueid, int client, int use);
|
D | seq_queue.c | 510 int snd_seq_queue_use(int queueid, int client, int use) in snd_seq_queue_use() argument 518 if (use) { in snd_seq_queue_use() 526 if (use && queue->clients == 1) in snd_seq_queue_use()
|
/sound/pci/ca0106/ |
D | ca0106_main.c | 584 channel->use = 1; in snd_ca0106_pcm_open_playback_channel() 615 chip->playback_channels[epcm->channel_id].use = 0; in snd_ca0106_pcm_close_playback() 678 channel->use = 1; in snd_ca0106_pcm_open_capture_channel() 699 chip->capture_channels[epcm->channel_id].use = 0; in snd_ca0106_pcm_close_capture() 1297 if(pchannel->use) { in snd_ca0106_interrupt() 1311 if(pchannel->use) { in snd_ca0106_interrupt()
|
D | ca0106.h | 652 int use; member
|
/sound/drivers/opl4/ |
D | opl4_seq.c | 158 pcallbacks.use = snd_opl4_seq_use; in snd_opl4_seq_new_device()
|
/sound/drivers/ |
D | Kconfig | 116 To use a MOTU MidiTimePiece AV multiport MIDI adapter 198 disables the use of this power-save mode.
|
/sound/pci/ |
D | Kconfig | 61 use the "Intel/SiS/nVidia/AMD/ALi AC97 Controller" driver. 212 If you want to use soundcards based on C-Media CMI8338, CMI8738, 274 Say Y here to use a new DSP image for SPDIF and dual codecs. 297 need to use ac97_quirk=hp_only if your board has physically 309 If you want to use soundcards based on Creative Sound Blastr X-Fi 716 If you want to use Digigram miXart soundcards, say Y here and
|
/sound/drivers/opl3/ |
D | opl3_seq.c | 188 callbacks.use = snd_opl3_synth_use; in snd_opl3_synth_create_port()
|
/sound/pci/trident/ |
D | trident.h | 277 unsigned int use: 1, member
|
/sound/usb/ |
D | Kconfig | 113 You will need firmware files in order to be able to use the device
|