Lines Matching defs:path
943 /* set mixing path rate */
957 /* set primary path sample rate */
1346 int path,
1350 (path * WSA_MACRO_RX_SOFTCLIP_OFFSET);
1351 u8 softclip_mux_mask = (1 << path);
1352 u8 softclip_mux_value = (1 << path);
1355 if (wsa->softclip_clk_users[path] == 0) {
1364 wsa->softclip_clk_users[path]++;
1366 wsa->softclip_clk_users[path]--;
1367 if (wsa->softclip_clk_users[path] == 0) {
1380 int path, int event)
1386 if (path == WSA_MACRO_COMP1)
1388 else if (path == WSA_MACRO_COMP2)
1899 int path = ((struct soc_mixer_control *)kcontrol->private_value)->shift;
1901 ucontrol->value.integer.value[0] = wsa->is_softclip_on[path];
1911 int path = ((struct soc_mixer_control *) kcontrol->private_value)->shift;
1913 wsa->is_softclip_on[path] = ucontrol->value.integer.value[0];