greybus: audio: Use underscore in file name

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>
This commit is contained in:
Mark Greer 2016-01-13 14:07:44 -07:00 committed by Greg Kroah-Hartman
parent aa187d3312
commit fd8f9e12e2
2 changed files with 1 additions and 1 deletions

View 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