Messages in this thread |  | | Subject | Re: [PATCH v2 2/7] ASoC: codec: lpass-rx-macro: add support for lpass rx macro | From | Srinivas Kandagatla <> | Date | Mon, 8 Feb 2021 16:17:02 +0000 |
| |
On 08/02/2021 16:08, Mark Brown wrote: >> + SOC_SINGLE_EXT("RX_Softclip Enable", SND_SOC_NOPM, 0, 1, 0, >> + rx_macro_soft_clip_enable_get, >> + rx_macro_soft_clip_enable_put), >> + SOC_SINGLE_EXT("AUX_HPF Enable", SND_SOC_NOPM, 0, 1, 0, >> + rx_macro_aux_hpf_mode_get, >> + rx_macro_aux_hpf_mode_put), > These are simple on/off controls so should end in Switch AFAICT.
Yes it makes sense! > Otherwise this looks good. Thanks, will fix this and send a new version!
--srini
|  |