/* * Timer handling */ #ifndef __CTTIMER_H #define __CTTIMER_H #include #include #include struct snd_pcm_substream; struct ct_atc; struct ct_atc_pcm; struct ct_timer; struct ct_timer_instance; struct ct_timer *ct_timer_new(struct ct_atc *atc); void ct_timer_free(struct ct_timer *atimer); struct ct_timer_instance * ct_timer_instance_new(struct ct_timer *atimer, struct ct_atc_pcm *apcm); void ct_timer_instance_free(struct ct_timer_instance *ti); void ct_timer_start(struct ct_timer_instance *ti); void ct_timer_stop(struct ct_timer_instance *ti); void ct_timer_prepare(struct ct_timer_instance *ti); #endif /* __CTTIMER_H */ '/cgit.cgi/'>cgit logo index : net-next.git
net-next plumbingsTobias Klauser
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Hsu <KCHSU0@nuvoton.com>2016-12-20 16:47:06 +0800
committerMark Brown <broonie@kernel.org>2016-12-31 18:55:24 +0000
commita33b56a6a824fa5cd89c74f85cbeb9af1dcef87e (patch)
tree3de588c4a76bb960c80822da3a1f65a8d65097e5 /tools/perf
parenta5de5b74a50113564a1e0850e2da96c37c35e55d (diff)
ASoC: nau8825: correct the function name of register
Change to correct name of the register function. Signed-off-by: John Hsu <KCHSU0@nuvoton.com> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'tools/perf')