]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: Make soc_dpcm_debugfs_add() non-fatal
authorLars-Peter Clausen <lars@metafoo.de>
Thu, 9 Apr 2015 08:52:37 +0000 (10:52 +0200)
committerMark Brown <broonie@kernel.org>
Thu, 9 Apr 2015 10:32:29 +0000 (11:32 +0100)
commite29f488d8a9e991527dfd6ad8d51aacec75b07b6
tree060bbeb681c5744cce98db58918ed4581eb48a6a
parentd4cae34fb1449aacfa0e3972f797d4b4a7172529
ASoC: Make soc_dpcm_debugfs_add() non-fatal

Failing to register the debugfs entries is not fatal and will not affect
normal operation of the sound card. Don't abort the card registration if
soc_dpcm_debugfs_add() fails.

Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
Signed-off-by: Mark Brown <broonie@kernel.org>
include/sound/soc-dpcm.h
sound/soc/soc-core.c
sound/soc/soc-pcm.c