On Sat, Oct 04, 2014 at 02:15:43AM +0200, Marcel Ziswiler wrote:
This binding and driver describe/support playback to headphones, and capture from line-in and microphone.
This driver is useful for the Toradex Apalis T30 and Colibri T30 modules.
Signed-off-by: Marcel Ziswiler marcel@ziswiler.com Reviewed-by: Stephen Warren swarren@nvidia.com
Changes in v3:
- Revert to not using simple-audio-card being incompatible with tegra.
- Rebased to for-next.
I can't help but think that't there's still room for a Tegra simple card here, there doesn't seem to be anything particularly CODEC specific about the driver here - it *could* use simple-card were it not for the CPU side. This also seems like a specific example of the same problem we see with supporting DPCM in simple-card, we need a way for CPUs to be able to say that they need some general setup that covers the CPU internal configuration.