diff options
| author | Evan Wilson <evan@oliodevices.com> | 2016-04-28 18:18:44 +0000 | 
|---|---|---|
| committer | Gerrit Code Review <gerrit2@ip-172-31-25-77.us-west-1.compute.internal> | 2015-04-16 10:08:13 +0000 | 
| commit | 5b7c616aa581f54cfe21b3045776f99a232852fe (patch) | |
| tree | d0c46130dc46d286dcadef67c770430c4f41bea8 /sound/soc/codecs | |
| parent | f8684ce86c0d7b23ee9f617e5d6d0a5e9d6e4c07 (diff) | |
| parent | 19989529b798a6e6fe5fa8d6dfed6b4580da63a9 (diff) | |
| download | olio-linux-3.10-5b7c616aa581f54cfe21b3045776f99a232852fe.tar.xz olio-linux-3.10-5b7c616aa581f54cfe21b3045776f99a232852fe.zip | |
Merge "Fixes for mic -> bluetooth connection. Also changed name of machine to something that can be used in a filename." into android-3.10-bringup
Diffstat (limited to 'sound/soc/codecs')
| -rw-r--r-- | sound/soc/codecs/dmic.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/sound/soc/codecs/dmic.c b/sound/soc/codecs/dmic.c index 12f74fb3de7..9d1988b06dd 100644 --- a/sound/soc/codecs/dmic.c +++ b/sound/soc/codecs/dmic.c @@ -33,7 +33,7 @@ static struct snd_soc_dai_driver dmic_dai = {  		.stream_name = "Capture",  		.channels_min = 1,  		.channels_max = 2, -		.rates = SNDRV_PCM_RATE_CONTINUOUS, +		.rates = SNDRV_PCM_RATE_8000,  		.formats = SNDRV_PCM_FMTBIT_S32_LE  			| SNDRV_PCM_FMTBIT_S24_LE  			| SNDRV_PCM_FMTBIT_S16_LE, |