diff options
author | Glenn Kasten <gkasten@google.com> | 2014-12-30 18:53:00 +0000 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2014-12-30 18:53:01 +0000 |
commit | c9a9133be66aca67a2386c1b2a1997667f104164 (patch) | |
tree | ffe16eba4070826d4f1d841385842548e6141bee /modules/usbaudio | |
parent | e4a211d6cea818ee36ba76a425c2ec0a976caab9 (diff) | |
parent | 6b6f19d0a82f14748888d9860bba5af1f5830206 (diff) | |
download | hardware_libhardware-c9a9133be66aca67a2386c1b2a1997667f104164.zip hardware_libhardware-c9a9133be66aca67a2386c1b2a1997667f104164.tar.gz hardware_libhardware-c9a9133be66aca67a2386c1b2a1997667f104164.tar.bz2 |
Merge "Line length 100"
Diffstat (limited to 'modules/usbaudio')
-rw-r--r-- | modules/usbaudio/alsa_device_profile.c | 3 |
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}; |