Searched refs:sync_irq (Results 1 – 25 of 33) sorted by relevance
12
66 void snd_pcm_sync_stop(struct snd_pcm_substream *substream, bool sync_irq);
334 card->sync_irq = -1; in snd_card_init()536 if (card->sync_irq > 0) in snd_card_disconnect()537 synchronize_irq(card->sync_irq); in snd_card_disconnect()
639 void snd_pcm_sync_stop(struct snd_pcm_substream *substream, bool sync_irq) in snd_pcm_sync_stop() argument645 else if (sync_irq && substream->pcm->card->sync_irq > 0) in snd_pcm_sync_stop()646 synchronize_irq(substream->pcm->card->sync_irq); in snd_pcm_sync_stop()
139 card->sync_irq = chip->irq; in snd_vx222_create()
230 pdacf->card->sync_irq = link->irq; in pdacf_config()
163 card->sync_irq = chip->irq; in snd_vxpocket_assign_resources()
185 card->sync_irq = chip->irq; in snd_vortex_create()
102 card->sync_irq = bus->irq; in hda_acpi_init()
127 card->sync_irq = bus->irq; in cix_ipbloq_hda_init()
293 card->sync_irq = bus->irq; in hda_tegra_first_init()
797 chip->card->sync_irq = bus->irq; in azx_acquire_irq() 2062 chip->card->sync_irq = -1; in disable_msi_reset_irq()
278 card->sync_irq = maxcard->irq; in snd_gusmax_probe()
163 card->sync_irq = irq; in snd_gus_create()
128 int sync_irq; /* assigned irq, used for PCM sync */ member
401 card->sync_irq = acard->wavefront.irq; in snd_wavefront_probe()
1909 card->sync_irq = chip->irq; in snd_echo_create()2131 chip->card->sync_irq = -1; in snd_echo_suspend()2183 chip->card->sync_irq = chip->irq; in snd_echo_resume()
630 card->sync_irq = chip->irq; in snd_als300_create()
1080 card->sync_irq = chip->irq; in snd_via82xx_create()
1027 card->sync_irq = mgr->irq; in snd_mixart_create()
881 card->sync_irq = chip->irq; in snd_emu10k1x_create()
1592 card->sync_irq = chip->irq; in snd_ca0106_create()
776 card->sync_irq = chip->irq;927 After requesting the IRQ, you can passed it to ``card->sync_irq``1990 the ``card->sync_irq`` field to the returned interrupt number after1995 to clear ``card->sync_irq``, as the card itself is being released.1997 ``card->sync_irq`` in the driver code unless the driver re-acquires2000 ``card->sync_irq`` again appropriately.
1173 card->sync_irq = mgr->irq; in pcxhr_create()
1937 hw->card->sync_irq = hw->irq; in hw_card_start()
2101 hw->card->sync_irq = hw->irq; in hw_card_start()