RE: [PATCH v1 1/2] ASoC: codecs: add support for ES8389

3 Mar
2025
3 Mar
'25
11:20 a.m.
- /* clock inversion */
- switch (fmt & SND_SOC_DAIFMT_INV_MASK) {
- case SND_SOC_DAIFMT_NB_NF:
break;
- case SND_SOC_DAIFMT_IB_IF:
break;
- case SND_SOC_DAIFMT_IB_NF:
break;
- case SND_SOC_DAIFMT_NB_IF:
break;
- default:
break;
- }
This switch does nothing. Remove it?
Ok, I will remove it
54
Age (days ago)
54
Last active (days ago)
0 comments
1 participants
participants (1)
-
Zhang Yi