[Qemu-devel] [PATCH] intel-hda: fix stream search

2011-11-02 Thread Gerd Hoffmann
commit ba43d28916c4f51c19bd7366089155ce81bee058 introduces a bug: The stream-not-found case doesn't error out any more, instead the code silently uses the first stream. Fix it. Signed-off-by: Gerd Hoffmann --- hw/intel-hda.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --gi

Re: [Qemu-devel] [PATCH] intel-hda: fix stream search

2011-11-02 Thread Markus Armbruster
Gerd Hoffmann writes: > commit ba43d28916c4f51c19bd7366089155ce81bee058 introduces a bug: > The stream-not-found case doesn't error out any more, instead the > code silently uses the first stream. Fix it. > > Signed-off-by: Gerd Hoffmann Reviewed-by: Markus Armbruster

Re: [Qemu-devel] [PATCH] intel-hda: fix stream search

2011-11-02 Thread Andreas Färber
Am 02.11.2011 12:56, schrieb Gerd Hoffmann: > commit ba43d28916c4f51c19bd7366089155ce81bee058 introduces a bug: > The stream-not-found case doesn't error out any more, instead the > code silently uses the first stream. Fix it. > > Signed-off-by: Gerd Hoffmann > --- > hw/intel-hda.c |2 +- >

Re: [Qemu-devel] [PATCH] intel-hda: fix stream search

2011-11-02 Thread Kevin Wolf
Am 02.11.2011 13:18, schrieb Andreas Färber: > Am 02.11.2011 12:56, schrieb Gerd Hoffmann: >> commit ba43d28916c4f51c19bd7366089155ce81bee058 introduces a bug: >> The stream-not-found case doesn't error out any more, instead the >> code silently uses the first stream. Fix it. >> >> Signed-off-by:

Re: [Qemu-devel] [PATCH] intel-hda: fix stream search

2011-11-02 Thread Anthony Liguori
On 11/02/2011 06:56 AM, Gerd Hoffmann wrote: commit ba43d28916c4f51c19bd7366089155ce81bee058 introduces a bug: The stream-not-found case doesn't error out any more, instead the code silently uses the first stream. Fix it. Signed-off-by: Gerd Hoffmann Applied. Thanks. Regards, Anthony Liguo