12 lines
536 B
Markdown
12 lines
536 B
Markdown
# SPM1423 PDM microphone
|
|
|
|
A driver for the `SPM1423` PDM MEMS microphone (and compatible PDM mics), wired
|
|
as an input-only `AUDIO_CODEC_TYPE` device. Has no I2C/register interface -- just
|
|
a PDM data line -- so there is no I2C parent; the device sits standalone in the
|
|
devicetree and only references the I2S controller by name. PDM RX is hardware-
|
|
restricted to I2S controller 0.
|
|
|
|
See https://m5stack.oss-cn-shenzhen.aliyuncs.com/resource/docs/datasheet/core/SPM1423HM4H-B_datasheet_en.pdf
|
|
|
|
License: [Apache v2.0](LICENSE-Apache-2.0.md)
|