Lines Matching refs:flag_mask
1669 unsigned int flag_mask, unsigned int flags) in set_dai_flags() argument
1671 if (flag_mask & SND_SOC_TPLG_DAI_FLGBIT_SYMMETRIC_RATES) in set_dai_flags()
1675 if (flag_mask & SND_SOC_TPLG_DAI_FLGBIT_SYMMETRIC_CHANNELS) in set_dai_flags()
1680 if (flag_mask & SND_SOC_TPLG_DAI_FLGBIT_SYMMETRIC_SAMPLEBITS) in set_dai_flags()
1735 unsigned int flag_mask, unsigned int flags) in set_link_flags() argument
1737 if (flag_mask & SND_SOC_TPLG_LNK_FLGBIT_SYMMETRIC_RATES) in set_link_flags()
1741 if (flag_mask & SND_SOC_TPLG_LNK_FLGBIT_SYMMETRIC_CHANNELS) in set_link_flags()
1746 if (flag_mask & SND_SOC_TPLG_LNK_FLGBIT_SYMMETRIC_SAMPLEBITS) in set_link_flags()
1751 if (flag_mask & SND_SOC_TPLG_LNK_FLGBIT_VOICE_WAKEUP) in set_link_flags()
1784 if (pcm->flag_mask) in soc_tplg_fe_link_create()
1785 set_link_flags(link, pcm->flag_mask, pcm->flags); in soc_tplg_fe_link_create()
2092 if (cfg->flag_mask) in soc_tplg_link_config()
2093 set_link_flags(link, cfg->flag_mask, cfg->flags); in soc_tplg_link_config()
2214 if (d->flag_mask) in soc_tplg_dai_config()
2215 set_dai_flags(dai_drv, d->flag_mask, d->flags); in soc_tplg_dai_config()