Searched refs:asynch_rx_scb (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/sound/pci/cs46xx/ |
H A D | cs46xx_dsp_spos.h | 189 struct dsp_scb_descriptor * asynch_rx_scb; member
|
H A D | dsp_spos.c | 1674 if (snd_BUG_ON(ins->asynch_rx_scb)) in cs46xx_dsp_enable_spdif_in() 1695 ins->asynch_rx_scb = cs46xx_dsp_create_asynch_fg_rx_scb(chip,"AsynchFGRxSCB", in cs46xx_dsp_enable_spdif_in() 1732 if (snd_BUG_ON(!ins->asynch_rx_scb)) in cs46xx_dsp_disable_spdif_in() 1740 cs46xx_dsp_remove_scb (chip,ins->asynch_rx_scb); in cs46xx_dsp_disable_spdif_in() 1741 ins->asynch_rx_scb = NULL; in cs46xx_dsp_disable_spdif_in() 1893 if (ins->asynch_rx_scb != NULL) in cs46xx_dsp_set_iec958_volume() 1894 cs46xx_dsp_scb_set_volume (chip,ins->asynch_rx_scb, in cs46xx_dsp_set_iec958_volume()
|
/kernel/linux/linux-6.6/sound/pci/cs46xx/ |
H A D | cs46xx_dsp_spos.h | 189 struct dsp_scb_descriptor * asynch_rx_scb; member
|
H A D | dsp_spos.c | 1675 if (snd_BUG_ON(ins->asynch_rx_scb)) in cs46xx_dsp_enable_spdif_in() 1696 ins->asynch_rx_scb = cs46xx_dsp_create_asynch_fg_rx_scb(chip,"AsynchFGRxSCB", in cs46xx_dsp_enable_spdif_in() 1733 if (snd_BUG_ON(!ins->asynch_rx_scb)) in cs46xx_dsp_disable_spdif_in() 1741 cs46xx_dsp_remove_scb (chip,ins->asynch_rx_scb); in cs46xx_dsp_disable_spdif_in() 1742 ins->asynch_rx_scb = NULL; in cs46xx_dsp_disable_spdif_in() 1894 if (ins->asynch_rx_scb != NULL) in cs46xx_dsp_set_iec958_volume() 1895 cs46xx_dsp_scb_set_volume (chip,ins->asynch_rx_scb, in cs46xx_dsp_set_iec958_volume()
|
Completed in 6 milliseconds