Searched refs:use (Results 1 - 21 of 21) sorted by relevance

/sound/pci/emu10k1/
H A Dvoice.c41 * multichannel support and ensures we can use a single write to the
71 if (voice->use) {
94 voice->use = 1;
137 pvoice->use = pvoice->pcm = pvoice->synth = pvoice->midi = pvoice->efx = 0;
160 pvoice->use = pvoice->pcm = pvoice->synth = pvoice->midi = pvoice->efx = 0;
H A Dirq.c70 if (pvoice->use && pvoice->interrupt != NULL) {
85 if (pvoice->use && pvoice->interrupt != NULL) {
163 if(pvoice->use) {
166 snd_printk(KERN_ERR "p16v: status: 0x%08x, mask=0x%08x, pvoice=%p, use=%d\n", status2, mask, pvoice, pvoice->use);
171 if(cvoice->use) {
H A Dp16v.c204 channel->use=1;
207 "p16v: open channel_id=%d, channel=%p, use=0x%x\n",
208 channel_id, channel, channel->use);
252 channel->use=1;
255 "p16v: open channel_id=%d, channel=%p, use=0x%x\n",
256 channel_id, channel, channel->use);
275 emu->p16v_voices[substream->pcm->device - emu->p16v_device_offset].use = 0;
286 emu->p16v_capture_voice.use = 0;
H A Demu10k1x.c201 int use; member in struct:emu10k1x_voice
423 epcm->voice->use = 1;
443 epcm->voice->use = 0;
599 if (epcm->emu->capture_voice.use)
603 epcm->voice->use = 1;
622 epcm->voice->use = 0;
799 if (cap_voice->use)
810 if (pvoice->use)
H A Demuproc.c399 voice->use,
/sound/core/seq/
H A Dseq_queue.h110 int snd_seq_queue_use(int queueid, int client, int use);
H A Dseq_queue.c199 snd_seq_queue_use(q->queue, client, 1); /* use this queue */
443 * q->use mutex should be down before calling this function to avoid
465 * q->use mutex should be down before calling this function
506 /* use or unuse this queue -
510 int snd_seq_queue_use(int queueid, int client, int use) argument
518 if (use) {
526 if (use && queue->clients == 1)
H A Dseq_midi.c392 pcallbacks.use = midisynth_use;
H A Dseq_virmidi.c307 * use callback - allow input to rawmidi device
397 pcallbacks.use = snd_virmidi_use;
H A Dseq_clientmgr.c551 bounce_ev.data.quote.value = -err; /* use positive value */
857 * This was originally a note event. We now re-use the
1273 port->c_dest.open = callback->use;
/sound/isa/gus/
H A Dgus_reset.c238 pvoice->use = 1;
272 if (!pvoice->use) {
297 if (voice == NULL || !voice->use)
308 voice->use = voice->pcm = 0;
H A Dgus_irq.c73 if (pvoice->use) {
/sound/drivers/opl4/
H A Dopl4_seq.c7 * Redistribution and use in source and binary forms, with or without
157 pcallbacks.use = snd_opl4_seq_use;
/sound/drivers/opl3/
H A Dopl3_seq.c187 callbacks.use = snd_opl3_synth_use;
/sound/pci/ca0106/
H A Dca0106_main.c11 * (One can use a standard mono mini-jack to one RCA plugs cable.
12 * or one can use a standard stereo mini-jack to two RCA plugs cable.
85 * Powerdown SPI DAC channels when not in use
584 channel->use = 1;
615 chip->playback_channels[epcm->channel_id].use = 0;
678 channel->use = 1;
699 chip->capture_channels[epcm->channel_id].use = 0;
931 if (emu->details->i2c_adc == 1) { /* The SB0410 and SB0413 use I2C to control ADC. */
1297 if(pchannel->use) {
1303 //printk(KERN_INFO "interrupt stat76[%d] = %08x, use
[all...]
H A Dca0106.h227 * So, from this you can see that you cannot use a Standard 4 pole Video A/V cable with the SB Audigy LS card.
232 * Summary: For ALSA we use the Rear channel for SPDIF Digital AC3/DTS output
298 * But as the jack is shared, use 0xf00.
652 int use; member in struct:snd_ca0106_channel
/sound/synth/emux/
H A Demux_seq.c92 pinfo.use = snd_emux_use;
303 * Routine that is called upon a first use of a particular port
/sound/pci/ymfpci/
H A Dymfpci_main.c228 if (voice->use || (voice2 && voice2->use))
230 voice->use = 1;
232 voice2->use = 1;
291 pvoice->use = pvoice->pcm = pvoice->synth = pvoice->midi = 0;
/sound/pci/ali5451/
H A Dali5451.c199 unsigned int use :1, member in struct:snd_ali_voice
617 "channel %d is not in use.\n", channel);
958 pvoice->use = 1;
976 if (!pvoice->use)
986 pvoice->use = pvoice->pcm = pvoice->synth = 0;
/sound/core/
H A Dinfo.c892 * For releasing this entry, use snd_device_free() instead of
/sound/pci/trident/
H A Dtrident_main.c686 // also use the equation. JDW
716 // also use the equation. JDW
3392 /* use emu memory block manager code to manage tlb page allocation */
3839 pvoice->use = 1;
3855 pvoice->use = 1;
3877 if (voice == NULL || !voice->use)
3889 voice->use = voice->pcm = voice->synth = voice->midi = 0;

Completed in 230 milliseconds