diff options
author | Masanari Iida <standby24x7@gmail.com> | 2012-08-22 05:40:21 -0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2012-11-19 08:13:52 -0500 |
commit | d7558148084de03e5a87b5d2e602de048ac1a476 (patch) | |
tree | f148ab24244675ad36d26e9807e4bb44b18cda9c /sound/pci/emu10k1 | |
parent | 23e5047afc710357d36ba519acf0af5285c5c944 (diff) |
treewide: fix typo of "suppport" in various comments
Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'sound/pci/emu10k1')
-rw-r--r-- | sound/pci/emu10k1/emu10k1_patch.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/emu10k1/emu10k1_patch.c b/sound/pci/emu10k1/emu10k1_patch.c index e10f027bde03..662a45876a8b 100644 --- a/sound/pci/emu10k1/emu10k1_patch.c +++ b/sound/pci/emu10k1/emu10k1_patch.c | |||
@@ -123,7 +123,7 @@ snd_emu10k1_sample_new(struct snd_emux *rec, struct snd_sf_sample *sp, | |||
123 | offset += size; | 123 | offset += size; |
124 | data += size; | 124 | data += size; |
125 | 125 | ||
126 | #if 0 /* not suppported yet */ | 126 | #if 0 /* not supported yet */ |
127 | /* handle reverse (or bidirectional) loop */ | 127 | /* handle reverse (or bidirectional) loop */ |
128 | if (sp->v.mode_flags & (SNDRV_SFNT_SAMPLE_BIDIR_LOOP|SNDRV_SFNT_SAMPLE_REVERSE_LOOP)) { | 128 | if (sp->v.mode_flags & (SNDRV_SFNT_SAMPLE_BIDIR_LOOP|SNDRV_SFNT_SAMPLE_REVERSE_LOOP)) { |
129 | /* copy loop in reverse */ | 129 | /* copy loop in reverse */ |