Home
last modified time | relevance | path

Searched refs:dev_idx (Results 1 – 3 of 3) sorted by relevance

/sound/soc/codecs/
A Dtas2781-fmwlib.c90 unsigned char dev_idx; member
230 if (bk_da[i]->dev_idx == 0) in tasdevice_add_config()
235 (bk_da[i]->dev_idx - 1); in tasdevice_add_config()
396 unsigned char dev_idx = 0; in map_dev_idx() local
408 dev_idx = p[i].dev_idx; in map_dev_idx()
413 return dev_idx; in map_dev_idx()
803 int blktyp = dev_idx & 0xC0; in tasdevice_process_block()
804 int idx = dev_idx & 0x3F; in tasdevice_process_block()
966 if (blk_data[j]->dev_idx) { in tasdevice_select_cfg_blk()
968 chnend = blk_data[j]->dev_idx; in tasdevice_select_cfg_blk()
[all …]
A Dpcm6240.c1288 bk_da[i]->dev_idx = config_data[config_offset]; in pcmdevice_add_config()
1295 if (bk_da[i]->dev_idx == 0) in pcmdevice_add_config()
1300 1 << (bk_da[i]->dev_idx - 1); in pcmdevice_add_config()
1793 unsigned char dev_idx, int sublocksize) in pcmdevice_process_block() argument
1799 if (dev_idx) { in pcmdevice_process_block()
1800 devn = dev_idx - 1; in pcmdevice_process_block()
1801 dev_end = dev_idx; in pcmdevice_process_block()
1867 blk_data[j]->dev_idx, in pcmdevice_select_cfg_blk()
A Dpcm6240.h189 unsigned char dev_idx; member

Completed in 17 milliseconds