From 797d55d0bd7d749bdc6aad2a2681e1586111930b Mon Sep 17 00:00:00 2001 From: David Woodhouse Date: Thu, 4 May 2006 00:42:42 +0100 Subject: [PATCH] --- yaml --- r: 27990 b: refs/heads/master c: 888855dc00c302c88663ec256bb422f4b27046f2 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/include/sound/hdsp.h | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/[refs] b/[refs] index 589fb65ebe58..62173979f386 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 423bc7b22bdeb73efeabfcf91d8a459ac33088f1 +refs/heads/master: 888855dc00c302c88663ec256bb422f4b27046f2 diff --git a/trunk/include/sound/hdsp.h b/trunk/include/sound/hdsp.h index 25e1951a9955..dec6b1dc37ea 100644 --- a/trunk/include/sound/hdsp.h +++ b/trunk/include/sound/hdsp.h @@ -30,13 +30,13 @@ enum HDSP_IO_Type { }; struct hdsp_peak_rms { - u32 input_peaks[26]; - u32 playback_peaks[26]; - u32 output_peaks[28]; - u64 input_rms[26]; - u64 playback_rms[26]; + __u32 input_peaks[26]; + __u32 playback_peaks[26]; + __u32 output_peaks[28]; + __u64 input_rms[26]; + __u64 playback_rms[26]; /* These are only used for H96xx cards */ - u64 output_rms[26]; + __u64 output_rms[26]; }; #define SNDRV_HDSP_IOCTL_GET_PEAK_RMS _IOR('H', 0x40, struct hdsp_peak_rms)