svn commit: r355804 - stable/12/sys/dev/sound/pci/hda

Mark Johnston markj at FreeBSD.org
Mon Dec 16 15:41:14 UTC 2019


Author: markj
Date: Mon Dec 16 15:41:13 2019
New Revision: 355804
URL: https://svnweb.freebsd.org/changeset/base/355804

Log:
  MFC r353682 (by emaste):
  snd_hda: style(9) whitespace fixup
  
  PR:	241299

Modified:
  stable/12/sys/dev/sound/pci/hda/hdaa_patches.c
Directory Properties:
  stable/12/   (props changed)

Modified: stable/12/sys/dev/sound/pci/hda/hdaa_patches.c
==============================================================================
--- stable/12/sys/dev/sound/pci/hda/hdaa_patches.c	Mon Dec 16 14:08:49 2019	(r355803)
+++ stable/12/sys/dev/sound/pci/hda/hdaa_patches.c	Mon Dec 16 15:41:13 2019	(r355804)
@@ -447,7 +447,7 @@ hdac_pin_patch(struct hdaa_widget *w)
 			config = 0x01a1913d;
 			break;
 		}
-	} else if (id == HDA_CODEC_ALC256 && subid == DELL_I7577_SUBVENDOR ) {
+	} else if (id == HDA_CODEC_ALC256 && subid == DELL_I7577_SUBVENDOR) {
 		switch (nid) {
 		case 20:
 			patch = "as=1 seq=0";


More information about the svn-src-all mailing list