Searched refs:pcm_input (Results 1 - 5 of 5) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/sound/
H A Dcs46xx_dsp_spos.h224 struct dsp_scb_descriptor * pcm_input; member in struct:dsp_spos_instance
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/pci/cs46xx/
H A Ddsp_spos.c1740 snd_assert (ins->pcm_input == NULL,return -EINVAL);
1744 ins->pcm_input = cs46xx_add_record_source(chip,ins->ref_snoop_scb,PCMSERIALIN_PCM_SCB_ADDR,
1755 snd_assert (ins->pcm_input != NULL,return -EINVAL);
1758 cs46xx_dsp_remove_scb (chip,ins->pcm_input);
1759 ins->pcm_input = NULL;
H A Ddsp_spos_scb_lib.c1452 struct dsp_scb_descriptor * pcm_input; local
1465 pcm_input = cs46xx_dsp_create_pcm_serial_input_scb(chip,scb_name,addr,
1469 return pcm_input;
H A Dcs46xx_lib.c1888 if (ins->pcm_input != NULL)
1904 if (ucontrol->value.integer.value[0] && !ins->pcm_input) {
1907 } else if (!ucontrol->value.integer.value[0] && ins->pcm_input) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/oss/
H A Dvwsnd.c98 * pcm_input() for most of the gory stuff.
2025 * pcm_input() is called both from baselevel and from interrupt level.
2034 * If another thread calls pcm_input() while HW_BUSY is set, it
2039 * periods instead of one long period. Also, when pcm_input is
2043 static void pcm_input(vwsnd_dev_t *devc, int erflown, int nb) function
2205 pcm_input(devc, overflown, 0);
2277 pcm_input(devc, 0, 0);

Completed in 158 milliseconds