Home
last modified time | relevance | path

Searched refs:emu1010 (Results 1 – 8 of 8) sorted by relevance

/linux-6.15/sound/pci/emu10k1/
H A Demu10k1_main.c750 emu->emu1010.clock_source = emu->emu1010.clock_fallback; in emu1010_clock_event()
751 emu->emu1010.wclock = 1 - emu->emu1010.clock_source; in emu1010_clock_event()
795 schedule_work(&emu->emu1010.work); in emu1010_interrupt()
849 emu->emu1010.optical_in = 0; /* IN_SPDIF */ in snd_emu10k1_emu1010_init()
853 emu->emu1010.optical_in = 1; /* IN_ADAT */ in snd_emu10k1_emu1010_init()
860 emu->emu1010.adc_pads = 0x00; in snd_emu10k1_emu1010_init()
880 emu->emu1010.clock_source = 1; /* 48000 */ in snd_emu10k1_emu1010_init()
920 cancel_work_sync(&emu->emu1010.work); in snd_emu10k1_free()
921 mutex_destroy(&emu->emu1010.lock); in snd_emu10k1_free()
1500 INIT_WORK(&emu->emu1010.work, emu1010_work); in snd_emu10k1_create()
[all …]
H A Demumixer.c611 emu, i, emu->emu1010.input_source[i]); in snd_emu1010_apply_sources()
774 cache = emu->emu1010.adc_pads; in snd_emu1010_adc_pads_put()
782 emu->emu1010.adc_pads = cache; in snd_emu1010_adc_pads_put()
832 cache = emu->emu1010.dac_pads; in snd_emu1010_dac_pads_put()
840 emu->emu1010.dac_pads = cache; in snd_emu1010_dac_pads_put()
991 emu->emu1010.clock_source = val; in snd_emu1010_clock_source_put()
1049 emu->emu1010.clock_fallback = val; in snd_emu1010_clock_fallback_put()
1099 emu->emu1010.optical_out = val; in snd_emu1010_optical_out_put()
1150 emu->emu1010.optical_in = val; in snd_emu1010_optical_in_put()
2327 emu->emu1010.input_source[i] = in snd_emu10k1_mixer()
[all …]
H A Dtimer.c42 emu->emu1010.word_clock == 44100) in snd_emu10k1_timer_c_resolution()
55 *den = emu->emu1010.word_clock; in snd_emu10k1_timer_precise_resolution()
H A Dio.c293 if (snd_BUG_ON(!mutex_is_locked(&emu->emu1010.lock))) in snd_emu1010_fpga_write()
313 if (snd_BUG_ON(!mutex_is_locked(&emu->emu1010.lock))) in snd_emu1010_fpga_read()
391 switch (emu->emu1010.wclock) { in snd_emu1010_update_clock()
402 emu, emu->emu1010.wclock & EMU_HANA_WCLOCK_SRC_MASK); in snd_emu1010_update_clock()
416 emu->emu1010.word_clock = clock; in snd_emu1010_update_clock()
H A Demu10k1.c192 cancel_work_sync(&emu->emu1010.work); in snd_emu10k1_suspend()
H A Demupcm.c189 emu->emu1010.word_clock == 44100) { in snd_emu10k1_constrain_capture_rates()
207 rate = emu->emu1010.word_clock; in snd_emu1010_constrain_efx_rate()
431 emu->emu1010.word_clock == 44100) in snd_emu10k1_playback_prepare()
1198 sample_rate = emu->emu1010.word_clock; in snd_emu10k1_playback_open()
H A Demu10k1_callback.c521 hw->emu1010.word_clock == 44100) ? 0 : -501; in get_pitch_shift()
/linux-6.15/include/sound/
H A Demu10k1.h1762 struct snd_emu1010 emu1010; member
1845 static inline void snd_emu1010_fpga_lock(struct snd_emu10k1 *emu) { mutex_lock(&emu->emu1010.lock);… in snd_emu1010_fpga_lock()
1846 static inline void snd_emu1010_fpga_unlock(struct snd_emu10k1 *emu) { mutex_unlock(&emu->emu1010.lo… in snd_emu1010_fpga_unlock()