aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/greybus/audio_module.c
diff options
context:
space:
mode:
authorVaibhav Agarwal <vaibhav.agarwal@linaro.org>2016-04-21 22:14:02 +0530
committerGreg Kroah-Hartman <gregkh@google.com>2016-04-25 17:37:10 -0700
commit2b8c2b51000e3d056f9aa27a64b93feabddf77a4 (patch)
treedde18d1b295f4c8bcbcefa362bd128c9fe479be1 /drivers/staging/greybus/audio_module.c
parentgreybus: Bundle: Initialize dma_mask for bundle device (diff)
downloadlinux-dev-2b8c2b51000e3d056f9aa27a64b93feabddf77a4.tar.xz
linux-dev-2b8c2b51000e3d056f9aa27a64b93feabddf77a4.zip
greybus: audio: Changes in response to ASoC cleanup
Update Makefile in response to SND_SOC_DYNAMIC_DAILINK cflag removal. Update files for msm-dynamic-dailink.h header file removal. Update in response to API name changes. Also, acquire sound card controls_rwsem before adding kcontrols to avoid deadlock. Signed-off-by: Vaibhav Agarwal <vaibhav.agarwal@linaro.org> Reviewed-by: Mark Greer <mgreer@animalcreek.com> Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
Diffstat (limited to 'drivers/staging/greybus/audio_module.c')
-rw-r--r--drivers/staging/greybus/audio_module.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/staging/greybus/audio_module.c b/drivers/staging/greybus/audio_module.c
index dd43b6d5ae07..bdc5ec50b30b 100644
--- a/drivers/staging/greybus/audio_module.c
+++ b/drivers/staging/greybus/audio_module.c
@@ -9,7 +9,6 @@
#include <linux/module.h>
#include <sound/soc.h>
#include <sound/pcm_params.h>
-#include <sound/msm-dynamic-dailink.h>
#include "audio_codec.h"
#include "audio_apbridgea.h"