diff options
| author | mattis fjallstrom <mattis@acm.org> | 2016-01-28 12:47:19 -0800 | 
|---|---|---|
| committer | mattis fjallstrom <mattis@acm.org> | 2016-01-28 13:06:14 -0800 | 
| commit | 19989529b798a6e6fe5fa8d6dfed6b4580da63a9 (patch) | |
| tree | 21bf60757c0a9be63408b66aef1b7cc0a6c34c22 /sound/soc/codecs | |
| parent | d1294a7ffe9438c3449b4e74c381c081cc6f786e (diff) | |
| download | olio-linux-3.10-19989529b798a6e6fe5fa8d6dfed6b4580da63a9.tar.xz olio-linux-3.10-19989529b798a6e6fe5fa8d6dfed6b4580da63a9.zip | |
Fixes for mic -> bluetooth connection. Also changed name of machine to something that can be used in a filename.
Change-Id: If7f9d2c99e758dc9c907da9a2ba6001e78242db8
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, |