summaryrefslogtreecommitdiff
path: root/sound/pci/ac97/Makefile
blob: 52617533371099771f1acd5c40b0aa76e03acdae (plain)
1
2
3
4
5
6
7
8
9
10
#
# Makefile for ALSA
# Copyright (c) 2001 by Jaroslav Kysela <perex@perex.cz>
#

snd-ac97-codec-y := ac97_codec.o ac97_pcm.o
snd-ac97-codec-$(CONFIG_SND_PROC_FS) += ac97_proc.o

# Toplevel Module Dependency
obj-$(CONFIG_SND_AC97_CODEC) += snd-ac97-codec.o
ption value='0' selected='selected'>unified
authorEric Dumazet <edumazet@google.com>2017-01-09 10:29:27 -0800
committerDavid S. Miller <davem@davemloft.net>2017-01-09 17:07:54 -0500
commitb369e7fd41f7cdbe2488cb736ef4f958bb94b5e2 (patch)
treeb37e5e194ed9232bdd2a4539d9630a1f8b5d08ee /net/ipv4
parentc22e5c125b7a00fdd177e0caba4f432eb66c8a73 (diff)
tcp: make TCP_INFO more consistent
tcp_get_info() has to lock the socket, so lets lock it for an extended critical section, so that various fields have consistent values. This solves an annoying issue that some applications reported when multiple counters are updated during one particular rx/rx event, and TCP_INFO was called from another cpu. Signed-off-by: Eric Dumazet <edumazet@google.com> Cc: Yuchung Cheng <ycheng@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/ipv4')