Changeset 598 for GPL/trunk/alsa-kernel/isa/opl3sa2.c
- Timestamp:
- Apr 3, 2017, 4:51:56 PM (8 years ago)
- Location:
- GPL/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
GPL/trunk
-
Property svn:mergeinfo
set to
/GPL/branches/uniaud32-2.1.x merged eligible
-
Property svn:mergeinfo
set to
-
GPL/trunk/alsa-kernel/isa/opl3sa2.c
r426 r598 25 25 #include <linux/interrupt.h> 26 26 #include <linux/pm.h> 27 #include <linux/slab.h>28 27 #include <linux/pnp.h> 29 28 #include <linux/moduleparam.h> … … 270 269 return -ENODEV; 271 270 } 272 /* try if the MIC register is acces ible */271 /* try if the MIC register is accessible */ 273 272 tmp = snd_opl3sa2_read(chip, OPL3SA2_MIC); 274 273 snd_opl3sa2_write(chip, OPL3SA2_MIC, 0x8a);
Note:
See TracChangeset
for help on using the changeset viewer.