summaryrefslogtreecommitdiff
path: root/astraceroute/Makefile
blob: 91f0a9e5a0e41b9dabbec9197d4914c981267042 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
astraceroute-libs =	-lGeoIP \
			-lpthread \
			-lz

astraceroute-objs =	xmalloc.o \
			xio.o \
			xutils.o \
			proto_none.o \
			tprintf.o \
			bpf.o \
			geoip.o \
			ring_rx.o \
			astraceroute.o
olspan='2' class='oid'>328089a47112a4fc06071e2003ecd75cc6d31029 (patch) treecf16e0baba691b7c9fdd5d6710d9e7b80385f66a parent61c66c60c75bd7f9650e27fb0a017bc39f2629a2 (diff)
ASoC: samsung: Don't set unused struct snd_pcm_hardware fields
The ASoC core assumes that the PCM component of the ASoC card transparently moves data around and does not impose any restrictions on the memory layout or the transfer speed. It ignores all fields from the snd_pcm_hardware struct for the PCM driver that are related to this. Setting these fields in the PCM driver might suggest otherwise though, so rather not set them. Signed-off-by: Lars-Peter Clausen <lars@metafoo.de> Signed-off-by: Mark Brown <broonie@linaro.org>
Diffstat
Setting these fields in the PCM driver might suggest otherwise though, so rather not set them. Signed-off-by: Lars-Peter Clausen <lars@metafoo.de> Signed-off-by: Mark Brown <broonie@linaro.org>
Diffstat (limited to 'sound')