summaryrefslogtreecommitdiff
path: root/proc.c
AgeCommit message (Expand)AuthorFilesLines
2017-01-25flowtop: Add process UI tab entryVadim Kochan1-0/+11
2016-12-19flowtop: Move & refactor walk_processes() to proc.cVadim Kochan1-0/+75
2016-04-17build: fix compilation warnings with _GNU_SOURCEarch3y1-1/+3
2015-12-17proc: Add function to execute process with argv listVadim Kochan1-0/+27
2015-07-17flowtop, netsniff-ng: Move process name extraction to own functionTobias Klauser1-0/+15
2013-06-04proc: move out process specific management functionsDaniel Borkmann1-0/+66
ce4eac1f600b34f2f7f58f9cd8f0503d79e42ae'>6ce4eac1f600b34f2f7f58f9cd8f0503d79e42ae (diff)
ASoC: tlv320aic3x: no mono controls 3007 model
if codec driver is used for AIC3X_MODEL_3007 the mono iout controls overwrite registers for class-d amplifier. classd amplifier controls are only used for AIC3X_MODEL_3007. Removing all mono snd_kcontrol_new, snd_soc_dapm_widget, snd_soc_dapm_route and aic3x_init stuff from common code and call only for not AIC3X_MODEL_3007 codecs. Testet only with AIC3X_MODEL_3007 Signed-off-by: Jan Weitzel <j.weitzel@phytec.de> Signed-off-by: Mark Brown <broonie@linaro.org>
Diffstat (limited to 'sound/soc')