Index: soundcloud.inc
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/media_soundcloud/providers/soundcloud.inc,v
retrieving revision 1.2
diff -u -p -r1.2 soundcloud.inc
--- soundcloud.inc	29 Sep 2010 14:08:11 -0000	1.2
+++ soundcloud.inc	16 Nov 2010 18:52:13 -0000
@@ -152,7 +152,7 @@ function emaudio_soundcloud_thumbnail($f
  * @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);
 }
 
