25 Aug
2015
25 Aug
'15
7:49 p.m.
On Mon, Aug 24, 2015 at 02:03:14PM +0200, Ricard Wanderlof wrote:
+static int ics43432_set_dai_fmt(struct snd_soc_dai *dai, unsigned int fmt) +{
- switch (fmt & SND_SOC_DAIFMT_INV_MASK) {
- case SND_SOC_DAIFMT_NB_NF:
break;
- default:
return -EINVAL;
- }
I've asked you several times to implement format checking in the core if you think it's useful to add :(