diff options
Diffstat (limited to 'sound/soc/codecs')
| -rw-r--r-- | sound/soc/codecs/arizona.c | 2 | ||||
| -rw-r--r-- | sound/soc/codecs/mc13783.c | 8 | ||||
| -rw-r--r-- | sound/soc/codecs/wm8904.c | 2 | 
3 files changed, 6 insertions, 6 deletions
diff --git a/sound/soc/codecs/arizona.c b/sound/soc/codecs/arizona.c index 5c9cacaf2d5..1cf7a32d1b2 100644 --- a/sound/soc/codecs/arizona.c +++ b/sound/soc/codecs/arizona.c @@ -426,7 +426,7 @@ static const int arizona_44k1_bclk_rates[] = {  	940800,  	1411200,  	1881600, -	2882400, +	2822400,  	3763200,  	5644800,  	7526400, diff --git a/sound/soc/codecs/mc13783.c b/sound/soc/codecs/mc13783.c index 8f726c063f4..115a4030181 100644 --- a/sound/soc/codecs/mc13783.c +++ b/sound/soc/codecs/mc13783.c @@ -659,7 +659,7 @@ static struct snd_soc_dai_driver mc13783_dai_async[] = {  		.id = MC13783_ID_STEREO_DAC,  		.playback = {  			.stream_name = "Playback", -			.channels_min = 1, +			.channels_min = 2,  			.channels_max = 2,  			.rates = SNDRV_PCM_RATE_8000_96000,  			.formats = MC13783_FORMATS, @@ -670,7 +670,7 @@ static struct snd_soc_dai_driver mc13783_dai_async[] = {  		.id = MC13783_ID_STEREO_CODEC,  		.capture = {  			.stream_name = "Capture", -			.channels_min = 1, +			.channels_min = 2,  			.channels_max = 2,  			.rates = MC13783_RATES_RECORD,  			.formats = MC13783_FORMATS, @@ -692,14 +692,14 @@ static struct snd_soc_dai_driver mc13783_dai_sync[] = {  		.id = MC13783_ID_SYNC,  		.playback = {  			.stream_name = "Playback", -			.channels_min = 1, +			.channels_min = 2,  			.channels_max = 2,  			.rates = SNDRV_PCM_RATE_8000_96000,  			.formats = MC13783_FORMATS,  		},  		.capture = {  			.stream_name = "Capture", -			.channels_min = 1, +			.channels_min = 2,  			.channels_max = 2,  			.rates = MC13783_RATES_RECORD,  			.formats = MC13783_FORMATS, diff --git a/sound/soc/codecs/wm8904.c b/sound/soc/codecs/wm8904.c index 0013afe48e6..dc4262eea4b 100644 --- a/sound/soc/codecs/wm8904.c +++ b/sound/soc/codecs/wm8904.c @@ -100,7 +100,7 @@ static const struct reg_default wm8904_reg_defaults[] = {  	{ 14,  0x0000 },     /* R14  - Power Management 2 */  	{ 15,  0x0000 },     /* R15  - Power Management 3 */  	{ 18,  0x0000 },     /* R18  - Power Management 6 */ -	{ 19,  0x945E },     /* R20  - Clock Rates 0 */ +	{ 20,  0x945E },     /* R20  - Clock Rates 0 */  	{ 21,  0x0C05 },     /* R21  - Clock Rates 1 */  	{ 22,  0x0006 },     /* R22  - Clock Rates 2 */  	{ 24,  0x0050 },     /* R24  - Audio Interface 0 */  |