Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 47036
b: refs/heads/master
c: 73e85fe
h: refs/heads/master
v: v3
  • Loading branch information
Johannes Berg authored and Jaroslav Kysela committed Feb 9, 2007
1 parent 6cd4212 commit 64a7839
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 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: c78085fcd2ce7cd036e1488472eb41a64d70949a
refs/heads/master: 73e85fe8452b950b93cfb61377f749e9b15437fb
2 changes: 1 addition & 1 deletion trunk/sound/aoa/core/snd-aoa-alsa.c
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ void aoa_alsa_cleanup(void)
}

int aoa_snd_device_new(snd_device_type_t type,
void * device_data, struct snd_device_ops * ops)
void * device_data, struct snd_device_ops * ops)
{
struct snd_card *card = aoa_get_card();
int err;
Expand Down
7 changes: 2 additions & 5 deletions trunk/sound/aoa/soundbus/i2sbus/i2sbus-pcm.c
Original file line number Diff line number Diff line change
Expand Up @@ -901,11 +901,7 @@ i2sbus_attach_codec(struct soundbus_dev *dev, struct snd_card *card,
}

if (!dev->pcm) {
err = snd_pcm_new(card,
dev->pcmname,
dev->pcmid,
0,
0,
err = snd_pcm_new(card, dev->pcmname, dev->pcmid, 0, 0,
&dev->pcm);
if (err) {
printk(KERN_DEBUG "i2sbus: failed to create pcm\n");
Expand All @@ -915,6 +911,7 @@ i2sbus_attach_codec(struct soundbus_dev *dev, struct snd_card *card,
module_put(THIS_MODULE);
return err;
}
dev->pcm->dev = &dev->ofdev.dev;
}

/* ALSA yet again sucks.
Expand Down

0 comments on commit 64a7839

Please sign in to comment.