Home
last modified time | relevance | path

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

/linux/sound/soc/codecs/
H A Dpcm6240.c1821 static void pcmdevice_select_cfg_blk(void *ctxt, int conf_no, in pcmdevice_process_block()
1830 if (conf_no >= regbin->ncfgs || conf_no < 0 || NULL == cfg_info) { in pcmdevice_process_block()
1831 dev_err(pcm_dev->dev, "%s: conf_no should be less than %u\n",
1835 blk_data = cfg_info[conf_no]->blk_data; in pcmdevice_select_cfg_blk()
1837 for (j = 0; j < (int)cfg_info[conf_no]->real_nblocks; j++) { in pcmdevice_select_cfg_blk()
1832 pcmdevice_select_cfg_blk(void * ctxt,int conf_no,unsigned char block_type) pcmdevice_select_cfg_blk() argument
H A Dtas2781-fmwlib.c1019 void tasdevice_select_cfg_blk(void *pContext, int conf_no, in tasdevice_select_cfg_blk() argument
1028 if (conf_no >= rca->ncfgs || conf_no < 0 || !cfg_info) { in tasdevice_select_cfg_blk()
1033 blk_data = cfg_info[conf_no]->blk_data; in tasdevice_select_cfg_blk()
1035 for (j = 0; j < (int)cfg_info[conf_no]->real_nblocks; j++) { in tasdevice_select_cfg_blk()