alsa-project: expose the scope as a top-level package to support overrides
this enables overrides of the following form:
```
pkgs.extend (_self: super: {
alsa-project = super.alsa-project.overrideScope' (_alsaSelf: alsaSuper: {
alsa-ucm-conf = alsaSuper.alsa-ucm-conf.overrideAttrs (_: {
src = ...
});
});
)
```
authored by Colin and committed by Anderson Torres 1cce3064 dce16c6a