diff options
Diffstat (limited to 'sound/soc/mxs/mxs-pcm.h')
-rw-r--r-- | sound/soc/mxs/mxs-pcm.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sound/soc/mxs/mxs-pcm.h b/sound/soc/mxs/mxs-pcm.h index 5f01a9124b3d..35ba2ca42384 100644 --- a/sound/soc/mxs/mxs-pcm.h +++ b/sound/soc/mxs/mxs-pcm.h | |||
@@ -24,4 +24,7 @@ struct mxs_pcm_dma_params { | |||
24 | int chan_num; | 24 | int chan_num; |
25 | }; | 25 | }; |
26 | 26 | ||
27 | int mxs_pcm_platform_register(struct device *dev); | ||
28 | void mxs_pcm_platform_unregister(struct device *dev); | ||
29 | |||
27 | #endif | 30 | #endif |