aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/sound/pci/intel8x0m.c
diff options
context:
space:
mode:
authorThomas Perl <m@thp.io>2023-09-27 07:17:32 +0000
committerTakashi Iwai <tiwai@suse.de>2023-10-06 11:11:40 +0200
commit8eb2194e3ffaa38ed306921d880547f3884d8e43 (patch)
treeebbb53bfa0e717f8ad3f880aae11bd0b5dd100ee /sound/pci/intel8x0m.c
parentALSA: scarlett2: Add Focusrite Clarett+ 2Pre and 4Pre support (diff)
downloadwireguard-linux-8eb2194e3ffaa38ed306921d880547f3884d8e43.tar.xz
wireguard-linux-8eb2194e3ffaa38ed306921d880547f3884d8e43.zip
ALSA: intel8x0m: fix name of SIS7013 sound chip in comment
While grep'ing for SIS7012, I noticed that there is only one reference to it in sound/pci/intel8x0m.c, while most of its code lives in sound/pci/intel8x0.c. This probably was a simple copy'n'paste mistake, as the sound/pci/intel8x0m.c driver implements support for SIS7013 (see DEVICE_SIS), and the two devices seem to share the same behavior / registers. Signed-off-by: Thomas Perl <m@thp.io> Link: https://lore.kernel.org/r/5E4B5CA1-1109-4C82-A581-838ACF19A15D@thp.io Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/pci/intel8x0m.c')
-rw-r--r--sound/pci/intel8x0m.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/intel8x0m.c b/sound/pci/intel8x0m.c
index 2845cc006d0c..653ecca78238 100644
--- a/sound/pci/intel8x0m.c
+++ b/sound/pci/intel8x0m.c
@@ -918,7 +918,7 @@ static int snd_intel8x0m_ich_chip_init(struct intel8x0m *chip, int probing)
}
if (chip->device_type == DEVICE_SIS) {
- /* unmute the output on SIS7012 */
+ /* unmute the output on SIS7013 */
iputword(chip, 0x4c, igetword(chip, 0x4c) | 1);
}