#ifndef TRIE_H #define TRIE_H #include extern void trie_addr_lookup(char *buff, size_t len, int ipv4, int *fd, struct sockaddr_storage *addr, size_t *alen); extern int trie_addr_maybe_update(char *buff, size_t len, int ipv4, int fd, struct sockaddr_storage *addr, size_t alen); extern void trie_addr_remove(int fd); extern void trie_addr_remove_addr(struct sockaddr_storage *addr, size_t alen); extern void trie_init(void); extern void trie_cleanup(void); #endif /* TRIE_H */ t.git Git repository'/>
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBard Liao <bardliao@realtek.com>2016-04-26 18:07:10 +0800
committerMark Brown <broonie@kernel.org>2016-04-26 11:11:08 +0100
commit3c9e014c442caefa14c71494ca4473121007f60f (patch)
treef35b47dfb9c3aeeb14afbed3fe14005b7dbe7e49 /Documentation/devicetree/bindings
parentf55532a0c0b8bb6148f4e07853b876ef73bc69ca (diff)
ASoC: rt298: reset AD dilter is there is no MCLK
rt298 need to reset AD filter and the ADC settings will take effort. Signed-off-by: Bard Liao <bardliao@realtek.com> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'Documentation/devicetree/bindings')