diff options
Diffstat (limited to 'sound/pci')
-rw-r--r-- | sound/pci/sis7019.c | 2 |
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. |