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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sh/drivers/dma/
H A Ddma-api.c344 unsigned int total_channels, i; local
371 total_channels = get_nr_channels();
378 chan->vchan = info->first_channel_nr + i + total_channels;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/oss/
H A Di810_audio.c2985 int total_channels = 0; local
3131 total_channels += 2;
3135 total_channels += 2;
3137 total_channels += 2;
3138 printk("i810_audio: AC'97 codec %d supports AMAP, total channels = %d\n", ac97_id, total_channels);
3142 switch ( total_channels ) {
3156 total_channels += 2;
3162 total_channels += 2;
3164 total_channels += 2;
3165 printk("i810_audio: AC'97 codec %d, DAC map configured, total channels = %d\n", ac97_id, total_channels);
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Ddca.c197 int total_channels; ///< number of channels including extensions member in struct:__anon508
396 s->total_channels = get_bits(&s->gb, 3) + 1;
397 s->prim_channels = s->total_channels;

Completed in 126 milliseconds