Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 331037
b: refs/heads/master
c: fac44ee
h: refs/heads/master
i:
  331035: faa81f7
v: v3
  • Loading branch information
Mauro Carvalho Chehab committed Sep 23, 2012
1 parent 23ca8ea commit a0e7d2e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: da35de640a0e9c805aba70439f524234890b96c5
refs/heads/master: fac44ee564a54db020ad384e0de94b5d8be3c6b5
2 changes: 1 addition & 1 deletion trunk/drivers/media/usb/tlg2300/pd-alsa.c
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ int poseidon_audio_init(struct poseidon *p)

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

0 comments on commit a0e7d2e

Please sign in to comment.