sound: fixed pdm record data slow error

PD#160225: sound: fixed pdm record data slow error

Change-Id: I8a6a0ae3207c27c6928342057df44b6454de55c2
Signed-off-by: Peipeng Zhao <peipeng.zhao@amlogic.com>
This commit is contained in:
Peipeng Zhao
2018-02-02 14:26:32 +08:00
parent 5ec43f40ae
commit 340bfe757e

View File

@@ -29,10 +29,6 @@
void pdm_enable(int is_enable)
{
if (is_enable) {
aml_pdm_update_bits(
PDM_CTRL,
0xffff,
0xffff);
aml_pdm_update_bits(
PDM_CTRL,
0x1 << 31,