Line length 100

Change-Id: Iaef5bcaec19a9e383432c8c8460bcdf1115f1072
diff --git a/modules/usbaudio/alsa_device_profile.c b/modules/usbaudio/alsa_device_profile.c
index 6397b28..141e06b 100644
--- a/modules/usbaudio/alsa_device_profile.c
+++ b/modules/usbaudio/alsa_device_profile.c
@@ -278,7 +278,8 @@
     return num_written;
 }
 
-static unsigned profile_enum_channel_counts(alsa_device_profile* profile, unsigned min, unsigned max)
+static unsigned profile_enum_channel_counts(alsa_device_profile* profile, unsigned min,
+        unsigned max)
 {
     static const unsigned std_channel_counts[] = {8, 4, 2, 1};