summaryrefslogtreecommitdiff
path: root/sysctl.h
blob: 332380b102dd7dc976097e76bf059b332f8febb2 (plain)
1
2
3
4
5
6
7
8
9
#ifndef SYSCTL_H
#define SYSCTL_H

#define SYSCTL_PROC_PATH "/proc/sys/"

int sysctl_set_int(const char *file, int value);
int sysctl_get_int(const char *file, int *value);

#endif
ass='label'>mode:
authorMatthias Reichl <hias@horus.com>2016-04-25 13:39:38 +0000
committerMark Brown <broonie@kernel.org>2016-04-25 17:39:05 +0100
commita34b027dca5ea840fbc84121db66488375acfdea (patch)
treecc46d5c017caf38f8cecace0e0627b48b536ae62
parentf55532a0c0b8bb6148f4e07853b876ef73bc69ca (diff)
ASoC: bcm2835: add 24bit support
This adds 24 bit support to the I2S driver of the BCM2835 Code ported from bcm2708-i2s driver in Raspberry Pi tree. Signed-off-by: Florian Meier <florian.meier@koalo.de> Signed-off-by: Matthias Reichl <hias@horus.com> Signed-off-by: Martin Sperl <kernel@martin.sperl.org> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat