To compile this driver as a module, choose M here: the
          module will be called most_cdev.
+
+config MOST_SND
+       tristate "Sound"
+       depends on SND
+       select SND_PCM
+       help
+         Say Y here if you want to commumicate via ALSA/sound devices.
+
+         To compile this driver as a module, choose M here: the
+         module will be called most_sound.
 endif
 
 
 obj-$(CONFIG_MOST_USB_HDM) += most_usb.o
 obj-$(CONFIG_MOST_CDEV) += most_cdev.o
+obj-$(CONFIG_MOST_SND) += most_snd.o
 
 
 source "drivers/staging/most/net/Kconfig"
 
-source "drivers/staging/most/sound/Kconfig"
-
 source "drivers/staging/most/video/Kconfig"
 
 source "drivers/staging/most/dim2/Kconfig"
 
 # SPDX-License-Identifier: GPL-2.0
 
 obj-$(CONFIG_MOST_NET) += net/
-obj-$(CONFIG_MOST_SOUND)       += sound/
 obj-$(CONFIG_MOST_VIDEO)       += video/
 obj-$(CONFIG_MOST_DIM2)        += dim2/
 obj-$(CONFIG_MOST_I2C) += i2c/
 
+++ /dev/null
-# SPDX-License-Identifier: GPL-2.0
-#
-# MOST ALSA configuration
-#
-
-config MOST_SOUND
-       tristate "Sound"
-       depends on SND
-       select SND_PCM
-       help
-         Say Y here if you want to commumicate via ALSA/sound devices.
-
-         To compile this driver as a module, choose M here: the
-         module will be called most_sound.
 
+++ /dev/null
-# SPDX-License-Identifier: GPL-2.0
-obj-$(CONFIG_MOST_SOUND) += most_sound.o
-
-most_sound-objs := sound.o