#ifndef CT_SERVMGMT_H #define CT_SERVMGMT_H #include #include "curve.h" extern void parse_userfile_and_generate_serv_store_or_die(char *homedir); extern void dump_serv_store(void); extern void get_serv_store_entry_by_alias(char *alias, size_t len, char **host, char **port, int *udp); extern struct curve25519_proto *get_serv_store_entry_proto_inf(void); extern unsigned char *get_serv_store_entry_auth_token(void); extern void destroy_serv_store(void); #endif /* CT_SERVMGMT_H */ ef='http:///git.distanz.ch/cgit.cgi/linux/net-next.git' title='net-next.git Git repository'/>
summaryrefslogtreecommitdiff
path: root/sound
diff options
context:
space:
mode:
author彭东林 <pengdonglin@smartisan.com>2016-09-26 08:29:31 +0000
committerMark Brown <broonie@kernel.org>2016-09-26 09:43:34 -0700
commit94d215cc6fc5f0a5d202ed2b12fa0b14392cc2e4 (patch)
tree7e8b5a8b3e00fc4a38bd0a0e6cd1854befaf7bbb /sound
parentf11766143caa065b3aef4d794c104ea0f37ada76 (diff)
ASoC: dpcm: print dai_link name of BE other than FE.
When operating the BE, we should print out the dai_link name of BE other than FE. This is useful when analyzing the kernel log. Signed-off-by: Donglin Peng <pengdonglin@smartisan.com> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound')