Home
last modified time | relevance | path

Searched refs:clock_fallback (Results 1 – 3 of 3) sorted by relevance

/linux/sound/pci/emu10k1/
H A Demu10k1_main.c750 emu->emu1010.clock_source = emu->emu1010.clock_fallback; in emu1010_clock_event()
881 emu->emu1010.clock_fallback = 1; /* 48000 */ in snd_emu10k1_emu1010_init()
H A Demumixer.c1034 ucontrol->value.enumerated.item[0] = emu->emu1010.clock_fallback; in snd_emu1010_clock_fallback_get()
1047 change = (emu->emu1010.clock_fallback != val); in snd_emu1010_clock_fallback_put()
1049 emu->emu1010.clock_fallback = val; in snd_emu1010_clock_fallback_put()
/linux/include/sound/
H A Demu10k1.h1692 unsigned int clock_fallback; member