Home
last modified time | relevance | path

Searched refs:converted_chan (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.10/sound/soc/sh/rcar/
Dcore.c281 u32 converted_chan = rsnd_io_converted_chan(io); in rsnd_runtime_channel_after_ctu_with_params() local
296 if (converted_chan) in rsnd_runtime_channel_after_ctu_with_params()
297 return converted_chan; in rsnd_runtime_channel_after_ctu_with_params()
1414 io->converted_chan = 0; in rsnd_hw_params()
1425 io->converted_chan = params_channels(be_params); in rsnd_hw_params()
1429 if (io->converted_chan) in rsnd_hw_params()
1430 dev_dbg(dev, "convert channels = %d\n", io->converted_chan); in rsnd_hw_params()
Drsnd.h506 int converted_chan; /* converted channels */ member
531 #define rsnd_io_converted_chan(io) ((io)->converted_chan)