mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-20 04:19:41 +00:00
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:
parent
aa187d3312
commit
fd8f9e12e2
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user