kernel/drivers/gpu/drm/msm/dp/dp_audio.h
.. .. @@ -53,6 +53,8 @@ 53 53 int dp_register_audio_driver(struct device *dev, 54 54 struct dp_audio *dp_audio); 55 55 56 +void dp_unregister_audio_driver(struct device *dev, struct dp_audio *dp_audio);57 +56 58 /** 57 59 * dp_audio_put() 58 60 *