Re: [PATCH 2/5] ASoC: Allow Aux Codecs to be specified using DT

2014-04-15 Thread Mark Brown
On Sat, Apr 05, 2014 at 11:35:50PM +0200, Sebastian Reichel wrote: > This patch adds support for specifying auxiliary codecs and > codec configuration via device tree phandles. > > This change adds new fields to snd_soc_aux_dev and snd_soc_codec_conf > and adds support for the changes to SoC core

[PATCH 2/5] ASoC: Allow Aux Codecs to be specified using DT

2014-04-05 Thread Sebastian Reichel
This patch adds support for specifying auxiliary codecs and codec configuration via device tree phandles. This change adds new fields to snd_soc_aux_dev and snd_soc_codec_conf and adds support for the changes to SoC core methods. Signed-off-by: Sebastian Reichel Signed-off-by: Pavel Machek ---