invert_bclk       337 include/uapi/sound/asoc.h 	__u8 invert_bclk;	/* 1 for inverted BCLK, 0 for normal */
invert_bclk      2136 sound/soc/soc-topology.c 	unsigned char invert_bclk, invert_fsync;
invert_bclk      2163 sound/soc/soc-topology.c 		invert_bclk = hw_config->invert_bclk;
invert_bclk      2165 sound/soc/soc-topology.c 		if (!invert_bclk && !invert_fsync)
invert_bclk      2167 sound/soc/soc-topology.c 		else if (!invert_bclk && invert_fsync)
invert_bclk      2169 sound/soc/soc-topology.c 		else if (invert_bclk && !invert_fsync)
invert_bclk      2396 sound/soc/sof/topology.c 	if (hw_config->invert_bclk) {