[PATCH] ASoC: simple-card: add support for aux devices

2016-09-26 Thread Nikita Yushchenko
Add device tree property to define auxiliary devices to be added to simle-audio-card. Together with proper audio routing definition, this allows to use simple-card in setups where separate amplifier chip is connected to codec's output. Signed-off-by: Nikita Yushchenko

[PATCH] ASoC: simple-card: add support for aux devices

2016-09-26 Thread Nikita Yushchenko
Add device tree property to define auxiliary devices to be added to simle-audio-card. Together with proper audio routing definition, this allows to use simple-card in setups where separate amplifier chip is connected to codec's output. Signed-off-by: Nikita Yushchenko --- Rebased against commit

Re: [PATCH] ASoC: simple-card: add support for aux devices

2016-09-23 Thread Nikita Yushchenko
Hi > This case, I think you want ... > > simple-audio-card,codec { > - sound-dai = <>; > + sound-dai = <>; Oops... sure, thanks for noticing it. >>a microphone is attached. >> +- simple-audio-card,aux-devs:

Re: [PATCH] ASoC: simple-card: add support for aux devices

2016-09-23 Thread Nikita Yushchenko
Hi > This case, I think you want ... > > simple-audio-card,codec { > - sound-dai = <>; > + sound-dai = <>; Oops... sure, thanks for noticing it. >>a microphone is attached. >> +- simple-audio-card,aux-devs:

Re: [PATCH] ASoC: simple-card: add support for aux devices

2016-09-22 Thread Kuninori Morimoto
Hi Nikita > Example usage: > > codec: tlv320dac3100@18 { > compatible = "ti,tlv320dac3100"; > ... > } > > amp: tpa6130a2@60 { > compatible = "ti,tpa6130a2"; > ... > } > > sound { > compatible =

Re: [PATCH] ASoC: simple-card: add support for aux devices

2016-09-22 Thread Kuninori Morimoto
Hi Nikita > Example usage: > > codec: tlv320dac3100@18 { > compatible = "ti,tlv320dac3100"; > ... > } > > amp: tpa6130a2@60 { > compatible = "ti,tpa6130a2"; > ... > } > > sound { > compatible =

[PATCH] ASoC: simple-card: add support for aux devices

2016-09-22 Thread Nikita Yushchenko
This patch makes it possible to use simple-card in setups where separate amplifier chip is connected to codec's output. Example usage: codec: tlv320dac3100@18 { compatible = "ti,tlv320dac3100"; ... } amp: tpa6130a2@60 {

[PATCH] ASoC: simple-card: add support for aux devices

2016-09-22 Thread Nikita Yushchenko
This patch makes it possible to use simple-card in setups where separate amplifier chip is connected to codec's output. Example usage: codec: tlv320dac3100@18 { compatible = "ti,tlv320dac3100"; ... } amp: tpa6130a2@60 {