Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 293127
b: refs/heads/master
c: dbf117c
h: refs/heads/master
i:
  293125: abd0d44
  293123: 1de5c30
  293119: 1474199
v: v3
  • Loading branch information
Takashi Iwai committed Mar 18, 2012
1 parent 575894e commit fcc6af6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 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: 350eba43fca735733a51185f26bdc30899c64a20
refs/heads/master: dbf117cbb9c89991727d42e3161e68b868a1b6ae
4 changes: 2 additions & 2 deletions trunk/sound/pci/hda/hda_eld.c
Original file line number Diff line number Diff line change
Expand Up @@ -385,8 +385,8 @@ int snd_hdmi_get_eld(struct hdmi_eld *eld,
static void hdmi_print_pcm_rates(int pcm, char *buf, int buflen)
{
static unsigned int alsa_rates[] = {
5512, 8000, 11025, 16000, 22050, 32000, 44100, 48000, 88200,
96000, 176400, 192000, 384000
5512, 8000, 11025, 16000, 22050, 32000, 44100, 48000, 64000,
88200, 96000, 176400, 192000, 384000
};
int i, j;

Expand Down
1 change: 1 addition & 0 deletions trunk/sound/pci/rme9652/hdspm.c
Original file line number Diff line number Diff line change
Expand Up @@ -6333,6 +6333,7 @@ static int __devinit snd_hdspm_create_hwdep(struct snd_card *card,

hw->ops.open = snd_hdspm_hwdep_dummy_op;
hw->ops.ioctl = snd_hdspm_hwdep_ioctl;
hw->ops.ioctl_compat = snd_hdspm_hwdep_ioctl;
hw->ops.release = snd_hdspm_hwdep_dummy_op;

return 0;
Expand Down

0 comments on commit fcc6af6

Please sign in to comment.