RE: [PATCH] ASoC: da7219: Update the support rate list

2019-05-02 Thread Adam Thomson
On 02 May 2019 05:08, Yu-Hsuan Hsu wrote: > If we want to set rate to 64000 on da7219, it fails and returns > "snd_pcm_hw_params: Invalid argument". > We should remove 64000 from support rate list because it is not > available. > > Signed-off-by: Yu-Hsuan Hsu Reviewed-by: Adam Thomson > --- >

[PATCH] ASoC: da7219: Update the support rate list

2019-05-01 Thread Yu-Hsuan Hsu
If we want to set rate to 64000 on da7219, it fails and returns "snd_pcm_hw_params: Invalid argument". We should remove 64000 from support rate list because it is not available. Signed-off-by: Yu-Hsuan Hsu --- sound/soc/codecs/da7219.c | 10 -- 1 file changed, 8 insertions(+), 2 deletion