Re: [PATCH v2 08/21] ASoC: codecs: merge .digital_mute() into .mute_stream()
29 Jun
2020
29 Jun
'20
6:31 a.m.
Hi Peter, Mark
Thank you for your review
> > static const struct snd_soc_dai_ops tfa9879_dai_ops = {
> > .hw_params = tfa9879_hw_params,
> > - .digital_mute = tfa9879_digital_mute,
> > + .mute_stream = tfa9879_mute,
> > .set_fmt = tfa9879_set_fmt,
> > + .no_capture_mute = 1,
> > };
(snip)
> - .digital_mute = tfa9879_digital_mute,
> + .mute_stream = tfa9879_mute_stream,
Yes, indeed.
I can fix it by additional patch if v2 was accepted,
or, in v3 if needed.
Is it OK for you, and Mark ?
Thank you for your help !!
Best regards
---
Kuninori Morimoto
2087
Age (days ago)
2087
Last active (days ago)
0 comments
1 participants
participants (1)
-
Kuninori Morimoto