aboutsummaryrefslogtreecommitdiffstats
path: root/sound/pci
diff options
context:
space:
mode:
authorMasanari Iida <standby24x7@gmail.com>2012-08-22 06:11:26 -0400
committerJiri Kosina <jkosina@suse.cz>2012-11-19 08:16:09 -0500
commit02582e9bcc36ed503ffede46e104a885dea222fb (patch)
treef3558e4c1c32911ff6ba207bf02ecba70a2571b7 /sound/pci
parentd7558148084de03e5a87b5d2e602de048ac1a476 (diff)
treewide: fix typo of "suport" in various comments and Kconfig
Signed-off-by: Masanari Iida <standby24x7@gmail.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'sound/pci')
-rw-r--r--sound/pci/ice1712/delta.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/ice1712/delta.c b/sound/pci/ice1712/delta.c
index 20c6b079d0df..d09239cf7961 100644
--- a/sound/pci/ice1712/delta.c
+++ b/sound/pci/ice1712/delta.c
@@ -617,7 +617,7 @@ static int __devinit snd_ice1712_delta_init(struct snd_ice1712 *ice)
617 ice->num_total_dacs = 4; /* two AK4324 codecs */ 617 ice->num_total_dacs = 4; /* two AK4324 codecs */
618 break; 618 break;
619 case ICE1712_SUBDEVICE_VX442: 619 case ICE1712_SUBDEVICE_VX442:
620 case ICE1712_SUBDEVICE_DELTA66E: /* omni not suported yet */ 620 case ICE1712_SUBDEVICE_DELTA66E: /* omni not supported yet */
621 ice->num_total_dacs = 4; 621 ice->num_total_dacs = 4;
622 ice->num_total_adcs = 4; 622 ice->num_total_adcs = 4;
623 break; 623 break;