[alsa-devel] [PATCH v4 0/2] Introduce dmic mode switch delay parameter

Jenny TC jenny.tc at intel.com
Mon Nov 19 17:53:04 CET 2018


Some DMICs need clock to be running for a specified duration as per the
DMIC spec to complete the mode transition like sleep to normal, off to normal
etc. This  series add a mode-switch delay which will prevent the clock from
being turned off without complying with manufacturer timing
specifications. Also introduces a module parameter for the wakeup_delay parameter.

v1: First patch set
v2: 
1). Removed ACPI device entry since a) The DMIC vendor doesn't have an ACPI vendor
ID b) The ACPI enumeration creates one more device and conflicts with the existing
skl.c dmic platform device registration.
2). Updated commit message

v3: Updated commit message and introduced module param for wakeup_delay

v4: Addressed parameter name to align with existing parameter. Added dt entry
in Documentation

Jenny TC (2):
  ASoC: dmic: introduce mode switch delay
  ASoC: dmic: introduce module_param wakeup_delay

 Documentation/devicetree/bindings/sound/dmic.txt |  2 ++
 sound/soc/codecs/dmic.c                          | 36 ++++++++++++++++++++++++
 2 files changed, 38 insertions(+)

-- 
1.9.1



More information about the Alsa-devel mailing list