Re: [PATCH 5/5] Input: arizona-haptics - Use SoC component pin control functions
From: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Date: 2016-11-28 18:54:15
Also in:
alsa-devel, lkml
From: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Date: 2016-11-28 18:54:15
Also in:
alsa-devel, lkml
Hi Richard, On Mon, Nov 28, 2016 at 05:32:30PM +0000, Richard Fitzgerald wrote:
The name of a codec pin can have an optional prefix string, which is defined by the SoC machine driver. The snd_soc_dapm_x_pin functions take the fully-specified name including the prefix and so the existing code would fail to find the pin if the audio machine driver had added a prefix. Switch to using the snd_soc_component_x_pin equivalent functions that take a specified SoC component and automatically add the name prefix to the provided pin name. Signed-off-by: Richard Fitzgerald <redacted>
If ASOC folks are fine with this then I am otto. Please merge with the rest of Arizona changes. Acked-by: Dmitry Torokhov <dmitry.torokhov@gmail.com> Thanks. -- Dmitry