Home
last modified time | relevance | path

Searched defs:scb_name (Results 1 – 2 of 2) sorted by relevance

/linux/sound/pci/cs46xx/
H A Ddsp_spos_scb_lib.c474 cs46xx_dsp_create_pcm_reader_scb(struct snd_cs46xx * chip,char * scb_name,u16 sample_buffer_addr,u32 dest,int virtual_channel,u32 playback_hw_addr,struct dsp_scb_descriptor * parent_scb,int scb_child_type) cs46xx_dsp_create_pcm_reader_scb() argument
578 cs46xx_dsp_create_src_task_scb(struct snd_cs46xx * chip,char * scb_name,int rate,u16 src_buffer_addr,u16 src_delay_buffer_addr,u32 dest,struct dsp_scb_descriptor * parent_scb,int scb_child_type,int pass_through) cs46xx_dsp_create_src_task_scb() argument
734 cs46xx_dsp_create_mix_only_scb(struct snd_cs46xx * chip,char * scb_name,u16 mix_buffer_addr,u32 dest,struct dsp_scb_descriptor * parent_scb,int scb_child_type) cs46xx_dsp_create_mix_only_scb() argument
774 cs46xx_dsp_create_mix_to_ostream_scb(struct snd_cs46xx * chip,char * scb_name,u16 mix_buffer_addr,u16 writeback_spb,u32 dest,struct dsp_scb_descriptor * parent_scb,int scb_child_type) cs46xx_dsp_create_mix_to_ostream_scb() argument
828 cs46xx_dsp_create_vari_decimate_scb(struct snd_cs46xx * chip,char * scb_name,u16 vari_buffer_addr0,u16 vari_buffer_addr1,u32 dest,struct dsp_scb_descriptor * parent_scb,int scb_child_type) cs46xx_dsp_create_vari_decimate_scb() argument
872 cs46xx_dsp_create_pcm_serial_input_scb(struct snd_cs46xx * chip,char * scb_name,u32 dest,struct dsp_scb_descriptor * input_scb,struct dsp_scb_descriptor * parent_scb,int scb_child_type) cs46xx_dsp_create_pcm_serial_input_scb() argument
915 cs46xx_dsp_create_asynch_fg_tx_scb(struct snd_cs46xx * chip,char * scb_name,u32 dest,u16 hfg_scb_address,u16 asynch_buffer_address,struct dsp_scb_descriptor * parent_scb,int scb_child_type) cs46xx_dsp_create_asynch_fg_tx_scb() argument
962 cs46xx_dsp_create_asynch_fg_rx_scb(struct snd_cs46xx * chip,char * scb_name,u32 dest,u16 hfg_scb_address,u16 asynch_buffer_address,struct dsp_scb_descriptor * parent_scb,int scb_child_type) cs46xx_dsp_create_asynch_fg_rx_scb() argument
1054 cs46xx_dsp_create_spio_write_scb(struct snd_cs46xx * chip,char * scb_name,u32 dest,struct dsp_scb_descriptor * parent_scb,int scb_child_type) cs46xx_dsp_create_spio_write_scb() argument
1090 cs46xx_dsp_create_magic_snoop_scb(struct snd_cs46xx * chip,char * scb_name,u32 dest,u16 snoop_buffer_address,struct dsp_scb_descriptor * snoop_scb,struct dsp_scb_descriptor * parent_scb,int scb_child_type) cs46xx_dsp_create_magic_snoop_scb() argument
1221 char scb_name[DSP_MAX_SCB_NAME]; cs46xx_dsp_create_pcm_channel() local
1551 cs46xx_add_record_source(struct snd_cs46xx * chip,struct dsp_scb_descriptor * source,u16 addr,char * scb_name) cs46xx_add_record_source() argument
[all...]
H A Dcs46xx_dsp_spos.h92 char scb_name[DSP_MAX_SCB_NAME]; member