aboutsummaryrefslogtreecommitdiffstats
path: root/sound
diff options
context:
space:
mode:
authorAdam Buchbinder <adam.buchbinder@gmail.com>2012-09-19 21:48:02 -0400
committerJiri Kosina <jkosina@suse.cz>2012-11-19 08:32:13 -0500
commitb3834be5c42a5d2fd85ff4b819fa38983b1450e6 (patch)
tree116f98f451a9f5ae4e205a19e927ad1727443f1a /sound
parent48fc7f7e787dd65ffe88521bce31f4062ba273eb (diff)
various: Fix spelling of "asynchronous" in comments.
"Asynchronous" is misspelled in some comments. No code changes. Signed-off-by: Adam Buchbinder <adam.buchbinder@gmail.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'sound')
-rw-r--r--sound/pci/sis7019.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/sis7019.c b/sound/pci/sis7019.c
index 51e43407ebc5..9024545ebb86 100644
--- a/sound/pci/sis7019.c
+++ b/sound/pci/sis7019.c
@@ -1171,7 +1171,7 @@ static int sis_chip_init(struct sis7019 *sis)
1171 outl(SIS_DMA_CSR_PCI_SETTINGS, io + SIS_DMA_CSR); 1171 outl(SIS_DMA_CSR_PCI_SETTINGS, io + SIS_DMA_CSR);
1172 1172
1173 /* Reset the synchronization groups for all of the channels 1173 /* Reset the synchronization groups for all of the channels
1174 * to be asyncronous. If we start doing SPDIF or 5.1 sound, etc. 1174 * to be asynchronous. If we start doing SPDIF or 5.1 sound, etc.
1175 * we'll need to change how we handle these. Until then, we just 1175 * we'll need to change how we handle these. Until then, we just
1176 * assign sub-mixer 0 to all playback channels, and avoid any 1176 * assign sub-mixer 0 to all playback channels, and avoid any
1177 * attenuation on the audio. 1177 * attenuation on the audio.