[2.1.91] Bug in sound code: CONFIG_SEQUENCER not defined.

Dominik Kubla (kubla@sundiver.zdv.uni-mainz.de)
Sat, 28 Mar 1998 09:34:02 +0100


There is a bug in the sound code: When compiling WSS as monolithic
driver, together with FM support, the linking stage will fail due
to unreferenced symbols. The reason for this are missing CONFIG_SEQUENCER
defines. They are present in drivers/sound/Defines but are missing in
drivers/sound/local.h.master. When compiling as module the bug will not
show up, because the relevant code in sequencer.c is guarded by

#if defined(CONFIG_SEQUENCER) || defined(MODULE)

BTW: there is also a typo in the MAINTAINERS file with regard to the
maintainer address: "Alan Cox@linux.org" is obviously missing a dot.

Dominik Kubla
The FreeLinux Project (see www.freelinux.org)

--
               "Omou hito no soba ni warikomu kotatsu kana."
        Trying to sit right next to the person you love, at the warm
                                 fireplace.
                     Kobayashi Issa (1763 - 1827)

- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.rutgers.edu