|
@@ -1,6 +1,6 @@
|
|
config EASYCAP
|
|
config EASYCAP
|
|
tristate "EasyCAP USB ID 05e1:0408 support"
|
|
tristate "EasyCAP USB ID 05e1:0408 support"
|
|
- depends on USB && VIDEO_DEV && SOUND
|
|
|
|
|
|
+ depends on USB && VIDEO_DEV && (SND || SOUND_OSS_CORE)
|
|
|
|
|
|
---help---
|
|
---help---
|
|
This is an integrated audio/video driver for EasyCAP cards with
|
|
This is an integrated audio/video driver for EasyCAP cards with
|
|
@@ -15,9 +15,25 @@ config EASYCAP
|
|
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 easycap
|
|
module will be called easycap
|
|
|
|
|
|
|
|
+choice
|
|
|
|
+ prompt "Sound Interface"
|
|
|
|
+ depends on EASYCAP
|
|
|
|
+ default EASYCAP_SND
|
|
|
|
+ ---help---
|
|
|
|
+
|
|
|
|
+config EASYCAP_SND
|
|
|
|
+ bool "ALSA"
|
|
|
|
+ depends on SND
|
|
|
|
+ select SND_PCM
|
|
|
|
+
|
|
|
|
+ ---help---
|
|
|
|
+ Say 'Y' if you want to use ALSA interface
|
|
|
|
+
|
|
|
|
+ This will disable Open Sound System (OSS) binding.
|
|
|
|
+
|
|
config EASYCAP_OSS
|
|
config EASYCAP_OSS
|
|
bool "OSS (DEPRECATED)"
|
|
bool "OSS (DEPRECATED)"
|
|
- depends on EASYCAP && SOUND_OSS_CORE
|
|
|
|
|
|
+ depends on SOUND_OSS_CORE
|
|
|
|
|
|
---help---
|
|
---help---
|
|
Say 'Y' if you prefer Open Sound System (OSS) interface
|
|
Say 'Y' if you prefer Open Sound System (OSS) interface
|
|
@@ -26,6 +42,7 @@ config EASYCAP_OSS
|
|
|
|
|
|
Once binding to ALSA interface will be stable this option will be
|
|
Once binding to ALSA interface will be stable this option will be
|
|
removed.
|
|
removed.
|
|
|
|
+endchoice
|
|
|
|
|
|
config EASYCAP_DEBUG
|
|
config EASYCAP_DEBUG
|
|
bool "Enable EasyCAP driver debugging"
|
|
bool "Enable EasyCAP driver debugging"
|