/* * SSM2518 amplifier audio driver * * Copyright 2013 Analog Devices Inc. * Author: Lars-Peter Clausen * * Licensed under the GPL-2. */ #ifndef __SND_SOC_CODECS_SSM2518_H__ #define __SND_SOC_CODECS_SSM2518_H__ #define SSM2518_SYSCLK 0 enum ssm2518_sysclk_src { SSM2518_SYSCLK_SRC_MCLK = 0, SSM2518_SYSCLK_SRC_BCLK = 1, }; #endif git.distanz.ch/linux/net-next.git' title='net-next.git Git repository'/>
summaryrefslogtreecommitdiff
path: root/net/ife
AgeCommit message (Collapse)AuthorFilesLines
2017-02-03net: Introduce ife encapsulation moduleYotam Gigi3-0/+163
This module is responsible for the ife encapsulation protocol encode/decode logics. That module can: - ife_encode: encode skb and reserve space for the ife meta header - ife_decode: decode skb and extract the meta header size - ife_tlv_meta_encode - encodes one tlv entry into the reserved ife header space. - ife_tlv_meta_decode - decodes one tlv entry from the packet - ife_tlv_meta_next - advance to the next tlv Reviewed-by: Jiri Pirko <jiri@mellanox.com> Signed-off-by: Yotam Gigi <yotamg@mellanox.com> Signed-off-by: Jamal Hadi Salim <jhs@mojatatu.com> Signed-off-by: Roman Mashak <mrv@mojatatu.com> Signed-off-by: David S. Miller <davem@davemloft.net>