Searched refs:converted_chan (Results 1 – 2 of 2) sorted by relevance
276 u32 converted_chan = rsnd_io_converted_chan(io); in rsnd_runtime_channel_after_ctu_with_params() local 281 * converted_chan will be used for CTU, in rsnd_runtime_channel_after_ctu_with_params() 291 if (converted_chan) in rsnd_runtime_channel_after_ctu_with_params() 292 return converted_chan; in rsnd_runtime_channel_after_ctu_with_params() 1572 io->converted_chan = 0; in rsnd_hw_params() 1584 io->converted_chan = params_channels(be_params); in rsnd_hw_params() 1588 if (io->converted_chan) in rsnd_hw_params() 1589 dev_dbg(dev, "convert channels = %d\n", io->converted_chan); in rsnd_hw_params() 1606 channel = io->converted_chan ? io->converted_chan in rsnd_hw_params() [all...]
501 int converted_chan; /* converted channels */ member527 #define rsnd_io_converted_chan(io) ((io)->converted_chan)