Home
last modified time | relevance | path

Searched refs:asynch_tx_scb (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/sound/pci/cs46xx/
H A Ddsp_spos_scb_lib.c1247 if (snd_BUG_ON(!ins->asynch_tx_scb)) in cs46xx_dsp_create_pcm_channel()
1249 mixer_scb = ins->asynch_tx_scb; in cs46xx_dsp_create_pcm_channel()
1644 if (snd_BUG_ON(ins->asynch_tx_scb)) in cs46xx_dsp_enable_spdif_out()
1660 if (!ins->asynch_tx_scb) return -ENOMEM; in cs46xx_dsp_enable_spdif_out()
1665 ins->asynch_tx_scb, in cs46xx_dsp_enable_spdif_out()
1688 if (snd_BUG_ON(!ins->asynch_tx_scb)) in cs46xx_dsp_disable_spdif_out()
1699 cs46xx_dsp_remove_scb (chip,ins->asynch_tx_scb); in cs46xx_dsp_disable_spdif_out()
1702 ins->asynch_tx_scb = NULL; in cs46xx_dsp_disable_spdif_out()
1751 if (snd_BUG_ON(!ins->asynch_tx_scb)) in cs46xx_iec958_post_close()
1765 cs46xx_dsp_remove_scb (chip,ins->asynch_tx_scb); in cs46xx_iec958_post_close()
[all …]
H A Dcs46xx_dsp_spos.h204 struct dsp_scb_descriptor * asynch_tx_scb; member