9 Oct
2009
9 Oct
'09
12:36 p.m.
On Fri, Oct 09, 2009 at 09:53:21AM +0300, Peter Ujfalusi wrote:
On Thursday 08 October 2009 16:53:42 ext Mark Brown wrote:
Adding a widget with actual alsa control seams to be problematic, since those are working with the codec's registers, so adding such a widget would require to implement a new set of .info .get and .set functions for the TPA alone.
Yes, chips like this are the major reason for needing to support having more than one CODEC device in the core.
Or should I add individual HP for the two channels: HP("TPA6130A2 Headphone Left") HP("TPA6130A2 Headphone Right")
Than in machine driver just connect (for example rx51): {"TPA6130A2 Left", NULL, "LLOUT"}, {"TPA6130A2 Right", NULL, "RLOUT"},
That's what I was thinking of, yes.