Angelo Dureghello
43d2c4982f
ASoC: ics43432: add CMM-4030D-261 support
...
Despite minimal datasheet differences, the driver seems
perfectly compatible with CMM-4030D-261.
Tested CMM-4030D-261 to work with this changes:
/ {
cmm4030d: cmm4030d {
#sound-dai-cells = <0>;
compatible = "cui,cmm-4030d-261";
};
sound_mic {
compatible = "simple-audio-card";
simple-audio-card,name = "i2s mem mic";
simple-audio-card,format = "i2s";
simple-audio-card,bitclock-master = <&sound_master>;
simple-audio-card,frame-master = <&sound_master>;
sound_master: simple-audio-card,cpu {
sound-dai = <&ssi2>;
system-clock-frequency = <2822400>;
};
simple-audio-card,codec {
sound-dai = <&cmm4030d>;
};
};
};
Audio has been captured and tested successfully by:
arecord -D "hw:1,0" -f S24_LE > test.wav
aplay test.wav
Signed-off-by: Angelo Dureghello <angelo.dureghello@timesys.com>
Link: https://lore.kernel.org/r/20210821082658.4147595-1-angelo.dureghello@timesys.com
Signed-off-by: Mark Brown <broonie@kernel.org>
2021-08-23 16:41:01 +01:00
..
2021-05-25 08:59:08 +02:00
2021-06-17 17:31:38 +02:00
2021-06-10 09:51:21 +02:00
2020-09-03 09:27:34 +02:00
2021-07-01 08:36:12 +02:00
2021-06-09 17:30:34 +02:00
2021-07-05 19:31:12 +02:00
2021-05-30 09:33:08 +02:00
2021-06-12 09:32:14 +02:00
2021-07-07 13:26:19 +02:00
2021-06-12 09:31:13 +02:00
2021-05-27 08:24:23 +02:00
2021-06-09 17:30:39 +02:00
2021-07-08 12:26:43 +02:00
2021-06-09 17:30:28 +02:00
2021-06-16 08:52:29 +02:00
2021-03-17 13:16:18 -07:00
2021-08-23 16:41:01 +01:00
2021-06-09 17:30:29 +02:00
2021-07-05 19:34:22 +02:00
2021-07-07 16:45:33 +02:00
2021-04-27 08:39:39 +02:00
2021-07-05 19:29:28 +02:00
2021-03-17 13:16:18 -07:00
2021-03-07 09:07:16 +01:00
2021-03-07 09:07:16 +01:00