Home
last modified time | relevance | path

Searched refs:wc (Results 1 – 4 of 4) sorted by relevance

/sound/isa/wavefront/
Dwavefront_synth.c1515 wavefront_control *wc) in wavefront_synth_control() argument
1523 "cmd 0x%x\n", wc->cmd); in wavefront_synth_control()
1527 switch (wc->cmd) { in wavefront_synth_control()
1542 wc->rbuf[0] = dev->interrupts_are_midi; in wavefront_synth_control()
1546 dev->rom_samples_rdonly = wc->wbuf[0]; in wavefront_synth_control()
1547 wc->status = 0; in wavefront_synth_control()
1551 i = wc->wbuf[0] | (wc->wbuf[1] << 7); in wavefront_synth_control()
1555 wc->status = EINVAL; in wavefront_synth_control()
1558 wc->rbuf[0] = dev->sample_status[i]; in wavefront_synth_control()
1559 wc->status = 0; in wavefront_synth_control()
[all …]
/sound/pci/ctxfi/
Dcttimer.c52 unsigned int wc; /* current wallclock */ member
184 unsigned int wc, diff; in ct_xfitimer_reprogram() local
192 wc = ct_xfitimer_get_wc(atimer); in ct_xfitimer_reprogram()
193 diff = wc - atimer->wc; in ct_xfitimer_reprogram()
194 atimer->wc = wc; in ct_xfitimer_reprogram()
296 atimer->wc = ct_xfitimer_get_wc(atimer); in ct_xfitimer_start()
/sound/core/
Dmemalloc.c282 bool wc) in do_alloc_pages() argument
305 if (wc) in do_alloc_pages()
311 static void do_free_pages(void *p, size_t size, bool wc) in do_free_pages() argument
314 if (wc) in do_free_pages()
/sound/soc/codecs/
Dhdac_hdmi.c685 struct snd_kcontrol_new *wc, int numkc, in hdac_hdmi_fill_widget_info() argument
697 w->kcontrol_news = wc; in hdac_hdmi_fill_widget_info()