mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 19:30:30 +09:00
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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user