Re: [PATCH 2/2] ASoC: sun4i-codec: Remove redundant SND_PCM_RATE_KNOT

2015-09-30 Thread Mark Brown
On Tue, Sep 29, 2015 at 09:43:18PM +0200, Maxime Ripard wrote: > The SND_PCM_RATE_KNOT covers all the rate settings, even though some that > we don't support, while we also list all the rate we support. Simply remove > it. I'll apply this but ideally you'd be able to use _KNOT plus some extra

Re: [PATCH 2/2] ASoC: sun4i-codec: Remove redundant SND_PCM_RATE_KNOT

2015-09-30 Thread Mark Brown
On Tue, Sep 29, 2015 at 09:43:18PM +0200, Maxime Ripard wrote: > The SND_PCM_RATE_KNOT covers all the rate settings, even though some that > we don't support, while we also list all the rate we support. Simply remove > it. I'll apply this but ideally you'd be able to use _KNOT plus some extra

[PATCH 2/2] ASoC: sun4i-codec: Remove redundant SND_PCM_RATE_KNOT

2015-09-29 Thread Maxime Ripard
The SND_PCM_RATE_KNOT covers all the rate settings, even though some that we don't support, while we also list all the rate we support. Simply remove it. Signed-off-by: Maxime Ripard --- sound/soc/sunxi/sun4i-codec.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git

[PATCH 2/2] ASoC: sun4i-codec: Remove redundant SND_PCM_RATE_KNOT

2015-09-29 Thread Maxime Ripard
The SND_PCM_RATE_KNOT covers all the rate settings, even though some that we don't support, while we also list all the rate we support. Simply remove it. Signed-off-by: Maxime Ripard --- sound/soc/sunxi/sun4i-codec.c | 3 +-- 1 file changed, 1 insertion(+), 2