diff options
author | Jonathan Neuschäfer <j.neuschaefer@gmx.net> | 2017-09-19 15:19:53 +0200 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2017-09-26 16:50:11 +0000 |
commit | a57cc2ffb2244c6c93b2e33de4168f12fc8faf29 (patch) | |
tree | 88409c63a60f3eda32000783991001820efd42df | |
parent | 752d447b617730748886d55844bd3c0ffb40db04 (diff) | |
download | coreboot-a57cc2ffb2244c6c93b2e33de4168f12fc8faf29.tar.xz |
include/nhlt: Unbreak a long URL
Change-Id: I2c955e9978d56bd1a174ae48e1b69adee43986c9
Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net>
Reviewed-on: https://review.coreboot.org/21599
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
-rw-r--r-- | src/include/nhlt.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/include/nhlt.h b/src/include/nhlt.h index f692b9ab69..5b72320f02 100644 --- a/src/include/nhlt.h +++ b/src/include/nhlt.h @@ -320,8 +320,7 @@ struct nhlt_dmic_array_config { /* * Microphone array definitions may be found here: - * https://msdn.microsoft.com/en-us/library/windows/hardware/ - * dn613960%28v=vs.85%29.aspx + * https://msdn.microsoft.com/en-us/library/windows/hardware/dn613960%28v=vs.85%29.aspx */ enum { NHLT_MIC_ARRAY_2CH_SMALL = 0xa, |