1 May
2015
1 May
'15
2:03 p.m.
On Thu, Apr 30, 2015 at 11:28:01PM +0200, Marek Belisko wrote:
select SND_SOC_WM9705 if SND_SOC_AC97_BUS select SND_SOC_WM9712 if SND_SOC_AC97_BUS select SND_SOC_WM9713 if SND_SOC_AC97_BUS
- select SND_SOC_GTM601 help
+config SND_SOC_GTM601
- tristate 'GTM601 UMTS modem audio codec'
Keep Makefile and Kconfig sorted.
+/*
- 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?