Home
last modified time | relevance | path

Searched refs:conf_no (Results 1 – 5 of 5) sorted by relevance

/linux-6.15/include/sound/
H A Dtas2781-dsp.h203 void tasdevice_select_cfg_blk(void *context, int conf_no,
/linux-6.15/sound/pci/hda/
H A Dtas2781-spi.h143 void tasdevice_spi_select_cfg_blk(void *context, int conf_no,
H A Dtas2781_spi_fwlib.c808 void tasdevice_spi_select_cfg_blk(void *pContext, int conf_no, in tasdevice_spi_select_cfg_blk() argument
817 if (conf_no >= rca->ncfgs || conf_no < 0 || !cfg_info) { in tasdevice_spi_select_cfg_blk()
822 blk_data = cfg_info[conf_no]->blk_data; in tasdevice_spi_select_cfg_blk()
824 for (j = 0; j < cfg_info[conf_no]->real_nblocks; j++) { in tasdevice_spi_select_cfg_blk()
/linux-6.15/sound/soc/codecs/
H A Dpcm6240.c1837 static void pcmdevice_select_cfg_blk(void *ctxt, int conf_no, in pcmdevice_select_cfg_blk() argument
1846 if (conf_no >= regbin->ncfgs || conf_no < 0 || NULL == cfg_info) { in pcmdevice_select_cfg_blk()
1851 blk_data = cfg_info[conf_no]->blk_data; in pcmdevice_select_cfg_blk()
1853 for (j = 0; j < (int)cfg_info[conf_no]->real_nblocks; j++) { in pcmdevice_select_cfg_blk()
H A Dtas2781-fmwlib.c928 void tasdevice_select_cfg_blk(void *pContext, int conf_no, in tasdevice_select_cfg_blk() argument
937 if (conf_no >= rca->ncfgs || conf_no < 0 || !cfg_info) { in tasdevice_select_cfg_blk()
942 blk_data = cfg_info[conf_no]->blk_data; in tasdevice_select_cfg_blk()
944 for (j = 0; j < (int)cfg_info[conf_no]->real_nblocks; j++) { in tasdevice_select_cfg_blk()