summaryrefslogtreecommitdiff
path: root/stun.h
blob: e16c3e7abb7b423b97ae3512b3d4cf09a30cc97e (plain)
1
2
3
4
5
6
#ifndef STUN_H
#define STUN_H

extern int print_stun_probe(char *server, int sport, int tport);

#endif /* STUN_H */
e='7'>7space:mode:
authorJose Abreu <Jose.Abreu@synopsys.com>2016-04-07 17:53:57 +0100
committerMark Brown <broonie@kernel.org>2016-04-07 10:41:36 -0700
commit3fafd14d9422c46f5c2a142298384dc15dbf88b2 (patch)
tree2e39c0013c93acacb6a44c0e51c055df8637d08f /Documentation
parent613c7c4003c8338a9a638485d95de2775948295b (diff)
ASoC: dwc: Use fifo depth to program FCR
This patch makes Designware I2S driver use the fifo depth value to program the fifo configuration register instead of using hardcoded values. Signed-off-by: Jose Abreu <joabreu@synopsys.com> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'Documentation')