summaryrefslogtreecommitdiff
path: root/proc.h
blob: 0a31f36a1fca264575a906a523a8e2a5c644a16d (plain)
1
2
3
4
5
6
7
8
#ifndef PROC_H
#define PROC_H

extern void cpu_affinity(int cpu);
extern int set_proc_prio(int prio);
extern int set_sched_status(int policy, int priority);

#endif /* PROC_H */
on value='15'>15space:mode:
authorRichard Fitzgerald <rf@opensource.wolfsonmicro.com>2016-01-22 13:49:59 +0000
committerMark Brown <broonie@kernel.org>2016-01-29 12:38:18 +0100
commit7eec55d7a2f2932b3b4a799bc5d0d6718e1ee9e2 (patch)
tree7de172b68c7128b5c96de1700ffcbb5b4040e0bb /Documentation
parent69fa80584f69554275ef1257d41b90f4e0d417fc (diff)
ASoC: cs47l24: Add voice control compressed stream
This patch adds firmware compressed stream capture support and DAI hookups for voice control firmware (based on the wm5110 implementation.) Signed-off-by: Richard Fitzgerald <rf@opensource.wolfsonmicro.com> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'Documentation')