summaryrefslogtreecommitdiff
path: root/corking.h
blob: fb4483cbea5fe9faa70276523a3797a1bcfa3d11 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#ifndef CORKING_H
#define CORKING_H

#include <stdbool.h>

extern void set_tcp_cork(int fd);
extern void set_tcp_uncork(int fd);
extern void set_udp_cork(int fd);
extern void set_udp_uncork(int fd);
extern void set_sock_cork(int fd, bool is_udp);
extern void set_sock_uncork(int fd, bool is_udp);

#endif /* CORKING_H */
ion>space:mode:
authorAndreas Dannenberg <dannenberg@ti.com>2016-04-26 17:15:56 -0500
committerMark Brown <broonie@kernel.org>2016-04-27 16:48:49 +0100
commit4e2f17be8f63a6ad9ebd4cdfce627e3dd25d80bb (patch)
tree0508d5da3d05922116dbb532100d131bbdf7aa26 /Documentation/kobject.txt
parenta42121b7a1d80a0eaac9ed1442760bf4e65f5352 (diff)
ASoC: add TA5720 digital amplifier DT bindings
The Texas Instruments TAS5720L/M device is a high-efficiency mono Class-D audio power amplifier optimized for high transient power capability to use the dynamic power headroom of small loudspeakers. Its digital time division multiplexed (TDM) interface enables up to 16 devices to share the same bus. Signed-off-by: Andreas Dannenberg <dannenberg@ti.com> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'Documentation/kobject.txt')