From 6b6f19d0a82f14748888d9860bba5af1f5830206 Mon Sep 17 00:00:00 2001 From: Glenn Kasten Date: Tue, 30 Dec 2014 08:32:04 -0800 Subject: Line length 100 Change-Id: Iaef5bcaec19a9e383432c8c8460bcdf1115f1072 --- modules/usbaudio/alsa_device_profile.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'modules/usbaudio') 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 @@ static unsigned profile_enum_sample_formats(alsa_device_profile* profile, struct 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}; -- cgit v1.1