summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/memory-hotplug/Makefile
blob: afb2624c704894fc280f553fbad9ac1f9fb07363 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
all:

include ../lib.mk

TEST_PROGS := mem-on-off-test.sh
override RUN_TESTS := ./mem-on-off-test.sh -r 2 || echo "selftests: memory-hotplug [FAIL]"
override EMIT_TESTS := echo "$(RUN_TESTS)"

run_full_test:
	@/bin/bash ./mem-on-off-test.sh || echo "memory-hotplug selftests: [FAIL]"

clean:
729e200'>56d5730043d9403db63e2178cd306cb8bd065c89 /sound parent4b9e385b9dac5c84640b13e70dbbd8e2bb669c8d (diff)
ASoC: tas571x: add input channel mixer for TAS5717/19
Add channel 1 and 2 input mixer registers and the related ALSA mixer controls for TAS5717/19 chips. The mixer control coefficients on the chip are linear in the range -3.99999 to +3.99999, encoded in 3.23 number format. In this patch the mixer controls are limited to 128 values from 0.0 to 1.0 in 1/64 steps. Signed-off-by: Petr Kulhavy <brain@jikos.cz> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound')