Searched refs:pcm_input (Results 1 – 4 of 4) sorted by relevance
228 struct dsp_scb_descriptor * pcm_input; member
1831 if (snd_BUG_ON(ins->pcm_input)) in cs46xx_dsp_enable_pcm_capture()1837 ins->pcm_input = cs46xx_add_record_source(chip,ins->ref_snoop_scb,PCMSERIALIN_PCM_SCB_ADDR, in cs46xx_dsp_enable_pcm_capture()1848 if (snd_BUG_ON(!ins->pcm_input)) in cs46xx_dsp_disable_pcm_capture()1852 cs46xx_dsp_remove_scb (chip,ins->pcm_input); in cs46xx_dsp_disable_pcm_capture()1853 ins->pcm_input = NULL; in cs46xx_dsp_disable_pcm_capture()
1585 struct dsp_scb_descriptor * pcm_input; in cs46xx_add_record_source() local1599 pcm_input = cs46xx_dsp_create_pcm_serial_input_scb(chip,scb_name,addr, in cs46xx_add_record_source()1603 return pcm_input; in cs46xx_add_record_source()
2083 if (ins->pcm_input != NULL) in snd_cs46xx_pcm_capture_get()2099 if (ucontrol->value.integer.value[0] && !ins->pcm_input) { in snd_cs46xx_pcm_capture_put()2102 } else if (!ucontrol->value.integer.value[0] && ins->pcm_input) { in snd_cs46xx_pcm_capture_put()