From de3c5b155949d7984cd12eabf017dd851f77bfe0 Mon Sep 17 00:00:00 2001 From: Ross Owen Date: Mon, 20 Jan 2014 18:17:01 +0000 Subject: [PATCH] Fixed typo p_dsd_clock -> p_dsd_clk --- module_usb_audio/ports/audioports.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module_usb_audio/ports/audioports.c b/module_usb_audio/ports/audioports.c index 20be3ee1..8b1e51cc 100644 --- a/module_usb_audio/ports/audioports.c +++ b/module_usb_audio/ports/audioports.c @@ -78,7 +78,7 @@ unsigned int divide, unsigned int dsdMode) p_dsd_clk, #else 0, /* NULL */ - p_dsd_clock, + p_dsd_clk, #endif #endif divide);