summaryrefslogtreecommitdiff
path: root/sound/soc/mxs/Makefile
blob: 565b5b51e8b709335ad8ac1d42c84d43270b5ab7 (plain)
1
2
3
4
5
6
7
8
9
10
# MXS Platform Support
snd-soc-mxs-objs := mxs-saif.o
snd-soc-mxs-pcm-objs := mxs-pcm.o

obj-$(CONFIG_SND_MXS_SOC) += snd-soc-mxs.o snd-soc-mxs-pcm.o

# i.MX Machine Support
snd-soc-mxs-sgtl5000-objs := mxs-sgtl5000.o

obj-$(CONFIG_SND_SOC_MXS_SGTL5000) += snd-soc-mxs-sgtl5000.o
td class='right'>2016-12-20 22:02:18 +0800 committerDavid S. Miller <davem@davemloft.net>2016-12-20 14:22:49 -0500 commita763f78cea845c91b8d91f93dabf70c407635dc5 (patch) tree9b2d4293e2ba1759a8ec7f272cf3df1783d48700 /net/netlink parent7f7cd56c33937c6afa8a3d1f10a804c314e5b308 (diff)
RDS: use rb_entry()
To make the code clearer, use rb_entry() instead of container_of() to deal with rbtree. Signed-off-by: Geliang Tang <geliangtang@gmail.com> Reviewed-by: Leon Romanovsky <leonro@mellanox.com> Acked-by: Santosh Shilimkar <santosh.shilimkar@oracle.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/netlink')