- snd-aoa-codec-onyx-fix-typo.patch removed from -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 removed from the -mm tree.  Its filename was
     snd-aoa-codec-onyx-fix-typo.patch

This patch was dropped because it was merged into mainline or a subsystem tree

------------------------------------------------------
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

origin.patch
git-alsa.patch
av7110-fix-typo.patch
some-kmalloc-memset-kzalloc-tree-wide.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