aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/scripts/python/check-perf-trace.py
diff options
context:
space:
mode:
authorolivier moysan <olivier.moysan@st.com>2017-06-16 08:15:32 -0400
committerMark Brown <broonie@kernel.org>2017-06-16 13:58:57 -0400
commit4fa17938ea400b6478b24565483f2ac54122316f (patch)
treedc7a9f045781b4b8bbe1a2184ebe331c34aa4537 /tools/perf/scripts/python/check-perf-trace.py
parent607c61d40b9c29ab0902541d0d372b18793d6831 (diff)
ASoC: stm32: sai: change stop sequence
Disable SAI before stopping DMA data transfers. Signed-off-by: olivier moysan <olivier.moysan@st.com> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/check-perf-trace.py')
0 files changed, 0 insertions, 0 deletions
om"> * The mux_dev and chan_id parameters are passed to the select * and deselect callback functions to perform hardware-specific * mux control. */ struct i2c_adapter *i2c_add_mux_adapter(struct i2c_adapter *parent, struct device *mux_dev, void *mux_priv, u32 force_nr, u32 chan_id, int (*select) (struct i2c_adapter *, void *mux_dev, u32 chan_id), int (*deselect) (struct i2c_adapter *, void *mux_dev, u32 chan_id)); int i2c_del_mux_adapter(struct i2c_adapter *adap); #endif /* __KERNEL__ */ #endif /* _LINUX_I2C_MUX_H */