Searched refs:buf_channels (Results 1 – 2 of 2) sorted by relevance
81 c = plugin->buf_channels; in snd_pcm_plugin_alloc()146 *channels = plugin->buf_channels; in snd_pcm_plugin_client_channels()181 plugin->buf_channels = kcalloc(channels, sizeof(*plugin->buf_channels), GFP_KERNEL); in snd_pcm_plugin_build()182 if (plugin->buf_channels == NULL) { in snd_pcm_plugin_build()197 kfree(plugin->buf_channels); in snd_pcm_plugin_free()577 v = plugin->buf_channels; in snd_pcm_plug_client_channels_buf()
66 struct snd_pcm_plugin_channel *buf_channels; member
Completed in 5 milliseconds