diff options
author | Grant Likely <grant.likely@secretlab.ca> | 2010-05-22 02:36:56 -0400 |
---|---|---|
committer | Grant Likely <grant.likely@secretlab.ca> | 2010-05-22 02:36:56 -0400 |
commit | cf9b59e9d3e008591d1f54830f570982bb307a0d (patch) | |
tree | 113478ce8fd8c832ba726ffdf59b82cb46356476 /sound/pci/Kconfig | |
parent | 44504b2bebf8b5823c59484e73096a7d6574471d (diff) | |
parent | f4b87dee923342505e1ddba8d34ce9de33e75050 (diff) |
Merge remote branch 'origin' into secretlab/next-devicetree
Merging in current state of Linus' tree to deal with merge conflicts and
build failures in vio.c after merge.
Conflicts:
drivers/i2c/busses/i2c-cpm.c
drivers/i2c/busses/i2c-mpc.c
drivers/net/gianfar.c
Also fixed up one line in arch/powerpc/kernel/vio.c to use the
correct node pointer.
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
Diffstat (limited to 'sound/pci/Kconfig')
-rw-r--r-- | sound/pci/Kconfig | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/sound/pci/Kconfig b/sound/pci/Kconfig index 1298c68d6bf0..e7a8cd058efb 100644 --- a/sound/pci/Kconfig +++ b/sound/pci/Kconfig | |||
@@ -58,6 +58,18 @@ config SND_ALI5451 | |||
58 | To compile this driver as a module, choose M here: the module | 58 | To compile this driver as a module, choose M here: the module |
59 | will be called snd-ali5451. | 59 | will be called snd-ali5451. |
60 | 60 | ||
61 | config SND_ASIHPI | ||
62 | tristate "AudioScience ASIxxxx" | ||
63 | depends on X86 | ||
64 | select FW_LOADER | ||
65 | select SND_PCM | ||
66 | select SND_HWDEP | ||
67 | help | ||
68 | Say Y here to include support for AudioScience ASI sound cards. | ||
69 | |||
70 | To compile this driver as a module, choose M here: the module | ||
71 | will be called snd-asihpi. | ||
72 | |||
61 | config SND_ATIIXP | 73 | config SND_ATIIXP |
62 | tristate "ATI IXP AC97 Controller" | 74 | tristate "ATI IXP AC97 Controller" |
63 | select SND_AC97_CODEC | 75 | select SND_AC97_CODEC |
@@ -501,6 +513,16 @@ config SND_ES1968 | |||
501 | To compile this driver as a module, choose M here: the module | 513 | To compile this driver as a module, choose M here: the module |
502 | will be called snd-es1968. | 514 | will be called snd-es1968. |
503 | 515 | ||
516 | config SND_ES1968_INPUT | ||
517 | bool "Enable input device for es1968 volume buttons" | ||
518 | depends on SND_ES1968 | ||
519 | depends on INPUT=y || INPUT=SND_ES1968 | ||
520 | help | ||
521 | If you say Y here, you will get an input device which reports | ||
522 | keypresses for the volume buttons connected to the es1968 chip. | ||
523 | If you say N the buttons will directly control the master volume. | ||
524 | It is recommended to say Y. | ||
525 | |||
504 | config SND_FM801 | 526 | config SND_FM801 |
505 | tristate "ForteMedia FM801" | 527 | tristate "ForteMedia FM801" |
506 | select SND_OPL3_LIB | 528 | select SND_OPL3_LIB |
@@ -655,6 +677,16 @@ config SND_MAESTRO3 | |||
655 | To compile this driver as a module, choose M here: the module | 677 | To compile this driver as a module, choose M here: the module |
656 | will be called snd-maestro3. | 678 | will be called snd-maestro3. |
657 | 679 | ||
680 | config SND_MAESTRO3_INPUT | ||
681 | bool "Enable input device for maestro3 volume buttons" | ||
682 | depends on SND_MAESTRO3 | ||
683 | depends on INPUT=y || INPUT=SND_MAESTRO3 | ||
684 | help | ||
685 | If you say Y here, you will get an input device which reports | ||
686 | keypresses for the volume buttons connected to the maestro3 chip. | ||
687 | If you say N the buttons will directly control the master volume. | ||
688 | It is recommended to say Y. | ||
689 | |||
658 | config SND_MIXART | 690 | config SND_MIXART |
659 | tristate "Digigram miXart" | 691 | tristate "Digigram miXart" |
660 | select SND_HWDEP | 692 | select SND_HWDEP |