Loading sound/soc/codecs/wsa881x.c +1 −0 Original line number Diff line number Diff line Loading @@ -1273,6 +1273,7 @@ static int wsa881x_swr_remove(struct swr_device *pdev) return -EINVAL; } debugfs_remove_recursive(debugfs_wsa881x_dent); debugfs_wsa881x_dent = NULL; snd_soc_unregister_codec(&pdev->dev); if (wsa881x->pd_gpio) gpio_free(wsa881x->pd_gpio); Loading Loading
sound/soc/codecs/wsa881x.c +1 −0 Original line number Diff line number Diff line Loading @@ -1273,6 +1273,7 @@ static int wsa881x_swr_remove(struct swr_device *pdev) return -EINVAL; } debugfs_remove_recursive(debugfs_wsa881x_dent); debugfs_wsa881x_dent = NULL; snd_soc_unregister_codec(&pdev->dev); if (wsa881x->pd_gpio) gpio_free(wsa881x->pd_gpio); Loading