X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=sound%2Foss%2Fopl3sa2.c;h=e20051f1be4d7b0efcdc3a88eeb004ae7a963dfd;hb=3927f2e8f9afa3424bb51ca81f7abac01ffd0005;hp=5cecdbcbea9d0c6187791c2fca5f9961e96fe311;hpb=123656d4cc8c946f578ebd18c2050f5251720428;p=powerpc.git diff --git a/sound/oss/opl3sa2.c b/sound/oss/opl3sa2.c index 5cecdbcbea..e20051f1be 100644 --- a/sound/oss/opl3sa2.c +++ b/sound/oss/opl3sa2.c @@ -1,5 +1,5 @@ /* - * sound/opl3sa2.c + * sound/oss/opl3sa2.c * * A low level driver for Yamaha OPL3-SA2 and SA3 cards. * NOTE: All traces of the name OPL3-SAx have now (December 2000) been @@ -64,7 +64,6 @@ * */ -#include #include #include #include @@ -530,7 +529,7 @@ static void __init attach_opl3sa2_mss(struct address_info* hw_config, struct res if (hw_config->slots[0] != -1) { /* Did the MSS driver install? */ if(num_mixers == (initial_mixers + 1)) { - /* The MSS mixer is installed, reroute mixers appropiately */ + /* The MSS mixer is installed, reroute mixers appropriately */ AD1848_REROUTE(SOUND_MIXER_LINE1, SOUND_MIXER_CD); AD1848_REROUTE(SOUND_MIXER_LINE2, SOUND_MIXER_SYNTH); AD1848_REROUTE(SOUND_MIXER_LINE3, SOUND_MIXER_LINE);