17 Apr
2015
17 Apr
'15
9:14 p.m.
On 04/17/2015 09:06 PM, Vinod Koul wrote:
On Fri, Apr 17, 2015 at 11:44:50AM +0200, Lars-Peter Clausen wrote:
On 04/17/2015 11:13 AM, Vinod Koul wrote: [...]
- /* always connected - check HP for jack detect */
- snd_soc_dapm_enable_pin(dapm, "Headphone Jack");
- snd_soc_dapm_enable_pin(dapm, "Speaker");
- snd_soc_dapm_enable_pin(dapm, "Mic Jack");
- snd_soc_dapm_enable_pin(dapm, "DMIC2");
There is no need to do this, all pins are enabled by default.
Ah yes, thanks for pointing. With this I should also set full_routed right?
You don't have to, the two are unrelated. But I'd still recommend setting fully_routed.
- Lars