mirror of
https://github.com/torvalds/linux.git
synced 2024-12-30 14:52:05 +00:00
13 lines
242 B
Plaintext
13 lines
242 B
Plaintext
|
Device-Tree bindings for Digital microphone (DMIC) codec
|
||
|
|
||
|
This device support generic PDM digital microphone.
|
||
|
|
||
|
Required properties:
|
||
|
- compatible: should be "dmic-codec".
|
||
|
|
||
|
Example node:
|
||
|
|
||
|
dmic_codec: dmic@0 {
|
||
|
compatible = "dmic-codec";
|
||
|
};
|