Home
last modified time | relevance | path

Searched refs:sync_irq (Results 1 – 25 of 63) sorted by relevance

123

/linux/sound/core/
H A Dpcm_local.h66 void snd_pcm_sync_stop(struct snd_pcm_substream *substream, bool sync_irq);
H A Dpcm_native.c634 void snd_pcm_sync_stop(struct snd_pcm_substream *substream, bool sync_irq) in snd_pcm_sync_stop() argument
640 else if (sync_irq && substream->pcm->card->sync_irq > 0) in snd_pcm_sync_stop()
641 synchronize_irq(substream->pcm->card->sync_irq); in snd_pcm_sync_stop()
/linux/sound/pci/vx222/
H A Dvx222.c139 card->sync_irq = chip->irq; in snd_vx222_create()
/linux/sound/isa/sb/
H A Dsb_common.c208 card->sync_irq = chip->irq; in snd_sbdsp_create()
/linux/sound/pcmcia/pdaudiocf/
H A Dpdaudiocf.c224 pdacf->card->sync_irq = link->irq; in pdacf_config()
/linux/sound/pcmcia/vx/
H A Dvxpocket.c163 card->sync_irq = chip->irq; in snd_vxpocket_assign_resources()
/linux/sound/pci/cs5535audio/
H A Dcs5535audio.c278 card->sync_irq = cs5535au->irq; in snd_cs5535audio_create()
/linux/sound/hda/controllers/
H A Dacpi.c102 card->sync_irq = bus->irq; in hda_acpi_init()
H A Dtegra.c293 card->sync_irq = bus->irq; in hda_tegra_first_init()
/linux/sound/pci/
H A Dintel8x0m.c978 card->sync_irq = -1; in intel8x0m_suspend()
997 card->sync_irq = chip->irq; in intel8x0m_resume()
1140 card->sync_irq = chip->irq; in snd_intel8x0m_init()
H A Des1938.c1425 card->sync_irq = -1; in es1938_suspend()
1446 card->sync_irq = chip->irq; in es1938_resume()
1549 card->sync_irq = chip->irq; in snd_es1938_create()
H A Dals300.c637 card->sync_irq = chip->irq; in snd_als300_create()
H A Dad1889.c830 card->sync_irq = chip->irq; in snd_ad1889_create()
H A Dintel8x0.c2573 card->sync_irq = -1; in intel8x0_suspend()
2594 card->sync_irq = chip->irq; in intel8x0_resume()
3043 card->sync_irq = chip->irq; in snd_intel8x0_init()
H A Dbt87x.c717 card->sync_irq = chip->irq; in snd_bt87x_create()
/linux/sound/isa/gus/
H A Dgusmax.c278 card->sync_irq = maxcard->irq; in snd_gusmax_probe()
/linux/include/sound/
H A Dcore.h128 int sync_irq; /* assigned irq, used for PCM sync */ member
/linux/sound/pci/aw2/
H A Daw2-alsa.c242 card->sync_irq = chip->irq; in snd_aw2_create()
/linux/sound/isa/wavefront/
H A Dwavefront.c401 card->sync_irq = acard->wavefront.irq; in snd_wavefront_probe()
/linux/sound/pci/nm256/
H A Dnm256.c459 chip->card->sync_irq = chip->irq; in snd_nm256_acquire_irq()
475 chip->card->sync_irq = -1; in snd_nm256_release_irq()
/linux/sound/pci/echoaudio/
H A Dechoaudio.c1935 card->sync_irq = chip->irq; in snd_echo_create()
2161 chip->card->sync_irq = -1; in snd_echo_suspend()
2213 chip->card->sync_irq = chip->irq; in snd_echo_resume()
/linux/sound/pci/lola/
H A Dlola.c610 card->sync_irq = chip->irq; in lola_create()
/linux/sound/isa/opti9xx/
H A Dopti92x-ad1848.c859 card->sync_irq = chip->irq;
/linux/sound/pci/oxygen/
H A Doxygen_lib.c656 card->sync_irq = chip->irq; in __oxygen_pci_probe()
/linux/sound/pci/lx6464es/
H A Dlx6464es.c971 card->sync_irq = chip->irq; in snd_lx6464es_create()

123