Searched refs:buf_channels (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/core/oss/
H A Dpcm_plugin.c74 c = plugin->buf_channels;
139 *channels = plugin->buf_channels;
174 plugin->buf_channels = kcalloc(channels, sizeof(*plugin->buf_channels), GFP_KERNEL);
175 if (plugin->buf_channels == NULL) {
190 kfree(plugin->buf_channels);
558 v = plugin->buf_channels;
H A Dpcm_plugin.h81 struct snd_pcm_plugin_channel *buf_channels; member in struct:snd_pcm_plugin

Completed in 27 milliseconds