summaryrefslogtreecommitdiff
path: root/sock.h
blob: 8f68d42111766070046c0b97b01f290422db9217 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#ifndef SOCK_H
#define SOCK_H

extern int af_socket(int af);
extern int pf_socket(void);
extern int pf_socket_type(uint32_t type);
extern void set_nonblocking(int fd);
extern int set_nonblocking_sloppy(int fd);
extern int set_reuseaddr(int fd);
extern void set_sock_qdisc_bypass(int fd, int verbose);
extern void set_sock_prio(int fd, int prio);
extern void set_tcp_nodelay(int fd);
extern void set_socket_keepalive(int fd);
extern int set_ipv6_only(int fd);
extern void set_mtu_disc_dont(int fd);
extern void set_system_socket_memory(int *vals, size_t len);
extern void reset_system_socket_memory(int *vals, size_t len);

#endif /* SOCK_H */
canonical.com>2011-06-21 21:01:52 +0200 committerTakashi Iwai <tiwai@suse.de>2011-06-28 14:09:57 +0200 commit9966db22caf8f74c0e6d84a569e6d7d56332e127 (patch) tree79b8c94beda2d0ccecf5847f619caa79cd6c4367 /sound/spi/at73c213.c parentf0ca89b031d327b80b612a0608d31b8e13e6dc33 (diff)
ALSA: HDA: Add model=auto quirk for Acer Aspire 3830TG
Since we're not using the new auto parser as a fallback yet, add it manually as a quirk. Signed-off-by: David Henningsson <david.henningsson@canonical.com> Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/spi/at73c213.c')