Searched refs:rsnd_io_to_runtime (Results 1 – 6 of 6) sorted by relevance
93 struct snd_pcm_runtime *runtime = rsnd_io_to_runtime(io); in rsnd_src_convert_rate()119 struct snd_pcm_runtime *runtime = rsnd_io_to_runtime(io); in rsnd_src_get_rate()204 struct snd_pcm_runtime *runtime = rsnd_io_to_runtime(io); in rsnd_src_set_convert_rate()264 struct snd_pcm_runtime *runtime = rsnd_io_to_runtime(io); in rsnd_src_init_convert_rate()589 struct snd_pcm_runtime *runtime = rsnd_io_to_runtime(io); in rsnd_src_kctrl_accept_runtime()
370 struct snd_pcm_runtime *runtime = rsnd_io_to_runtime(io); in rsnd_ssi_config_init()876 struct snd_pcm_runtime *runtime = rsnd_io_to_runtime(io); in rsnd_ssi_pio_interrupt()920 struct snd_pcm_runtime *runtime = rsnd_io_to_runtime(io); in rsnd_ssi_pio_init()939 struct snd_pcm_runtime *runtime = rsnd_io_to_runtime(io); in rsnd_ssi_pio_pointer()
253 struct snd_pcm_runtime *runtime = rsnd_io_to_runtime(io); in rsnd_runtime_channel_original_with_params()351 struct snd_pcm_runtime *runtime = rsnd_io_to_runtime(io); in rsnd_get_adinr_bit()380 struct snd_pcm_runtime *runtime = rsnd_io_to_runtime(io); in rsnd_get_dalign()440 struct snd_pcm_runtime *runtime = rsnd_io_to_runtime(io); in rsnd_get_busif_shift()
179 struct snd_pcm_runtime *runtime = rsnd_io_to_runtime(io); in rsnd_dmaen_start()310 struct snd_pcm_runtime *runtime = rsnd_io_to_runtime(io); in rsnd_dmaen_pointer()
187 struct snd_pcm_runtime *runtime = rsnd_io_to_runtime(io); in rsnd_adg_get_timesel_ratio()
536 #define rsnd_io_to_runtime(io) ((io)->substream ? \ macro