Home
last modified time | relevance | path

Searched refs:block_type (Results 1 – 4 of 4) sorted by relevance

/sound/soc/codecs/
A Dpcm6240.c1291 bk_da[i]->block_type = config_data[config_offset]; in pcmdevice_add_config()
1294 if (bk_da[i]->block_type == PCMDEVICE_BIN_BLK_PRE_POWER_UP) { in pcmdevice_add_config()
1837 unsigned char block_type) in pcmdevice_select_cfg_blk() argument
1855 if (block_type > 5 || block_type < 2) { in pcmdevice_select_cfg_blk()
1861 if (block_type != blk_data[j]->block_type) in pcmdevice_select_cfg_blk()
1891 unsigned char block_type; in pcmdevice_mute() local
1899 block_type = PCMDEVICE_BIN_BLK_PRE_SHUTDOWN; in pcmdevice_mute()
1901 block_type = PCMDEVICE_BIN_BLK_PRE_POWER_UP; in pcmdevice_mute()
1904 pcmdevice_select_cfg_blk(pcm_dev, pcm_dev->cur_conf, block_type); in pcmdevice_mute()
A Dpcm6240.h190 unsigned char block_type; member
A Dtas2781-fmwlib.c226 bk_da[i]->block_type = config_data[config_offset]; in tasdevice_add_config()
229 if (bk_da[i]->block_type == TASDEVICE_BIN_BLK_PRE_POWER_UP) { in tasdevice_add_config()
939 unsigned char block_type) in tasdevice_select_cfg_blk() argument
957 if (block_type > 5 || block_type < 2) { in tasdevice_select_cfg_blk()
962 if (block_type != blk_data[j]->block_type) in tasdevice_select_cfg_blk()
/sound/pci/echoaudio/
A Dechoaudio_dsp.c388 int block_type, mem_type; in load_dsp() local
394 block_type = code[index]; in load_dsp()
395 if (block_type == 4) /* We're finished */ in load_dsp()

Completed in 20 milliseconds