Index: views_audio.inc
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/audio/views_audio.inc,v
retrieving revision 1.6.2.1
diff -u -r1.6.2.1 views_audio.inc
--- views_audio.inc	20 Jul 2007 15:38:37 -0000	1.6.2.1
+++ views_audio.inc	21 Jul 2007 00:51:03 -0000
@@ -53,6 +53,16 @@
         'help' => t('Filter by whether or not the audio is downloadable. '),
       ),
     ),
+    'sorts' => array(
+      'play_count' => array(
+        'name' => t('Audio: Play count'),
+        'help' => t("Sort audio nodes by the number of time they've been played."),
+      ),
+      'download_count' => array(
+        'name' => t('Audio: Download count'),
+        'help' => t("Sort audio nodes by the number of time they've been downloaded."),
+      ),
+    ),
   );
 
   $tables['audio_file'] = array(
