Re: [PATCH] ASoC: hdmi-codec: Use set_jack ops to set jack

2020-09-22 Thread Mark Brown
On Tue, 22 Sep 2020 14:23:16 +0800, Cheng-Yi Chiang wrote: > Use set_jack ops to set jack so machine drivers do not need to include > hdmi-codec.h explicitly. Applied to https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next Thanks! [1/1] ASoC: hdmi-codec: Use set_jack op

[PATCH] ASoC: hdmi-codec: Use set_jack ops to set jack

2020-09-21 Thread Cheng-Yi Chiang
Use set_jack ops to set jack so machine drivers do not need to include hdmi-codec.h explicitly. Signed-off-by: Cheng-Yi Chiang Reviewed-by: Tzung-Bi Shih --- Separate this patch from the machine driver patch series at https://patchwork.kernel.org/cover/11773209/ in the hope that this can be merg