X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=sound%2Fisa%2Fopl3sa2.c;h=9b915e27b5bd7d422e3b9defd39b3c921795e5cf;hb=27d189c02ba25851973c8582e419c0bded9f7e5b;hp=265abcce9dba24ec1953101cfc721f5ad51c3241;hpb=5bfec46baa3a752393433b8d89d3b2c70820f61d;p=karo-tx-linux.git diff --git a/sound/isa/opl3sa2.c b/sound/isa/opl3sa2.c index 265abcce9dba..9b915e27b5bd 100644 --- a/sound/isa/opl3sa2.c +++ b/sound/isa/opl3sa2.c @@ -264,7 +264,7 @@ static int __devinit snd_opl3sa2_detect(struct snd_card *card) snd_printd("OPL3-SA [0x%lx] detect (1) = 0x%x (0x%x)\n", port, tmp, tmp1); return -ENODEV; } - /* try if the MIC register is accesible */ + /* try if the MIC register is accessible */ tmp = snd_opl3sa2_read(chip, OPL3SA2_MIC); snd_opl3sa2_write(chip, OPL3SA2_MIC, 0x8a); if (((tmp1 = snd_opl3sa2_read(chip, OPL3SA2_MIC)) & 0x9f) != 0x8a) {