diff options
author | Masanari Iida <standby24x7@gmail.com> | 2012-08-22 19:11:26 +0900 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2012-11-19 14:16:09 +0100 |
commit | 02582e9bcc36ed503ffede46e104a885dea222fb (patch) | |
tree | f3558e4c1c32911ff6ba207bf02ecba70a2571b7 /sound | |
parent | d7558148084de03e5a87b5d2e602de048ac1a476 (diff) | |
download | linux-02582e9bcc36ed503ffede46e104a885dea222fb.tar.gz linux-02582e9bcc36ed503ffede46e104a885dea222fb.tar.bz2 linux-02582e9bcc36ed503ffede46e104a885dea222fb.zip |
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')
-rw-r--r-- | sound/pci/ice1712/delta.c | 2 |
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) ice->num_total_dacs = 4; /* two AK4324 codecs */ break; case ICE1712_SUBDEVICE_VX442: - case ICE1712_SUBDEVICE_DELTA66E: /* omni not suported yet */ + case ICE1712_SUBDEVICE_DELTA66E: /* omni not supported yet */ ice->num_total_dacs = 4; ice->num_total_adcs = 4; break; |