Browse Source

staging: most: sound: rename module

This patch renames the folder of the sound module. It is needed
to clean up the directory layout of the driver.

Signed-off-by: Christian Gromm <christian.gromm@microchip.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Christian Gromm 7 years ago
parent
commit
88c975497d

+ 1 - 1
drivers/staging/most/Kconfig

@@ -21,7 +21,7 @@ source "drivers/staging/most/cdev/Kconfig"
 
 
 source "drivers/staging/most/net/Kconfig"
 source "drivers/staging/most/net/Kconfig"
 
 
-source "drivers/staging/most/aim-sound/Kconfig"
+source "drivers/staging/most/sound/Kconfig"
 
 
 source "drivers/staging/most/aim-v4l2/Kconfig"
 source "drivers/staging/most/aim-v4l2/Kconfig"
 
 

+ 3 - 3
drivers/staging/most/aim-sound/Kconfig → drivers/staging/most/sound/Kconfig

@@ -2,12 +2,12 @@
 # MOST ALSA configuration
 # MOST ALSA configuration
 #
 #
 
 
-config AIM_SOUND
-	tristate "ALSA AIM"
+config MOST_SOUND
+	tristate "Sound"
 	depends on SND
 	depends on SND
 	select SND_PCM
 	select SND_PCM
 	---help---
 	---help---
 	  Say Y here if you want to commumicate via ALSA/sound devices.
 	  Say Y here if you want to commumicate via ALSA/sound devices.
 
 
 	  To compile this driver as a module, choose M here: the
 	  To compile this driver as a module, choose M here: the
-	  module will be called aim_sound.
+	  module will be called most_sound.

+ 4 - 0
drivers/staging/most/sound/Makefile

@@ -0,0 +1,4 @@
+obj-$(CONFIG_MOST_SOUND) += most_sound.o
+
+most_sound-objs := sound.o
+ccflags-y += -Idrivers/staging/

+ 0 - 0
drivers/staging/most/aim-sound/sound.c → drivers/staging/most/sound/sound.c