Searched refs:max_channels (Results 1 - 23 of 23) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/synth/emux/
H A Demux_seq.c142 int max_channels, int oss_port,
153 p->chset.channels = kcalloc(max_channels, sizeof(struct snd_midi_channel), GFP_KERNEL);
159 for (i = 0; i < max_channels; i++)
162 p->chset.max_channels = max_channels;
180 cap, type, max_channels,
243 for (i = 0; i < port->chset.max_channels; i++) {
141 snd_emux_create_port(struct snd_emux *emu, char *name, int max_channels, int oss_port, struct snd_seq_port_callback *callback) argument
H A Demux_effect.c283 p->effect = kcalloc(p->chset.max_channels,
286 for (i = 0; i < p->chset.max_channels; i++)
289 for (i = 0; i < p->chset.max_channels; i++)
306 p->chset.max_channels);
H A Demux_voice.h35 int max_channels, int type,
H A Demux_oss.c339 if (voice < 0 || voice >= port->chset.max_channels)
392 for (i = 0; i < port->chset.max_channels; i++) {
433 if (voice < 0 || voice >= port->chset.max_channels)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/pci/hda/
H A Dpatch_cmedia.c166 spec->num_channel_modes, spec->multiout.max_channels);
174 spec->num_channel_modes, &spec->multiout.max_channels);
670 spec->multiout.max_channels = cmi9880_channel_modes[0].channels;
676 spec->multiout.max_channels = 8;
685 spec->multiout.max_channels = 8;
717 spec->multiout.max_channels = cmi9880_channel_modes[0].channels;
726 spec->multiout.max_channels = 8;
730 spec->multiout.max_channels = cfg.line_outs * 2;
H A Dpatch_atihdmi.c160 spec->multiout.max_channels = 2;
H A Dhda_local.h127 int max_channels);
145 int max_channels; /* currently supported analog channels */ member in struct:hda_multi_out
H A Dpatch_analog.c43 * max_channels, dacs must be set
286 info->stream[SNDRV_PCM_STREAM_PLAYBACK].channels_max = spec->multiout.max_channels;
869 spec->multiout.max_channels = 6;
897 spec->multiout.max_channels = 2;
902 spec->multiout.max_channels = 2;
910 spec->multiout.max_channels = 2;
920 spec->multiout.max_channels = 2;
1077 spec->multiout.max_channels = 2;
1465 spec->multiout.max_channels = 2;
1689 spec->num_channel_mode, spec->multiout.max_channels);
[all...]
H A Dpatch_conexant.c56 * max_channels, dacs must be set
232 spec->multiout.max_channels;
445 spec->multiout.max_channels);
455 &spec->multiout.max_channels);
457 spec->multiout.num_dacs = spec->multiout.max_channels / 2;
820 spec->multiout.max_channels = 2;
1329 spec->multiout.max_channels = 2;
H A Dpatch_sigmatel.c1520 spec->multiout.max_channels = spec->multiout.num_dacs * 2;
1521 if (spec->multiout.max_channels > 2)
1907 spec->multiout.max_channels = 2;
1959 spec->multiout.max_channels = 2;
2452 spec->multiout.max_channels = 2;
2465 spec->multiout.max_channels = 2;
H A Dpatch_via.c495 spec->multiout.max_channels;
785 spec->multiout.max_channels = spec->multiout.num_dacs * 2;
1231 spec->multiout.max_channels = spec->multiout.num_dacs * 2;
H A Dhda_codec.c1891 int max_channels)
1896 if (max_channels == chmode[i].channels) {
2026 substream->runtime->hw.channels_max = mout->max_channels;
1887 snd_hda_ch_mode_get(struct hda_codec *codec, struct snd_ctl_elem_value *ucontrol, const struct hda_channel_mode *chmode, int num_chmodes, int max_channels) argument
H A Dpatch_realtek.c194 * max_channels, dacs must be set
314 spec->multiout.max_channels);
324 &spec->multiout.max_channels);
326 spec->multiout.num_dacs = spec->multiout.max_channels / 2;
611 spec->multiout.max_channels = spec->channel_mode[0].channels;
3221 spec->multiout.max_channels = spec->multiout.num_dacs * 2;
4377 spec->multiout.max_channels = 2;
7447 spec->multiout.max_channels = spec->multiout.num_dacs * 2;
8589 spec->multiout.max_channels = spec->multiout.num_dacs * 2;
9645 spec->multiout.max_channels
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/core/seq/
H A Dseq_midi_emul.c100 if (dest_channel >= chanset->max_channels) {
102 dest_channel, chanset->max_channels);
397 for (i = 0; i < chset->max_channels; i++) {
545 if (p < chset->max_channels) {
556 if (p < chset->max_channels &&
587 for (i = 0; i < chset->max_channels; i++) {
678 for (ch = 0; ch < chset->max_channels; ch++) {
704 chset->max_channels = n;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/pci/echoaudio/
H A Dechoaudio.c227 signed char max_channels)
234 if (max_channels <= 0)
247 DE_HWP(("max_channels=%d\n", max_channels));
250 for (i = 0; channels_list[i] <= max_channels; i++);
252 if (pipe->hw.channels_max > max_channels)
253 pipe->hw.channels_max = max_channels;
339 int max_channels, err; local
342 max_channels = num_pipes_out(chip);
344 max_channels
226 pcm_open(struct snd_pcm_substream *substream, signed char max_channels) argument
377 int err, max_channels; local
419 int err, max_channels; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/sound/
H A Dseq_midi_emul.h72 int max_channels; /* Size of the channels array */ member in struct:snd_midi_channel_set
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/pci/
H A Datiixp.c279 int max_channels; /* max. channels for PCM out */ member in struct:atiixp
1083 substream->runtime->hw.channels_max = chip->max_channels;
1084 if (chip->max_channels > 2)
1262 chip->max_channels = 2;
1265 chip->max_channels = 6;
1267 chip->max_channels = 4;
H A Dcmipci.c426 int max_channels; member in struct:cmipci
1504 runtime->hw.channels_max = cm->max_channels;
1539 runtime->hw.channels_max = cm->max_channels;
1540 if (cm->max_channels == 4)
1542 else if (cm->max_channels == 6)
1544 else if (cm->max_channels == 8)
2615 cm->max_channels = 2;
2623 cm->max_channels = 2;
2631 cm->max_channels = 8;
2637 cm->max_channels
[all...]
H A Datiixp_modem.c254 int max_channels; /* max. channels for PCM out */ member in struct:atiixp_modem
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/pptp/
H A Dpptp_msg.h99 u_int16_t max_channels; /* Maximum Channels (=0 for PNS, PAC ignores) */ member in struct:pptp_start_ctrl_conn
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/pci/rme9652/
H A Dhdsp.c455 unsigned char max_channels; member in struct:hdsp
2904 if (source >= hdsp->max_channels)
2905 addr = hdsp_playback_to_output_key(hdsp,source-hdsp->max_channels,destination);
2930 if (source >= hdsp->max_channels)
2931 addr = hdsp_playback_to_output_key(hdsp,source-hdsp->max_channels, destination);
3794 snd_assert(channel >= 0 && channel < hdsp->max_channels, return NULL);
3954 snd_assert(info->channel < hdsp->max_channels, return -EINVAL);
4788 for (i = 0; i < hdsp->max_channels; ++i) {
4999 hdsp->max_channels = 26;
5031 hdsp->max_channels
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dadpcm.c670 unsigned int max_channels = 2; local
676 max_channels = 6;
679 if(avctx->channels > max_channels){
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Dmegaraid.c2677 int max_channels; local
2715 max_channels = adapter->product_info.nchannels;
2717 if( channel >= max_channels ) {

Completed in 284 milliseconds