Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 8829
b: refs/heads/master
c: a76af19
h: refs/heads/master
i:
  8827: 133763e
v: v3
  • Loading branch information
Takashi Iwai authored and Jaroslav Kysela committed Sep 12, 2005
1 parent 28061d1 commit 44c0137
Show file tree
Hide file tree
Showing 3 changed files with 5 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: 0ca21611b668eee9ac07bb85825ce30002976550
refs/heads/master: a76af199dc025e8f5cf6b9542efadc3de5163a7a
2 changes: 2 additions & 0 deletions trunk/sound/arm/aaci.c
Original file line number Diff line number Diff line change
Expand Up @@ -900,6 +900,8 @@ static int __devinit aaci_probe(struct amba_device *dev, void *id)
if (ret)
goto out;

snd_card_set_dev(aaci->card, &dev->dev);

ret = snd_card_register(aaci->card);
if (ret == 0) {
dev_info(&dev->dev, "%s, fifo %d\n", aaci->card->longname,
Expand Down
2 changes: 2 additions & 0 deletions trunk/sound/parisc/harmony.c
Original file line number Diff line number Diff line change
Expand Up @@ -880,6 +880,8 @@ snd_harmony_create(snd_card_t *card,
goto free_and_ret;
}

snd_card_set_dev(card, &padev->dev);

*rchip = h;

return 0;
Expand Down

0 comments on commit 44c0137

Please sign in to comment.