Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 273552
b: refs/heads/master
c: 9e6ff52
h: refs/heads/master
v: v3
  • Loading branch information
Adrian Knoth authored and Takashi Iwai committed Oct 31, 2011
1 parent f431222 commit ee9efd0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: f7b2bb8549e352353427d0f8913c96914dd0baab
refs/heads/master: 9e6ff52088433e02426f860b0d40a5a0d4c8eb92
2 changes: 1 addition & 1 deletion trunk/sound/pci/rme9652/hdspm.c
Original file line number Diff line number Diff line change
Expand Up @@ -6253,7 +6253,7 @@ static int snd_hdspm_hwdep_ioctl(struct snd_hwdep *hw, struct file *file,
status.card_specific.madi.madi_input =
(statusregister & HDSPM_AB_int) ? 1 : 0;
status.card_specific.madi.channel_format =
(statusregister & HDSPM_TX_64ch) ? 1 : 0;
(statusregister & HDSPM_RX_64ch) ? 1 : 0;
/* TODO: Mac driver sets it when f_s>48kHz */
status.card_specific.madi.frame_format = 0;

Expand Down

0 comments on commit ee9efd0

Please sign in to comment.