Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 235872
b: refs/heads/master
c: 66681fb
h: refs/heads/master
v: v3
  • Loading branch information
Tomas Winkler authored and Greg Kroah-Hartman committed Feb 9, 2011
1 parent edcd418 commit 308f609
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: d936435f2082788748ae5783cf2c006367d04bb8
refs/heads/master: 66681fb74e3d2f4dbf40f1e22b315a3807408eaf
21 changes: 19 additions & 2 deletions trunk/drivers/staging/easycap/Kconfig
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
config EASYCAP
tristate "EasyCAP USB ID 05e1:0408 support"
depends on USB && VIDEO_DEV && SOUND
depends on USB && VIDEO_DEV && (SND || SOUND_OSS_CORE)

---help---
This is an integrated audio/video driver for EasyCAP cards with
Expand All @@ -15,9 +15,25 @@ config EASYCAP
To compile this driver as a module, choose M here: the
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
bool "OSS (DEPRECATED)"
depends on EASYCAP && SOUND_OSS_CORE
depends on SOUND_OSS_CORE

---help---
Say 'Y' if you prefer Open Sound System (OSS) interface
Expand All @@ -26,6 +42,7 @@ config EASYCAP_OSS

Once binding to ALSA interface will be stable this option will be
removed.
endchoice

config EASYCAP_DEBUG
bool "Enable EasyCAP driver debugging"
Expand Down

0 comments on commit 308f609

Please sign in to comment.