Home
last modified time | relevance | path

Searched refs:client_channels (Results 1 – 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/sound/soc/tegra/
Dtegra30_ahub.c121 cif_conf.client_channels = 2; in tegra30_ahub_allocate_rx_fifo()
223 cif_conf.client_channels = 2; in tegra30_ahub_allocate_tx_fifo()
684 ((conf->client_channels - 1) << in tegra30_ahub_set_cif()
716 ((conf->client_channels - 1) << in tegra124_ahub_set_cif()
Dtegra30_ahub.h477 unsigned int client_channels; member
Dtegra30_i2s.c172 cif_conf.client_channels = 2; in tegra30_i2s_hw_params()
/kernel/linux/linux-5.10/sound/core/oss/
Dio.c134 plugin->client_channels = io_src_channels; in snd_pcm_plugin_build_io()
Dpcm_plugin.c185 plugin->client_channels = snd_pcm_plugin_client_channels; in snd_pcm_plugin_build()
613 if ((err = next->client_channels(next, frames1, &dst_channels)) < 0) { in snd_pcm_plug_write_transfer()
650 if ((err = plugin->client_channels(plugin, frames, &dst_channels)) < 0) { in snd_pcm_plug_read_transfer()
Dpcm_plugin.h49 snd_pcm_sframes_t (*client_channels)(struct snd_pcm_plugin *plugin, member