Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 17 Oct 2019 14:58:03 +0000 (UTC)
From:      Ed Maste <emaste@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r353682 - head/sys/dev/sound/pci/hda
Message-ID:  <201910171458.x9HEw3I0031856@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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";



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201910171458.x9HEw3I0031856>