ASoC: nau8825: change output power for interrupt
The interrupt clock is gated by x1[10:8], one of them needs to be enabled all the time for interrupts to happen. We change codec to enable ADC because it's helpful to reduce playback pop noise. Don't use force enable pin to enable ADC instead of ADC widget event. That won't interfere DAPM operation and let bias work normally. Signed-off-by: John Hsu <KCHSU0@nuvoton.com> Signed-off-by: Mark Brown <broonie@kernel.org>
此提交包含在:
@@ -99,6 +99,7 @@
|
||||
#define NAU8825_ENABLE_DACR (1 << NAU8825_ENABLE_DACR_SFT)
|
||||
#define NAU8825_ENABLE_DACL_SFT 9
|
||||
#define NAU8825_ENABLE_ADC_SFT 8
|
||||
#define NAU8825_ENABLE_ADC (1 << NAU8825_ENABLE_ADC_SFT)
|
||||
#define NAU8825_ENABLE_SAR_SFT 1
|
||||
|
||||
/* CLK_DIVIDER (0x3) */
|
||||
|
新增問題並參考
封鎖使用者