Alsa-Devel Archive mirror
 help / color / mirror / Atom feed
* [PATCH RFT] ASoC: max98925: Fix bit-width 24 settings in max98925_dai_hw_params
@ 2015-03-27  9:25 Axel Lin
  2015-03-27 20:52 ` Mark Brown
  0 siblings, 1 reply; 2+ messages in thread
From: Axel Lin @ 2015-03-27  9:25 UTC (permalink / raw
  To: Mark Brown
  Cc: Anish kumar, alsa-devel@alsa-project.org, Ralph Birt,
	Liam Girdwood

Trivial typo fix.

Signed-off-by: Axel Lin <axel.lin@ingics.com>
---
Hi Anish,
This looks like a typo, can you confirm if this patch is correct.
Thanks.

 sound/soc/codecs/max98925.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sound/soc/codecs/max98925.c b/sound/soc/codecs/max98925.c
index 0796dfa..9b5a17d 100644
--- a/sound/soc/codecs/max98925.c
+++ b/sound/soc/codecs/max98925.c
@@ -442,8 +442,8 @@ static int max98925_dai_hw_params(struct snd_pcm_substream *substream,
 	case 24:
 		regmap_update_bits(max98925->regmap,
 				MAX98925_FORMAT,
-				M98925_DAI_CHANSZ_MASK, M98925_DAI_CHANSZ_32);
-		max98925->ch_size = 32;
+				M98925_DAI_CHANSZ_MASK, M98925_DAI_CHANSZ_24);
+		max98925->ch_size = 24;
 		break;
 	case 32:
 		regmap_update_bits(max98925->regmap,
-- 
1.9.1

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH RFT] ASoC: max98925: Fix bit-width 24 settings in max98925_dai_hw_params
  2015-03-27  9:25 [PATCH RFT] ASoC: max98925: Fix bit-width 24 settings in max98925_dai_hw_params Axel Lin
@ 2015-03-27 20:52 ` Mark Brown
  0 siblings, 0 replies; 2+ messages in thread
From: Mark Brown @ 2015-03-27 20:52 UTC (permalink / raw
  To: Axel Lin
  Cc: Anish kumar, alsa-devel@alsa-project.org, Ralph Birt,
	Liam Girdwood


[-- Attachment #1.1: Type: text/plain, Size: 96 bytes --]

On Fri, Mar 27, 2015 at 05:25:21PM +0800, Axel Lin wrote:
> Trivial typo fix.

Applied, thanks.

[-- Attachment #1.2: Digital signature --]
[-- Type: application/pgp-signature, Size: 473 bytes --]

[-- Attachment #2: Type: text/plain, Size: 0 bytes --]



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-03-27 20:52 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-27  9:25 [PATCH RFT] ASoC: max98925: Fix bit-width 24 settings in max98925_dai_hw_params Axel Lin
2015-03-27 20:52 ` Mark Brown

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).