Searched refs:pcm_input (Results 1 – 4 of 4) sorted by relevance
207 struct dsp_scb_descriptor * pcm_input; member
1761 if (snd_BUG_ON(ins->pcm_input)) in cs46xx_dsp_enable_pcm_capture()1767 ins->pcm_input = cs46xx_add_record_source(chip,ins->ref_snoop_scb,PCMSERIALIN_PCM_SCB_ADDR, in cs46xx_dsp_enable_pcm_capture()1778 if (snd_BUG_ON(!ins->pcm_input)) in cs46xx_dsp_disable_pcm_capture()1782 cs46xx_dsp_remove_scb (chip,ins->pcm_input); in cs46xx_dsp_disable_pcm_capture()1783 ins->pcm_input = NULL; in cs46xx_dsp_disable_pcm_capture()
1562 struct dsp_scb_descriptor * pcm_input; in cs46xx_add_record_source() local1576 pcm_input = cs46xx_dsp_create_pcm_serial_input_scb(chip,scb_name,addr, in cs46xx_add_record_source()1580 return pcm_input; in cs46xx_add_record_source()
2051 if (ins->pcm_input != NULL) in snd_cs46xx_pcm_capture_get()2067 if (ucontrol->value.integer.value[0] && !ins->pcm_input) { in snd_cs46xx_pcm_capture_put()2070 } else if (!ucontrol->value.integer.value[0] && ins->pcm_input) { in snd_cs46xx_pcm_capture_put()