Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 81523
b: refs/heads/master
c: d47ac43
h: refs/heads/master
i:
  81521: a6bcacc
  81519: 84e7ff4
v: v3
  • Loading branch information
Takashi Iwai authored and Jaroslav Kysela committed Jan 31, 2008
1 parent 6c920db commit 76ea74e
Show file tree
Hide file tree
Showing 4 changed files with 7 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: 4f1895b0b5fbbd40299d85a07a6cd1742d1d1e1a
refs/heads/master: d47ac4338301c373eca9d817ec9c6e33b069ac51
2 changes: 2 additions & 0 deletions trunk/sound/drivers/ml403-ac97cr.c
Original file line number Diff line number Diff line change
Expand Up @@ -1312,6 +1312,8 @@ static int __devinit snd_ml403_ac97cr_probe(struct platform_device *pfdev)
(unsigned long)ml403_ac97cr->port, ml403_ac97cr->irq,
ml403_ac97cr->capture_irq, dev + 1);

snd_card_set_dev(card, &pfdev->dev);

err = snd_card_register(card);
if (err < 0) {
snd_card_free(card);
Expand Down
2 changes: 2 additions & 0 deletions trunk/sound/drivers/mts64.c
Original file line number Diff line number Diff line change
Expand Up @@ -1008,6 +1008,8 @@ static int __devinit snd_mts64_probe(struct platform_device *pdev)

platform_set_drvdata(pdev, card);

snd_card_set_dev(card, &pdev->dev);

/* At this point card will be usable */
if ((err = snd_card_register(card)) < 0) {
snd_printd("Cannot register card\n");
Expand Down
2 changes: 2 additions & 0 deletions trunk/sound/drivers/portman2x4.c
Original file line number Diff line number Diff line change
Expand Up @@ -797,6 +797,8 @@ static int __devinit snd_portman_probe(struct platform_device *pdev)

platform_set_drvdata(pdev, card);

snd_card_set_dev(card, &pdev->dev);

/* At this point card will be usable */
if ((err = snd_card_register(card)) < 0) {
snd_printd("Cannot register card\n");
Expand Down

0 comments on commit 76ea74e

Please sign in to comment.