]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - sound/core/pcm.c
Merge branch 'master' into tk71
[mv-sheeva.git] / sound / core / pcm.c
index ac242a377aea8068f859bce49aae6825aae5d001..6b4b1287b314455111c5853334a4aded9425edd3 100644 (file)
@@ -364,8 +364,7 @@ static void snd_pcm_stream_proc_info_read(struct snd_info_entry *entry,
 static void snd_pcm_substream_proc_info_read(struct snd_info_entry *entry,
                                             struct snd_info_buffer *buffer)
 {
-       snd_pcm_proc_info_read((struct snd_pcm_substream *)entry->private_data,
-                              buffer);
+       snd_pcm_proc_info_read(entry->private_data, buffer);
 }
 
 static void snd_pcm_substream_proc_hw_params_read(struct snd_info_entry *entry,