Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 331036
b: refs/heads/master
c: da35de6
h: refs/heads/master
v: v3
  • Loading branch information
Alan Cox authored and Mauro Carvalho Chehab committed Sep 23, 2012
1 parent faa81f7 commit 23ca8ea
Show file tree
Hide file tree
Showing 2 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: 4699903e4f765af7f9d7b3d63c576290c375c47d
refs/heads/master: da35de640a0e9c805aba70439f524234890b96c5
4 changes: 4 additions & 0 deletions trunk/drivers/media/usb/tlg2300/pd-alsa.c
Original file line number Diff line number Diff line change
Expand Up @@ -305,6 +305,10 @@ int poseidon_audio_init(struct poseidon *p)
return ret;

ret = snd_pcm_new(card, "poseidon audio", 0, 0, 1, &pcm);
if (ret < 0) {
snd_free_card(card);
return ret;
}
snd_pcm_set_ops(pcm, SNDRV_PCM_STREAM_CAPTURE, &pcm_capture_ops);
pcm->info_flags = 0;
pcm->private_data = p;
Expand Down

0 comments on commit 23ca8ea

Please sign in to comment.