Comment 2 for bug 1105230

Revision history for this message
Andy Whitcroft (apw) wrote :

    UBUNTU: [Config] re-disable CONFIG_SOUND_OSS

    We intended to turn off CONFIG_SOUND_OSS in maverick timeframe:

        https://lists.ubuntu.com/archives/kernel-team/2010-May/010647.html

    We inadvertantly reenabled it for some early ARM work in the commit
    below:

      commit d5a54f43f357d4814f2c3d53ca3d5c3f6fddebe0
      Author: Andy Whitcroft <email address hidden>
      Date: Thu Jan 12 14:32:10 2012 +0000

        UBUNTU: [Config] pull ARM sound modules =m

    These being enabled prevent the very userspace shims we intended to use
    for OSS consumers, given that none of them are enabled in the current
    kernel. The will trivially turn off now as they are not being used by
    any drivers.

    BugLink: http://bugs.launchpad.net/bugs/1105230
    Signed-off-by: Andy Whitcroft <email address hidden>