summaryrefslogtreecommitdiff
path: root/timer.h
blob: 8e869c875eda98ee3a2a40a2975e2901c1dfa484 (plain)
1
2
3
4
5
6
7
8
9
#ifndef TIMER_H
#define TIMER_H

#include <sys/time.h>

extern void set_itimer_interval_value(struct itimerval *itimer, unsigned long sec,
				      unsigned long usec);

#endif /* TIMER_H */
t name='dt' onchange='this.form.submit();'>
authorNikita Yushchenko <nikita.yoush@cogentembedded.com>2016-09-26 12:56:51 +0300
committerMark Brown <broonie@kernel.org>2016-09-26 09:04:14 -0700
commit899a247cf6d5bbb9eb799261791441d7d5ea2099 (patch)
tree90641000368d883f44b6a43aa4d59f43275845db /Documentation
parentb0133d9c4d7600fa43499c12897136fb4f38fd57 (diff)
ASoC: simple-card: add support for aux devices
Add device tree property to define auxiliary devices to be added to simle-audio-card. Together with proper audio routing definition, this allows to use simple-card in setups where separate amplifier chip is connected to codec's output. Signed-off-by: Nikita Yushchenko <nikita.yoush@cogentembedded.com> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'Documentation')