19 Oct
2011
19 Oct
'11
10:42 a.m.
On Tue, 2011-10-18 at 10:46 -0500, Brian Austin wrote:
+static const struct snd_soc_dapm_route cs42l73_audio_map[] = {
{"HPOUT", NULL, "HP Amp"},{"LINEOUT", NULL, "LO Amp"},{"SPKOUT", NULL, "SPK Amp"},{"EAROUT", NULL, "EAR Amp"},{"SPKLINEOUT", NULL, "SPKLO Amp"},{"HP Amp", "Switch", "DAC1"},{"LO Amp", "Switch", "DAC1"},{"SPK Amp", "Switch", "DAC2"},{"SPKLO Amp", "Switch", "DAC2"},{"EAR Amp", "Switch", "DAC2"},
Since you have a mixer in codec before each of the amp, who is going to configure those? And how are they represented here?
--
~Vinod