diff --git a/providers/soundcloud.inc b/providers/soundcloud.inc
index 34bb470..85deeed 100644
--- a/providers/soundcloud.inc
+++ b/providers/soundcloud.inc
@@ -161,7 +161,7 @@ function emaudio_soundcloud_thumbnail($field, $item, $formatter, $node, $width,
  * @return
  *   The html of the embedded audio.
  */
-function emaudio_soundcloud_audio($embed, $width, $height, $field, $item, &$node, $autoplay) {
+function emaudio_soundcloud_audio($embed, $width, $height, $field, $item, $node, $autoplay) {
   return theme('emaudio_soundcloud_flash', $item, $embed, $width, $height, $autoplay);
 }
 
