Re: [PATCH] hw/audio/gus: Use AUDIO_HOST_ENDIANNESS definition from 'audio/audio.h'

2020-05-25 Thread Philippe Mathieu-Daudé
ping... On 5/5/20 12:07 PM, Philippe Mathieu-Daudé wrote: > Use the generic AUDIO_HOST_ENDIANNESS definition instead > of a custom one. > > Signed-off-by: Philippe Mathieu-Daudé > --- > Who/what machine is using this device anyway? > --- > hw/audio/gus.c | 8 +--- > 1 file changed, 1 insert

Re: [PATCH] hw/audio/gus: Use AUDIO_HOST_ENDIANNESS definition from 'audio/audio.h'

2020-05-05 Thread Max Reitz
On 05.05.20 12:55, Philippe Mathieu-Daudé wrote: > On 5/5/20 12:49 PM, Paolo Bonzini wrote: >> On 05/05/20 12:45, Philippe Mathieu-Daudé wrote: >>> On 5/5/20 12:10 PM, Paolo Bonzini wrote: On 05/05/20 12:07, Philippe Mathieu-Daudé wrote: > Use the generic AUDIO_HOST_ENDIANNESS definition i

Re: [PATCH] hw/audio/gus: Use AUDIO_HOST_ENDIANNESS definition from 'audio/audio.h'

2020-05-05 Thread Philippe Mathieu-Daudé
On 5/5/20 12:49 PM, Paolo Bonzini wrote: On 05/05/20 12:45, Philippe Mathieu-Daudé wrote: On 5/5/20 12:10 PM, Paolo Bonzini wrote: On 05/05/20 12:07, Philippe Mathieu-Daudé wrote: Use the generic AUDIO_HOST_ENDIANNESS definition instead of a custom one. Signed-off-by: Philippe Mathieu-Daudé

Re: [PATCH] hw/audio/gus: Use AUDIO_HOST_ENDIANNESS definition from 'audio/audio.h'

2020-05-05 Thread Paolo Bonzini
On 05/05/20 12:45, Philippe Mathieu-Daudé wrote: > On 5/5/20 12:10 PM, Paolo Bonzini wrote: >> On 05/05/20 12:07, Philippe Mathieu-Daudé wrote: >>> Use the generic AUDIO_HOST_ENDIANNESS definition instead >>> of a custom one. >>> >>> Signed-off-by: Philippe Mathieu-Daudé >>> --- >>> Who/what machi

Re: [PATCH] hw/audio/gus: Use AUDIO_HOST_ENDIANNESS definition from 'audio/audio.h'

2020-05-05 Thread Philippe Mathieu-Daudé
On 5/5/20 12:10 PM, Paolo Bonzini wrote: On 05/05/20 12:07, Philippe Mathieu-Daudé wrote: Use the generic AUDIO_HOST_ENDIANNESS definition instead of a custom one. Signed-off-by: Philippe Mathieu-Daudé --- Who/what machine is using this device anyway? PC, like all old ISA audio cards. I im

Re: [PATCH] hw/audio/gus: Use AUDIO_HOST_ENDIANNESS definition from 'audio/audio.h'

2020-05-05 Thread Paolo Bonzini
On 05/05/20 12:07, Philippe Mathieu-Daudé wrote: > Use the generic AUDIO_HOST_ENDIANNESS definition instead > of a custom one. > > Signed-off-by: Philippe Mathieu-Daudé > --- > Who/what machine is using this device anyway? PC, like all old ISA audio cards. Paolo

[PATCH] hw/audio/gus: Use AUDIO_HOST_ENDIANNESS definition from 'audio/audio.h'

2020-05-05 Thread Philippe Mathieu-Daudé
Use the generic AUDIO_HOST_ENDIANNESS definition instead of a custom one. Signed-off-by: Philippe Mathieu-Daudé --- Who/what machine is using this device anyway? --- hw/audio/gus.c | 8 +--- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/hw/audio/gus.c b/hw/audio/gus.c index eb