Hi,

> This series of patches adds a new -audiodev command line option to specify 
> audio
> subsytem parameters instead of environment variables. This will later allow us
> to specify multiple audio backends. The syntax is something like this:
>  -audiodev driver_name,property=value,...
> like:
>  -audiodev alsa,frequency=8000,channels=1
> 
> The first 6 commits are cleanup commits of the audio backends. The next commit
> adds a qapi Audiodev struct that describes the audio backend options. The 
> next 4
> commits are some miscellaneous additions that are needed by the last commit
> which finally adds the -audiodev option.

Fails to apply to latest & build on latest git master, due to some error
handling changes by markus.

You can use 'git rebase' to rebase the patches to latest master, resolve
conflicts and also edit patches to adapt them to the qemu_opts_foreach
changes so they build again.

cheers,
  Gerd



Reply via email to