diff options
author | Takashi Sakamoto <o-takashi@sakamocchi.jp> | 2014-11-28 10:59:25 -0500 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2014-11-29 14:21:15 -0500 |
commit | 8832c5a74ba3506c51b6637ac78941fcd21afbef (patch) | |
tree | 3af204ffff0dbb32e2b950099c2ed582fde5f1aa /sound/firewire/Kconfig | |
parent | 60cea522963fc0b3893d78e568666d105f117ff9 (diff) |
ALSA: speakers: Rename to oxfw and rename some members
This commit renames 'firewire-speakers' to 'oxfw' to enhance support for
devices which based on OXFW970/971. A line for MODULE_ALIAS is added.
Additionally, to help for works in followed paches, some members
in private structure are renamed.
Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/firewire/Kconfig')
-rw-r--r-- | sound/firewire/Kconfig | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/sound/firewire/Kconfig b/sound/firewire/Kconfig index a433149f0675..2a5b9a6cb6f8 100644 --- a/sound/firewire/Kconfig +++ b/sound/firewire/Kconfig | |||
@@ -26,15 +26,17 @@ config SND_DICE | |||
26 | To compile this driver as a module, choose M here: the module | 26 | To compile this driver as a module, choose M here: the module |
27 | will be called snd-dice. | 27 | will be called snd-dice. |
28 | 28 | ||
29 | config SND_FIREWIRE_SPEAKERS | 29 | config SND_OXFW |
30 | tristate "FireWire speakers" | 30 | tristate "Oxford Semiconductor FW970/971 chipset support" |
31 | select SND_FIREWIRE_LIB | 31 | select SND_FIREWIRE_LIB |
32 | help | 32 | help |
33 | Say Y here to include support for the Griffin FireWave Surround | 33 | Say Y here to include support for FireWire devices based on |
34 | and the LaCie FireWire Speakers. | 34 | Oxford Semiconductor FW970/971 chipset. |
35 | * Griffin Firewave | ||
36 | * LaCie Firewire Speakers | ||
35 | 37 | ||
36 | To compile this driver as a module, choose M here: the module | 38 | To compile this driver as a module, choose M here: the module |
37 | will be called snd-firewire-speakers. | 39 | will be called snd-oxfw. |
38 | 40 | ||
39 | config SND_ISIGHT | 41 | config SND_ISIGHT |
40 | tristate "Apple iSight microphone" | 42 | tristate "Apple iSight microphone" |