Searched refs:chs (Results 1 - 8 of 8) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/pci/hda/
H A Dhda_codec.c816 u8 chs = get_amp_channels(kcontrol); local
829 uinfo->count = chs == 3 ? 2 : 1;
840 int chs = get_amp_channels(kcontrol); local
845 if (chs & 1)
847 if (chs & 2)
857 int chs = get_amp_channels(kcontrol); local
863 if (chs & 1) {
868 if (chs & 2)
904 int chs = get_amp_channels(kcontrol); local
907 uinfo->count = chs
918 int chs = get_amp_channels(kcontrol); local
937 int chs = get_amp_channels(kcontrol); local
2042 int chs = substream->runtime->channels; local
[all...]
H A Dhda_local.h29 #define HDA_COMPOSE_AMP_VAL(nid,chs,idx,dir) ((nid) | ((chs)<<16) | ((dir)<<18) | ((idx)<<19))
H A Dpatch_sigmatel.c1224 static int create_controls(struct sigmatel_spec *spec, const char *pfx, hda_nid_t nid, int chs) argument
1231 HDA_COMPOSE_AMP_VAL(nid, chs, 0, HDA_OUTPUT));
1236 HDA_COMPOSE_AMP_VAL(nid, chs, 0, HDA_OUTPUT));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/pci/ice1712/
H A Dice1724.c487 int i, chs; local
489 chs = params_channels(hw_params);
494 chs = chs / 2 - 1;
495 for (i = 0; i < chs; i++) {
752 int chs; local
762 for (chs = 0; chs < 3; chs++) {
763 if (ice->pcm_reserved[chs])
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/misc/
H A Dauerswald.c606 auerchain_chs_t chs; local
610 init_waitqueue_head (&chs.wqh);
611 chs.done = 0;
613 urb->context = &chs;
619 timeout = wait_event_timeout(chs.wqh, chs.done, timeout);
621 if (!timeout && !chs.done) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/
H A Dov7670.c883 int chs = 1; local
888 chs = -1;
896 return sine*chs;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dqdm2.c792 int joined_stereo, zero_encoding, chs; local
945 for (chs = 0; chs < q->nb_channels; chs++)
948 q->sb_samples[chs][j + k][sb] = (int32_t)(f2i_scale * q->tone_level[chs][sb][((j + k)/2)] * tmp[k][chs] + .5);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libiconv-1.11/tools/
H A DMakefile4 TABLESDIR = /home/bruno/chs/conversion-tables

Completed in 268 milliseconds