Home
last modified time | relevance | path

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

/sound/isa/wavefront/
Dwavefront_synth.c1517 wavefront_control *wc) in wavefront_synth_control() argument
1525 "cmd 0x%x\n", wc->cmd); in wavefront_synth_control()
1529 switch (wc->cmd) { in wavefront_synth_control()
1544 wc->rbuf[0] = dev->interrupts_are_midi; in wavefront_synth_control()
1548 dev->rom_samples_rdonly = wc->wbuf[0]; in wavefront_synth_control()
1549 wc->status = 0; in wavefront_synth_control()
1553 i = wc->wbuf[0] | (wc->wbuf[1] << 7); in wavefront_synth_control()
1557 wc->status = EINVAL; in wavefront_synth_control()
1560 wc->rbuf[0] = dev->sample_status[i]; in wavefront_synth_control()
1561 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/soc/codecs/
Dhdac_hdmi.c680 struct snd_kcontrol_new *wc, int numkc, in hdac_hdmi_fill_widget_info() argument
692 w->kcontrol_news = wc; in hdac_hdmi_fill_widget_info()