Searched refs:private_value (Results 1 - 25 of 94) sorted by relevance

1234

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/pci/ac97/
H A Dak4531_codec.c55 .private_value = reg | (shift << 16) | (mask << 24) | (invert << 22) }
62 .private_value = reg | (shift << 16) | (mask << 24) | (invert << 22), \
67 int mask = (kcontrol->private_value >> 24) & 0xff;
79 int reg = kcontrol->private_value & 0xff;
80 int shift = (kcontrol->private_value >> 16) & 0x07;
81 int mask = (kcontrol->private_value >> 24) & 0xff;
82 int invert = (kcontrol->private_value >> 22) & 1;
98 int reg = kcontrol->private_value & 0xff;
99 int shift = (kcontrol->private_value >> 16) & 0x07;
100 int mask = (kcontrol->private_value >> 2
[all...]
H A Dac97_patch.h34 .private_value = AC97_SINGLE_VALUE(reg, shift, mask, invert) }
39 .private_value = AC97_PAGE_SINGLE_VALUE(reg, shift, mask, invert, page) }
44 .private_value = (reg) | ((shift_left) << 8) | ((shift_right) << 12) | ((mask) << 16) | ((invert) << 24) }
64 .private_value = (unsigned long)&xenum }
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/drivers/opl4/
H A Dopl4_mixer.c36 u8 reg = kcontrol->private_value;
51 u8 reg = kcontrol->private_value;
70 .private_value = OPL4_REG_MIX_CONTROL_FM
78 .private_value = OPL4_REG_MIX_CONTROL_PCM
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/i2c/other/
H A Dak4xxx-adda.c332 unsigned int mask = AK_GET_MASK(kcontrol->private_value);
345 int chip = AK_GET_CHIP(kcontrol->private_value);
346 int addr = AK_GET_ADDR(kcontrol->private_value);
356 unsigned int mask = AK_GET_MASK(kcontrol->private_value);
357 int chip = AK_GET_CHIP(kcontrol->private_value);
363 if (AK_GET_VOL_CVT(kcontrol->private_value) && nval < 128)
365 if (AK_GET_IPGA(kcontrol->private_value) && nval >= 128)
367 if (AK_GET_INVERT(kcontrol->private_value))
369 if (AK_GET_NEEDSMSB(kcontrol->private_value))
378 return put_ak_reg(kcontrol, AK_GET_ADDR(kcontrol->private_value),
[all...]
H A Dak4114.c186 ptr = (long *)(((char *)chip) + kcontrol->private_value);
207 unsigned char reg = kcontrol->private_value & 0xff;
208 unsigned char bit = (kcontrol->private_value >> 8) & 0xff;
209 unsigned char inv = (kcontrol->private_value >> 31) & 1;
338 .private_value = offsetof(struct ak4114, parity_errors),
346 .private_value = offsetof(struct ak4114, v_bit_errors),
354 .private_value = offsetof(struct ak4114, ccrc_errors),
362 .private_value = offsetof(struct ak4114, qcrc_errors),
420 .private_value = (1<<31) | (1<<8) | AK4114_REG_RCS0,
428 .private_value
[all...]
H A Dak4117.c167 ptr = (long *)(((char *)chip) + kcontrol->private_value);
188 unsigned char reg = kcontrol->private_value & 0xff;
189 unsigned char bit = (kcontrol->private_value >> 8) & 0xff;
190 unsigned char inv = (kcontrol->private_value >> 31) & 1;
332 .private_value = offsetof(struct ak4117, parity_errors),
340 .private_value = offsetof(struct ak4117, v_bit_errors),
348 .private_value = offsetof(struct ak4117, ccrc_errors),
356 .private_value = offsetof(struct ak4117, qcrc_errors),
399 .private_value = (1<<31) | (3<<8) | AK4117_REG_RCS0,
407 .private_value
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/isa/cs423x/
H A Dcs4236_lib.c367 .private_value = reg | (shift << 8) | (mask << 16) | (invert << 24) }
371 int mask = (kcontrol->private_value >> 16) & 0xff;
384 int reg = kcontrol->private_value & 0xff;
385 int shift = (kcontrol->private_value >> 8) & 0xff;
386 int mask = (kcontrol->private_value >> 16) & 0xff;
387 int invert = (kcontrol->private_value >> 24) & 0xff;
401 int reg = kcontrol->private_value & 0xff;
402 int shift = (kcontrol->private_value >> 8) & 0xff;
403 int mask = (kcontrol->private_value >> 16) & 0xff;
404 int invert = (kcontrol->private_value >> 2
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/ppc/
H A Dburgundy.c190 unsigned int addr = BASE2ADDR(kcontrol->private_value & 0xff);
191 int shift = (kcontrol->private_value >> 8) & 0xff;
201 unsigned int addr = BASE2ADDR(kcontrol->private_value & 0xff);
202 int shift = (kcontrol->private_value >> 8) & 0xff;
217 .private_value = ((ADDR2BASE(addr) & 0xff) | ((shift) << 8)) }
224 int stereo = (kcontrol->private_value >> 24) & 1;
236 int lmask = kcontrol->private_value & 0xff;
237 int rmask = (kcontrol->private_value >> 8) & 0xff;
238 int stereo = (kcontrol->private_value >> 24) & 1;
250 int lmask = kcontrol->private_value
[all...]
H A Dawacs.c150 int reg = kcontrol->private_value & 0xff;
151 int lshift = (kcontrol->private_value >> 8) & 0xff;
152 int inverted = (kcontrol->private_value >> 16) & 1;
173 int reg = kcontrol->private_value & 0xff;
174 int lshift = (kcontrol->private_value >> 8) & 0xff;
175 int inverted = (kcontrol->private_value >> 16) & 1;
205 .private_value = (xreg) | ((xshift) << 8) | ((xinverted) << 16) }
214 int reg = kcontrol->private_value & 0xff;
215 int shift = (kcontrol->private_value >> 8) & 0xff;
216 int invert = (kcontrol->private_value >> 1
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/i2c/l3/
H A Duda1341.c527 .private_value = where | (reg << 5) | (shift << 9) | (mask << 12) | (invert << 18) \
533 int mask = (kcontrol->private_value >> 12) & 63;
547 int where = kcontrol->private_value & 31;
548 int mask = (kcontrol->private_value >> 12) & 63;
549 int invert = (kcontrol->private_value >> 18) & 1;
563 int where = kcontrol->private_value & 31;
564 int reg = (kcontrol->private_value >> 5) & 15;
565 int shift = (kcontrol->private_value >> 9) & 7;
566 int mask = (kcontrol->private_value >> 12) & 63;
567 int invert = (kcontrol->private_value >> 1
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/isa/gus/
H A Dgus_mixer.c37 .private_value = shift | (invert << 8) }
51 int shift = kcontrol->private_value & 0xff;
52 int invert = (kcontrol->private_value >> 8) & 1;
64 int shift = kcontrol->private_value & 0xff;
65 int invert = (kcontrol->private_value >> 8) & 1;
87 .private_value = addr }
102 int addr = kcontrol->private_value & 0xff;
118 int addr = kcontrol->private_value & 0xff;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/sound/
H A Dad1848.h187 unsigned long private_value; member in struct:ad1848_mix_elem
195 .private_value = AD1848_MIXVAL_SINGLE(reg, shift, mask, invert) }
201 .private_value = AD1848_MIXVAL_SINGLE(reg, shift, mask, invert), \
208 .private_value = AD1848_MIXVAL_DOUBLE(left_reg, right_reg, shift_left, shift_right, mask, invert) }
214 .private_value = AD1848_MIXVAL_DOUBLE(left_reg, right_reg, shift_left, shift_right, mask, invert), \
H A Dmixer_oss.h46 unsigned long private_value; member in struct:snd_mixer_oss_slot
H A Di2c.h32 unsigned long private_value; member in struct:snd_i2c_device
71 unsigned long private_value; member in struct:snd_i2c_bus
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/isa/sb/
H A Dsb_mixer.c63 int mask = (kcontrol->private_value >> 24) & 0xff;
76 int reg = kcontrol->private_value & 0xff;
77 int shift = (kcontrol->private_value >> 16) & 0xff;
78 int mask = (kcontrol->private_value >> 24) & 0xff;
92 int reg = kcontrol->private_value & 0xff;
93 int shift = (kcontrol->private_value >> 16) & 0x07;
94 int mask = (kcontrol->private_value >> 24) & 0xff;
115 int mask = (kcontrol->private_value >> 24) & 0xff;
128 int left_reg = kcontrol->private_value & 0xff;
129 int right_reg = (kcontrol->private_value >>
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/isa/
H A Dopl3sa2.c329 .private_value = reg | (shift << 8) | (mask << 16) | (invert << 24) }
336 .private_value = reg | (shift << 8) | (mask << 16) | (invert << 24), \
341 int mask = (kcontrol->private_value >> 16) & 0xff;
354 int reg = kcontrol->private_value & 0xff;
355 int shift = (kcontrol->private_value >> 8) & 0xff;
356 int mask = (kcontrol->private_value >> 16) & 0xff;
357 int invert = (kcontrol->private_value >> 24) & 0xff;
371 int reg = kcontrol->private_value & 0xff;
372 int shift = (kcontrol->private_value >> 8) & 0xff;
373 int mask = (kcontrol->private_value >> 1
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/isa/ad1816a/
H A Dad1816a_lib.c686 .private_value = reg | (shift << 8) | (mask << 16) | (invert << 24), \
691 .private_value = reg | (shift << 8) | (mask << 16) | (invert << 24) }
695 int mask = (kcontrol->private_value >> 16) & 0xff;
708 int reg = kcontrol->private_value & 0xff;
709 int shift = (kcontrol->private_value >> 8) & 0xff;
710 int mask = (kcontrol->private_value >> 16) & 0xff;
711 int invert = (kcontrol->private_value >> 24) & 0xff;
725 int reg = kcontrol->private_value & 0xff;
726 int shift = (kcontrol->private_value >> 8) & 0xff;
727 int mask = (kcontrol->private_value >> 1
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/isa/es1688/
H A Des1688_lib.c787 .private_value = reg | (shift << 8) | (mask << 16) | (invert << 24) }
791 int mask = (kcontrol->private_value >> 16) & 0xff;
804 int reg = kcontrol->private_value & 0xff;
805 int shift = (kcontrol->private_value >> 8) & 0xff;
806 int mask = (kcontrol->private_value >> 16) & 0xff;
807 int invert = (kcontrol->private_value >> 24) & 0xff;
821 int reg = kcontrol->private_value & 0xff;
822 int shift = (kcontrol->private_value >> 8) & 0xff;
823 int mask = (kcontrol->private_value >> 16) & 0xff;
824 int invert = (kcontrol->private_value >> 2
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/drivers/vx/
H A Dvx_mixer.c568 int audio = kcontrol->private_value & 0xff;
569 int capture = (kcontrol->private_value >> 8) & 1;
581 int audio = kcontrol->private_value & 0xff;
582 int capture = (kcontrol->private_value >> 8) & 1;
599 int audio = kcontrol->private_value & 0xff;
611 int audio = kcontrol->private_value & 0xff;
639 int audio = kcontrol->private_value & 0xff;
651 int audio = kcontrol->private_value & 0xff;
668 int audio = kcontrol->private_value & 0xff;
680 int audio = kcontrol->private_value
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/pci/ice1712/
H A Daureon.c350 uinfo->count = kcontrol->private_value & AUREON_AC97_STEREO ? 2 : 1;
363 vol = aureon_ac97_read(ice, kcontrol->private_value & 0x7F);
365 if (kcontrol->private_value & AUREON_AC97_STEREO)
380 ovol = aureon_ac97_read(ice, kcontrol->private_value & 0x7F);
382 if (kcontrol->private_value & AUREON_AC97_STEREO)
387 aureon_ac97_write(ice, kcontrol->private_value & 0x7F, nvol);
405 ucontrol->value.integer.value[0] = aureon_ac97_read(ice, kcontrol->private_value & 0x7F) & 0x8000 ? 0 : 1;
419 ovol = aureon_ac97_read(ice, kcontrol->private_value & 0x7F);
423 aureon_ac97_write(ice, kcontrol->private_value & 0x7F, nvol);
787 int voices = kcontrol->private_value >>
[all...]
H A Dphase.c435 int voices = kcontrol->private_value >> 8;
448 voices = kcontrol->private_value >> 8;
449 ofs = kcontrol->private_value & 0xff;
461 voices = kcontrol->private_value >> 8;
462 ofs = kcontrol->private_value & 0xff;
483 uinfo->count = kcontrol->private_value >> 8;
494 voices = kcontrol->private_value >> 8;
495 ofs = kcontrol->private_value & 0xFF;
507 voices = kcontrol->private_value >> 8;
508 ofs = kcontrol->private_value
[all...]
H A Dak4xxx.c60 struct snd_ak4xxx_private *priv = (void *)ak->private_value[0];
139 ak->private_value[0] = (unsigned long)priv;
158 kfree((void*)ak->private_value[0]);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/pci/hda/
H A Dpatch_si3054.c111 u16 reg = PRIVATE_REG(kcontrol->private_value);
112 u16 mask = PRIVATE_MASK(kcontrol->private_value);
121 u16 reg = PRIVATE_REG(kcontrol->private_value);
122 u16 mask = PRIVATE_MASK(kcontrol->private_value);
136 .private_value = PRIVATE_VALUE(reg,mask), \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/isa/ad1848/
H A Dad1848_lib.c1009 int mask = (kcontrol->private_value >> 16) & 0xff;
1022 int reg = kcontrol->private_value & 0xff;
1023 int shift = (kcontrol->private_value >> 8) & 0xff;
1024 int mask = (kcontrol->private_value >> 16) & 0xff;
1025 int invert = (kcontrol->private_value >> 24) & 0xff;
1039 int reg = kcontrol->private_value & 0xff;
1040 int shift = (kcontrol->private_value >> 8) & 0xff;
1041 int mask = (kcontrol->private_value >> 16) & 0xff;
1042 int invert = (kcontrol->private_value >> 24) & 0xff;
1060 int mask = (kcontrol->private_value >> 2
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/pci/mixart/
H A Dmixart_mixer.c346 if(kcontrol->private_value == 0) { /* playback */
360 if(kcontrol->private_value == 0) { /* playback */
378 is_capture = (kcontrol->private_value != 0);
826 int is_capture = kcontrol->private_value & MIXART_VOL_REC_MASK;
827 int is_aes = kcontrol->private_value & MIXART_VOL_AES_MASK;
848 int is_capture = kcontrol->private_value & MIXART_VOL_REC_MASK;
849 int is_aes = kcontrol->private_value & MIXART_VOL_AES_MASK;
897 if(kcontrol->private_value & MIXART_VOL_AES_MASK) /* AES playback */
909 int is_aes = kcontrol->private_value & MIXART_VOL_AES_MASK;
1087 temp.private_value
[all...]

Completed in 121 milliseconds

1234