summaryrefslogtreecommitdiffstats
path: root/modules/usbaudio
diff options
context:
space:
mode:
authorGlenn Kasten <gkasten@google.com>2014-12-30 08:32:04 -0800
committerGlenn Kasten <gkasten@google.com>2014-12-30 08:32:04 -0800
commit6b6f19d0a82f14748888d9860bba5af1f5830206 (patch)
tree411046c49605b52ad26959e61b631e9baaf20429 /modules/usbaudio
parent376f182c3d55a8d266eb3b2328b3faced65b0a50 (diff)
downloadhardware_libhardware-6b6f19d0a82f14748888d9860bba5af1f5830206.zip
hardware_libhardware-6b6f19d0a82f14748888d9860bba5af1f5830206.tar.gz
hardware_libhardware-6b6f19d0a82f14748888d9860bba5af1f5830206.tar.bz2
Line length 100
Change-Id: Iaef5bcaec19a9e383432c8c8460bcdf1115f1072
Diffstat (limited to 'modules/usbaudio')
-rw-r--r--modules/usbaudio/alsa_device_profile.c3
1 files changed, 2 insertions, 1 deletions
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};