/kernel/linux/linux-5.10/sound/pci/cs46xx/ |
H A D | dsp_spos_scb_lib.c | 67 snd_iprintf(buffer,"%04x %s:\n",scb->address,scb->scb_name); in cs46xx_dsp_proc_scb_info_read() 81 scb->parent_scb_ptr->scb_name, in cs46xx_dsp_proc_scb_info_read() 86 scb->sub_list_ptr->scb_name, in cs46xx_dsp_proc_scb_info_read() 88 scb->next_scb_ptr->scb_name, in cs46xx_dsp_proc_scb_info_read() 223 scb->scb_name); in cs46xx_dsp_proc_free_scb_desc() 243 entry = snd_info_create_card_entry(ins->snd_card, scb->scb_name, in cs46xx_dsp_proc_register_scb_desc() 302 scb->parent_scb_ptr->scb_name); in _dsp_create_generic_scb() 305 scb->parent_scb_ptr->next_scb_ptr->scb_name); in _dsp_create_generic_scb() 308 scb->parent_scb_ptr->sub_list_ptr->scb_name); in _dsp_create_generic_scb() 481 cs46xx_dsp_create_pcm_reader_scb(struct snd_cs46xx * chip, char * scb_name, in cs46xx_dsp_create_pcm_reader_scb() argument 585 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 741 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 781 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 835 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 879 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 922 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 969 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 1061 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 1097 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 1228 char scb_name[DSP_MAX_SCB_NAME]; cs46xx_dsp_create_pcm_channel() local 1557 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 D | cs46xx_lib.h | 136 cs46xx_dsp_create_src_task_scb(struct snd_cs46xx * chip, char * scb_name, 142 cs46xx_dsp_create_mix_only_scb(struct snd_cs46xx * chip, char * scb_name, 148 cs46xx_dsp_create_vari_decimate_scb(struct snd_cs46xx * chip, char * scb_name, 153 cs46xx_dsp_create_asynch_fg_rx_scb(struct snd_cs46xx * chip, char * scb_name, 158 cs46xx_dsp_create_spio_write_scb(struct snd_cs46xx * chip, char * scb_name, u32 dest, 162 cs46xx_dsp_create_mix_to_ostream_scb(struct snd_cs46xx * chip, char * scb_name, 167 cs46xx_dsp_create_magic_snoop_scb(struct snd_cs46xx * chip, char * scb_name, 184 u16 addr, char * scb_name);
|
H A D | cs46xx_dsp_spos.h | 92 char scb_name[DSP_MAX_SCB_NAME]; member
|
H A D | dsp_spos.c | 584 snd_iprintf(buffer,"\n%04x %s:\n\n",ins->scbs[i].address,ins->scbs[i].scb_name); in cs46xx_dsp_proc_scb_read() 588 ins->scbs[i].parent_scb_ptr->scb_name, in cs46xx_dsp_proc_scb_read() 593 ins->scbs[i].sub_list_ptr->scb_name, in cs46xx_dsp_proc_scb_read() 595 ins->scbs[i].next_scb_ptr->scb_name, in cs46xx_dsp_proc_scb_read() 925 strcpy(ins->scbs[index].scb_name, name); in _map_scb()
|
/kernel/linux/linux-6.6/sound/pci/cs46xx/ |
H A D | dsp_spos_scb_lib.c | 67 snd_iprintf(buffer,"%04x %s:\n",scb->address,scb->scb_name); in cs46xx_dsp_proc_scb_info_read() 81 scb->parent_scb_ptr->scb_name, in cs46xx_dsp_proc_scb_info_read() 86 scb->sub_list_ptr->scb_name, in cs46xx_dsp_proc_scb_info_read() 88 scb->next_scb_ptr->scb_name, in cs46xx_dsp_proc_scb_info_read() 223 scb->scb_name); in cs46xx_dsp_proc_free_scb_desc() 243 entry = snd_info_create_card_entry(ins->snd_card, scb->scb_name, in cs46xx_dsp_proc_register_scb_desc() 302 scb->parent_scb_ptr->scb_name); in _dsp_create_generic_scb() 305 scb->parent_scb_ptr->next_scb_ptr->scb_name); in _dsp_create_generic_scb() 308 scb->parent_scb_ptr->sub_list_ptr->scb_name); in _dsp_create_generic_scb() 481 cs46xx_dsp_create_pcm_reader_scb(struct snd_cs46xx * chip, char * scb_name, in cs46xx_dsp_create_pcm_reader_scb() argument 585 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 741 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 781 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 835 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 879 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 922 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 969 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 1061 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 1097 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 1228 char scb_name[DSP_MAX_SCB_NAME]; cs46xx_dsp_create_pcm_channel() local 1557 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 D | cs46xx_lib.h | 136 cs46xx_dsp_create_src_task_scb(struct snd_cs46xx * chip, char * scb_name, 142 cs46xx_dsp_create_mix_only_scb(struct snd_cs46xx * chip, char * scb_name, 148 cs46xx_dsp_create_vari_decimate_scb(struct snd_cs46xx * chip, char * scb_name, 153 cs46xx_dsp_create_asynch_fg_rx_scb(struct snd_cs46xx * chip, char * scb_name, 158 cs46xx_dsp_create_spio_write_scb(struct snd_cs46xx * chip, char * scb_name, u32 dest, 162 cs46xx_dsp_create_mix_to_ostream_scb(struct snd_cs46xx * chip, char * scb_name, 167 cs46xx_dsp_create_magic_snoop_scb(struct snd_cs46xx * chip, char * scb_name, 184 u16 addr, char * scb_name);
|
H A D | cs46xx_dsp_spos.h | 92 char scb_name[DSP_MAX_SCB_NAME]; member
|
H A D | dsp_spos.c | 584 snd_iprintf(buffer,"\n%04x %s:\n\n",ins->scbs[i].address,ins->scbs[i].scb_name); in cs46xx_dsp_proc_scb_read() 588 ins->scbs[i].parent_scb_ptr->scb_name, in cs46xx_dsp_proc_scb_read() 593 ins->scbs[i].sub_list_ptr->scb_name, in cs46xx_dsp_proc_scb_read() 595 ins->scbs[i].next_scb_ptr->scb_name, in cs46xx_dsp_proc_scb_read() 926 strcpy(ins->scbs[index].scb_name, name); in _map_scb()
|