+ snd-aoa-codec-onyx-fix-typo.patch added to -mm tree

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



The patch titled
     snd-aoa-codec-onyx: fix typo
has been added to the -mm tree.  Its filename is
     snd-aoa-codec-onyx-fix-typo.patch

*** Remember to use Documentation/SubmitChecklist when testing your code ***

See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find
out what to do about this

------------------------------------------------------
Subject: snd-aoa-codec-onyx: fix typo
From: Yoann Padioleau <padator@xxxxxxxxxx>

Parse error in ifdef or bad use of macro.

Signed-off-by: Yoann Padioleau <padator@xxxxxxxxxx>
Cc: Jaroslav Kysela <perex@xxxxxxx>
Cc: Takashi Iwai <tiwai@xxxxxxx>
Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx>
---

 sound/aoa/codecs/snd-aoa-codec-onyx.c |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

diff -puN sound/aoa/codecs/snd-aoa-codec-onyx.c~snd-aoa-codec-onyx-fix-typo sound/aoa/codecs/snd-aoa-codec-onyx.c
--- a/sound/aoa/codecs/snd-aoa-codec-onyx.c~snd-aoa-codec-onyx-fix-typo
+++ a/sound/aoa/codecs/snd-aoa-codec-onyx.c
@@ -713,7 +713,7 @@ static int onyx_prepare(struct codec_inf
 	if (substream->runtime->format == SNDRV_PCM_FMTBIT_COMPRESSED_16BE) {
 		/* mute and lock analog output */
 		onyx_read_register(onyx, ONYX_REG_DAC_CONTROL, &v);
-		if (onyx_write_register(onyx
+		if (onyx_write_register(onyx,
 					ONYX_REG_DAC_CONTROL,
 					v | ONYX_MUTE_RIGHT | ONYX_MUTE_LEFT))
 			goto out_unlock;
_

Patches currently in -mm which might be from padator@xxxxxxxxxx are

git-netdev-all.patch
some-kmalloc-memset-kzalloc-tree-wide.patch
snd-aoa-codec-onyx-fix-typo.patch
av7110-fix-typo.patch

-
To unsubscribe from this list: send the line "unsubscribe mm-commits" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Kernel Newbies FAQ]     [Kernel Archive]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [Bugtraq]     [Photo]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]

  Powered by Linux