Searched refs:emu1010 (Results 1 - 6 of 6) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/pci/emu10k1/
H A Demu10k1_main.c283 if (emu->card_capabilities->emu1010) {
311 if (emu->card_capabilities->emu1010) {
312 ; /* Disable all access to A_IOCFG for the emu1010 */
332 if (emu->card_capabilities->emu1010) {
333 ; /* Disable all access to A_IOCFG for the emu1010 */
352 if (emu->card_capabilities->emu1010) {
353 ; /* Disable all access to A_IOCFG for the emu1010 */
682 snd_printk(KERN_INFO "emu1010: Special config.\n");
720 snd_printk(KERN_INFO "emu1010: EMU_HANA_ID=0x%x\n",reg);
722 snd_printk(KERN_INFO "emu1010
[all...]
H A Demumixer.c262 ucontrol->value.enumerated.item[0] = emu->emu1010.output_source[channel];
275 if (emu->emu1010.output_source[channel] != ucontrol->value.enumerated.item[0]) {
276 val = emu->emu1010.output_source[channel] = ucontrol->value.enumerated.item[0];
291 ucontrol->value.enumerated.item[0] = emu->emu1010.input_source[channel];
304 if (emu->emu1010.input_source[channel] != ucontrol->value.enumerated.item[0]) {
305 val = emu->emu1010.input_source[channel] = ucontrol->value.enumerated.item[0];
401 ucontrol->value.integer.value[0] = (emu->emu1010.adc_pads & mask) ? 1 : 0;
411 cache = emu->emu1010.adc_pads;
416 if (cache != emu->emu1010.adc_pads) {
418 emu->emu1010
[all...]
H A Demupcm.c337 if (emu->card_capabilities->emu1010)
338 pitch_target = PITCH_48000; /* Disable interpolators on emu1010 card */
680 if (emu->card_capabilities->emu1010)
681 pitch_target = PITCH_48000; /* Disable interpolators on emu1010 card */
1205 if (emu->card_capabilities->emu1010) {
1225 switch (emu->emu1010.internal_clock) {
H A Demuproc.c551 if ((emu->card_capabilities->emu1010) &&
H A Demufx.c1248 if (emu->card_capabilities->emu1010) {
1494 if (emu->card_capabilities->emu1010) {
1538 if (emu->card_capabilities->emu1010) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/sound/
H A Demu10k1.h1421 unsigned char emu1010; /* EMU 1010m card */ member in struct:snd_emu_chip_details
1501 struct snd_emu1010 emu1010; member in struct:snd_emu10k1

Completed in 123 milliseconds