Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 181561
b: refs/heads/master
c: 5eb9978
h: refs/heads/master
i:
  181559: fc6cb7f
v: v3
  • Loading branch information
Devin Heitmueller authored and Mauro Carvalho Chehab committed Feb 26, 2010
1 parent 9d83672 commit 5fd2d5a
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: 1ec1c9bc6fc63b08467c12ce585862ae4e97859c
refs/heads/master: 5eb9978f47ec09ce7ab5b9cc86d7b5d6ebb28a9d
2 changes: 1 addition & 1 deletion trunk/drivers/media/video/cx18/cx18-alsa-pcm.c
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ int snd_cx18_pcm_create(struct snd_cx18_card *cxsc)
snd_pcm_set_ops(sp, SNDRV_PCM_STREAM_CAPTURE, &snd_cx18_pcm_capture_ops);
sp->info_flags = 0;
sp->private_data = cxsc;
strcpy(sp->name, "Conexant cx23418 Capture");
strlcpy(sp->name, cx->card_name, sizeof(sp->name));

return 0;

Expand Down

0 comments on commit 5fd2d5a

Please sign in to comment.