greybus: audio: Use underscore in file name
authorMark Greer <mgreer@animalcreek.com>
Wed, 13 Jan 2016 21:07:44 +0000 (14:07 -0700)
committerGreg Kroah-Hartman <gregkh@google.com>
Thu, 14 Jan 2016 00:00:32 +0000 (16:00 -0800)
For consistency with most other files in the Greybus repository,
change 'audio-codec.c' to use an underscore instead of a hyphen
in its name.

Signed-off-by: Mark Greer <mgreer@animalcreek.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
drivers/staging/greybus/Makefile
drivers/staging/greybus/audio_codec.c [moved from drivers/staging/greybus/audio-codec.c with 100% similarity]

index d45a641..fb0e023 100644 (file)
@@ -29,7 +29,7 @@ gb-raw-y := raw.o
 gb-hid-y := hid.o
 gb-es2-y := es2.o
 gb-arche-y := arche-platform.o arche-apb-ctrl.o
-gb-audio-codec-y := audio-codec.o
+gb-audio-codec-y := audio_codec.o
 gb-camera-y := camera.o
 
 obj-m += greybus.o