Searched refs:client_channels (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/core/oss/
H A Dio.c134 plugin->client_channels = io_src_channels;
H A Dpcm_plugin.h64 snd_pcm_sframes_t (*client_channels)(struct snd_pcm_plugin *plugin, member in struct:snd_pcm_plugin
H A Dpcm_plugin.c179 plugin->client_channels = snd_pcm_plugin_client_channels;
590 if ((err = next->client_channels(next, frames1, &dst_channels)) < 0) {
624 if ((err = plugin->client_channels(plugin, frames, &dst_channels)) < 0) {

Completed in 40 milliseconds