From mboxrd@z Thu Jan 1 00:00:00 1970 From: sjg at google.com Date: Fri, 14 Dec 2018 07:35:50 -0800 Subject: [U-Boot] [PATCH v2 16/22] dm: sandbox: sound: Convert to use driver model In-Reply-To: <20181210173751.177266-17-sjg@chromium.org> References: <20181210173751.177266-17-sjg@chromium.org> <20181210173751.177266-1-sjg@chromium.org> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Update sandbox's device tree and config to use driver model for sound. Use the double buffer for sound output so that we don't need to wait for the sound to complete before returning. Signed-off-by: Simon Glass --- Changes in v2: - Add new patch to convert sandbox to use driver model arch/sandbox/cpu/sdl.c | 36 ++++++++++++++++++++++------------ arch/sandbox/dts/sandbox.dts | 21 ++++++++++++++++++++ arch/sandbox/include/asm/sdl.h | 8 ++++++++ 3 files changed, 53 insertions(+), 12 deletions(-) Applied to u-boot-dm/master