Fix a panic during snd_uaudio(4) attach.
authorSascha Wildner <saw@online.de>
Tue, 5 Jan 2010 21:18:23 +0000 (22:18 +0100)
committerSascha Wildner <saw@online.de>
Tue, 5 Jan 2010 21:21:09 +0000 (22:21 +0100)
commit0dc093852929fc38432c27780e2c626db4372dae
tree07bc02be7ffbe17495479222eb05e13da06b3660
parent3c3d3a3639463ff9fd2288693cc9ddde67b16f1e
Fix a panic during snd_uaudio(4) attach.

If mixer_ioctl() is called without process context, don't call
vchanvolume().

In-discussion-with: corecode
sys/dev/sound/pcm/mixer.c