Re: [Qemu-devel] [PATCH v2] hw/wm8731: add WM8731 codec support

2013-01-25 Thread Andreas Färber
Am 25.01.2013 08:16, schrieb Kuo-Jung Su: > From: Kuo-Jung Su > > Wolfson WM8731 is a simple audio codec for embedded systems. > It has 2 input and 1 output ports: > > ** Input ** > 1. Linue-In > 2. Microphone > > ** Output ** > 1. Headphone out > > BTW it's based on hw/wm8750.c wi

[Qemu-devel] [PATCH v2] hw/wm8731: add WM8731 codec support

2013-01-24 Thread Kuo-Jung Su
From: Kuo-Jung Su Wolfson WM8731 is a simple audio codec for embedded systems. It has 2 input and 1 output ports: ** Input ** 1. Linue-In 2. Microphone ** Output ** 1. Headphone out BTW it's based on hw/wm8750.c with 16bit I2S support by default. Signed-off-by: Kuo-Jung Su --- C