Lines Matching defs:io
452 #define for_each_rsnd_mod(iterator, pos, io) \ argument
455 #define for_each_rsnd_mod_arrays(iterator, pos, io, array, size) \ argument
458 #define for_each_rsnd_mod_array(iterator, pos, io, array) \ argument
470 #define rsnd_runtime_channel_original(io) \ argument
474 #define rsnd_runtime_channel_after_ctu(io) \ argument
478 #define rsnd_runtime_channel_for_ssi(io) \ argument
522 #define rsnd_io_to_mod(io, i) ((i) < RSND_MOD_MAX ? (io)->mod[(i)] : NULL) argument
523 #define rsnd_io_to_mod_ssi(io) rsnd_io_to_mod((io), RSND_MOD_SSI) argument
524 #define rsnd_io_to_mod_ssiu(io) rsnd_io_to_mod((io), RSND_MOD_SSIU) argument
525 #define rsnd_io_to_mod_ssip(io) rsnd_io_to_mod((io), RSND_MOD_SSIP) argument
526 #define rsnd_io_to_mod_src(io) rsnd_io_to_mod((io), RSND_MOD_SRC) argument
527 #define rsnd_io_to_mod_ctu(io) rsnd_io_to_mod((io), RSND_MOD_CTU) argument
528 #define rsnd_io_to_mod_mix(io) rsnd_io_to_mod((io), RSND_MOD_MIX) argument
529 #define rsnd_io_to_mod_dvc(io) rsnd_io_to_mod((io), RSND_MOD_DVC) argument
530 #define rsnd_io_to_mod_cmd(io) rsnd_io_to_mod((io), RSND_MOD_CMD) argument
531 #define rsnd_io_to_rdai(io) ((io)->rdai) argument
532 #define rsnd_io_to_priv(io) (rsnd_rdai_to_priv(rsnd_io_to_rdai(io))) argument
533 #define rsnd_io_is_play(io) (&rsnd_io_to_rdai(io)->playback == io) argument
534 #define rsnd_io_to_runtime(io) ((io)->substream ? \ argument
536 #define rsnd_io_converted_rate(io) ((io)->converted_rate) argument
537 #define rsnd_io_converted_chan(io) ((io)->converted_chan) argument
734 struct rsnd_dai_stream *io; member
771 #define rsnd_kctrl_new_m(mod, io, rtd, name, accept, update, cfg, size, max) \ argument
775 #define rsnd_kctrl_new_s(mod, io, rtd, name, accept, update, cfg, max) \ argument
779 #define rsnd_kctrl_new_e(mod, io, rtd, name, accept, update, cfg, texts, size) \ argument
797 #define rsnd_ssi_is_pin_sharing(io) \ argument
828 #define rsnd_src_get_in_rate(priv, io) rsnd_src_get_rate(priv, io, 1) argument
829 #define rsnd_src_get_out_rate(priv, io) rsnd_src_get_rate(priv, io, 0) argument