Searched refs:emu1010 (Results 1 – 4 of 4) sorted by relevance
947 emu->emu1010.optical_in = 1; /* IN_ADAT */ in snd_emu10k1_emu1010_init()948 emu->emu1010.optical_out = 1; /* IN_ADAT */ in snd_emu10k1_emu1010_init()950 tmp = (emu->emu1010.optical_in ? EMU_HANA_OPTICAL_IN_ADAT : 0) | in snd_emu10k1_emu1010_init()951 (emu->emu1010.optical_out ? EMU_HANA_OPTICAL_OUT_ADAT : 0); in snd_emu10k1_emu1010_init()956 emu->emu1010.adc_pads = 0x00; in snd_emu10k1_emu1010_init()964 emu->emu1010.dac_pads = 0x0f; in snd_emu10k1_emu1010_init()1140 if (!emu->emu1010.firmware_thread) { in snd_emu10k1_emu1010_init()1141 emu->emu1010.firmware_thread = in snd_emu10k1_emu1010_init()1144 wake_up_process(emu->emu1010.firmware_thread); in snd_emu10k1_emu1010_init()1163 emu->emu1010.output_source[0] = 17; in snd_emu10k1_emu1010_init()[all …]
415 ucontrol->value.enumerated.item[0] = emu->emu1010.output_source[channel]; in snd_emu1010_output_source_get()437 if (emu->emu1010.output_source[channel] == val) in snd_emu1010_output_source_put()439 emu->emu1010.output_source[channel] = val; in snd_emu1010_output_source_put()459 ucontrol->value.enumerated.item[0] = emu->emu1010.input_source[channel]; in snd_emu1010_input_source_get()479 if (emu->emu1010.input_source[channel] == val) in snd_emu1010_input_source_put()481 emu->emu1010.input_source[channel] = val; in snd_emu1010_input_source_put()595 ucontrol->value.integer.value[0] = (emu->emu1010.adc_pads & mask) ? 1 : 0; in snd_emu1010_adc_pads_get()605 cache = emu->emu1010.adc_pads; in snd_emu1010_adc_pads_put()610 if (cache != emu->emu1010.adc_pads) { in snd_emu1010_adc_pads_put()612 emu->emu1010.adc_pads = cache; in snd_emu1010_adc_pads_put()[all …]
1154 if (emu->card_capabilities->emu_model && emu->emu1010.internal_clock == 0) in snd_emu10k1_playback_open()1307 switch (emu->emu1010.internal_clock) { in snd_emu10k1_capture_efx_open()
1761 struct snd_emu1010 emu1010; member