Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 120314
b: refs/heads/master
c: 4544f8a
h: refs/heads/master
v: v3
  • Loading branch information
Mark Brown committed Dec 11, 2008
1 parent 25a994f commit 1fec0c6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 6de45d5d776d2a7e7a9adc8ea49d37fe1bd45fb2
refs/heads/master: 4544f8a22f38ba4560320fcfbe8c7e81562ddc6f
4 changes: 2 additions & 2 deletions trunk/sound/soc/blackfin/bf5xx-i2s.c
Original file line number Diff line number Diff line change
Expand Up @@ -315,13 +315,13 @@ EXPORT_SYMBOL_GPL(bf5xx_i2s_dai);

static int __init bfin_i2s_init(void)
{
return snd_soc_register_dai(&bfin_i2s_dai);
return snd_soc_register_dai(&bf5xx_i2s_dai);
}
module_init(bfin_i2s_init);

static void __exit bfin_i2s_exit(void)
{
snd_soc_unregister_dai(&bfin_i2s_dai);
snd_soc_unregister_dai(&bf5xx_i2s_dai);
}
module_exit(bfin_i2s_exit);

Expand Down

0 comments on commit 1fec0c6

Please sign in to comment.