Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 321910
b: refs/heads/master
c: 3bdcff7
h: refs/heads/master
v: v3
  • Loading branch information
Takashi Iwai committed Aug 14, 2012
1 parent 68ed289 commit b1dda03
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 265d931a9e9a7e290faa5e2145f4b2ebf38ea84c
refs/heads/master: 3bdcff70b6cd049e6f4437b955850f5db83653cc
2 changes: 2 additions & 0 deletions trunk/sound/pci/lx6464es/lx6464es.c
Original file line number Diff line number Diff line change
Expand Up @@ -851,6 +851,8 @@ static int __devinit lx_pcm_create(struct lx6464es *chip)
/* hardcoded device name & channel count */
err = snd_pcm_new(chip->card, (char *)card_name, 0,
1, 1, &pcm);
if (err < 0)
return err;

pcm->private_data = chip;

Expand Down

0 comments on commit b1dda03

Please sign in to comment.