Re: [yocto] [PATCH 1/1] linux-yocto: enable audio for selected qemu targets

2011-02-23 Thread Richard Purdie
On Tue, 2011-02-22 at 21:49 -0500, Bruce Ashfield wrote: > Fixes [BUGID #488 #734] > > Enable audio for qemux86/qemux86-64 via the following kernel > configuration options. > > CONFIG_SOUND_OSS_CORE=y > CONFIG_SOUND_OSS_CORE_PRECLAIM=y > CONFIG_SND_RAWMIDI=m > CONFIG_SND_SEQUENCER=y > C

[yocto] [PATCH 1/1] linux-yocto: enable audio for selected qemu targets

2011-02-22 Thread Bruce Ashfield
Fixes [BUGID #488 #734] Enable audio for qemux86/qemux86-64 via the following kernel configuration options. CONFIG_SOUND_OSS_CORE=y CONFIG_SOUND_OSS_CORE_PRECLAIM=y CONFIG_SND_RAWMIDI=m CONFIG_SND_SEQUENCER=y CONFIG_SND_OSSEMUL=y CONFIG_SND_MIXER_OSS=y CONFIG_SND_PCM_OSS=y CONFIG_