Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 254270
b: refs/heads/master
c: 286bed0
h: refs/heads/master
v: v3
  • Loading branch information
Takashi Iwai committed Jun 30, 2011
1 parent 65bda15 commit 9718f1c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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: 71276410e17653cfacfa238a363475cde9e18fb3
refs/heads/master: 286bed0f0c447b6660e72093d7e778784fdd9ee6
8 changes: 4 additions & 4 deletions trunk/sound/pci/rme9652/hdspm.c
Original file line number Diff line number Diff line change
Expand Up @@ -896,11 +896,11 @@ struct hdspm {
unsigned char max_channels_in;
unsigned char max_channels_out;

char *channel_map_in;
char *channel_map_out;
signed char *channel_map_in;
signed char *channel_map_out;

char *channel_map_in_ss, *channel_map_in_ds, *channel_map_in_qs;
char *channel_map_out_ss, *channel_map_out_ds, *channel_map_out_qs;
signed char *channel_map_in_ss, *channel_map_in_ds, *channel_map_in_qs;
signed char *channel_map_out_ss, *channel_map_out_ds, *channel_map_out_qs;

char **port_names_in;
char **port_names_out;
Expand Down

0 comments on commit 9718f1c

Please sign in to comment.