Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 27990
b: refs/heads/master
c: 888855d
h: refs/heads/master
v: v3
  • Loading branch information
David Woodhouse committed May 3, 2006
1 parent 5a577f1 commit 797d55d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 423bc7b22bdeb73efeabfcf91d8a459ac33088f1
refs/heads/master: 888855dc00c302c88663ec256bb422f4b27046f2
12 changes: 6 additions & 6 deletions trunk/include/sound/hdsp.h
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 797d55d

Please sign in to comment.