#ifdef CONFIG_PM
 static int bf5xx_ac97_suspend(struct snd_soc_dai *dai)
 {
-       struct sport_device *sport =
-               (struct sport_device *)dai->private_data;
+       struct sport_device *sport = dai->private_data;
 
        pr_debug("%s : sport %d\n", __func__, dai->id);
        if (!dai->active)
 static int bf5xx_ac97_resume(struct snd_soc_dai *dai)
 {
        int ret;
-       struct sport_device *sport =
-               (struct sport_device *)dai->private_data;
+       struct sport_device *sport = dai->private_data;
 
        pr_debug("%s : sport %d\n", __func__, dai->id);
        if (!dai->active)
 
 #ifdef CONFIG_PM
 static int bf5xx_tdm_suspend(struct snd_soc_dai *dai)
 {
-       struct sport_device *sport =
-               (struct sport_device *)dai->private_data;
+       struct sport_device *sport = dai->private_data;
 
        if (!dai->active)
                return 0;
 static int bf5xx_tdm_resume(struct snd_soc_dai *dai)
 {
        int ret;
-       struct sport_device *sport =
-               (struct sport_device *)dai->private_data;
+       struct sport_device *sport = dai->private_data;
 
        if (!dai->active)
                return 0;