Re: [PATCH v2 03/11] audio: rename hardware store to backend

2023-01-22 Thread Philippe Mathieu-Daudé
On 21/1/23 10:47, Volker Rümelin wrote: Use a consistent friendly name for the HWVoiceOut and HWVoiceIn structures. Reviewed-by: Thomas Huth Signed-off-by: Volker Rümelin --- audio/audio_template.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Reviewed-by: Philippe Mathieu-Dau

[PATCH v2 03/11] audio: rename hardware store to backend

2023-01-21 Thread Volker Rümelin
Use a consistent friendly name for the HWVoiceOut and HWVoiceIn structures. Reviewed-by: Thomas Huth Signed-off-by: Volker Rümelin --- audio/audio_template.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/audio/audio_template.h b/audio/audio_template.h index ee320a2e3f.