1 May
2015
1 May
'15
5:02 p.m.
On Fri, May 01, 2015 at 01:36:48PM +0200, Belisko Marek wrote:
On Fri, May 1, 2015 at 1:03 PM, Mark Brown broonie@kernel.org wrote:
On Thu, Apr 30, 2015 at 11:28:01PM +0200, Marek Belisko wrote:
+/*
- Note this is a simple chip with no configuration interface, sample rate is
- determined automatically by examining the Master clock and Bit clock ratios
- */
+#define GTM601_RATES (SNDRV_PCM_RATE_8000)
Does it or doesn't it support multiple sample rates?
It support only 8kHz rate. I'll remove define and use SNDRV_PCM_RATE_8000 only in gtm601_dai struct.
I was more commenting on the fact that the comment immediately above says that the sample rate is determined automatically which suggests that multiple sample rates are supported.