Home
last modified time | relevance | path

Searched refs:pcm_input (Results 1 – 4 of 4) sorted by relevance

/linux/sound/pci/cs46xx/
A Dcs46xx_dsp_spos.h207 struct dsp_scb_descriptor * pcm_input; member
A Ddsp_spos.c1761 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()
A Ddsp_spos_scb_lib.c1562 struct dsp_scb_descriptor * pcm_input; in cs46xx_add_record_source() local
1576 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()
A Dcs46xx_lib.c2051 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()

Completed in 22 milliseconds