svn commit: r353682 - head/sys/dev/sound/pci/hda

Ed Maste emaste at FreeBSD.org
Thu Oct 17 14:58:04 UTC 2019


Author: emaste
Date: Thu Oct 17 14:58:03 2019
New Revision: 353682
URL: https://svnweb.freebsd.org/changeset/base/353682

Log:
  snd_hda: style(9) whitespace fixup
  
  PR:		241299
  Submitted by:	Neel Chauhan

Modified:
  head/sys/dev/sound/pci/hda/hdaa_patches.c

Modified: head/sys/dev/sound/pci/hda/hdaa_patches.c
==============================================================================
--- head/sys/dev/sound/pci/hda/hdaa_patches.c	Thu Oct 17 13:49:47 2019	(r353681)
+++ head/sys/dev/sound/pci/hda/hdaa_patches.c	Thu Oct 17 14:58:03 2019	(r353682)
@@ -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-head mailing list