Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 230285
b: refs/heads/master
c: 8ce28bf
h: refs/heads/master
i:
  230283: 941f41d
v: v3
  • Loading branch information
Axel Lin authored and Mark Brown committed Nov 25, 2010
1 parent 96ab937 commit eb19402
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: ab4e57446ff2e0a5c154cb703595d574130dc919
refs/heads/master: 8ce28bfcf25527b228b8dff1d38480e3643a94d1
4 changes: 2 additions & 2 deletions trunk/sound/soc/samsung/neo1973_gta02_wm8753.c
Original file line number Diff line number Diff line change
Expand Up @@ -438,7 +438,7 @@ static int __init neo1973_gta02_init(void)
return -ENOMEM;

/* register bluetooth DAI here */
ret = snd_soc_register_dai(&neo1973_gta02_snd_device->dev, -1, &bt_dai);
ret = snd_soc_register_dai(&neo1973_gta02_snd_device->dev, &bt_dai);
if (ret) {
platform_device_put(neo1973_gta02_snd_device);
return ret;
Expand Down Expand Up @@ -491,7 +491,7 @@ module_init(neo1973_gta02_init);

static void __exit neo1973_gta02_exit(void)
{
snd_soc_unregister_dai(&neo1973_gta02_snd_device->dev, -1);
snd_soc_unregister_dai(&neo1973_gta02_snd_device->dev);
platform_device_unregister(neo1973_gta02_snd_device);
gpio_free(GTA02_GPIO_HP_IN);
gpio_free(GTA02_GPIO_AMP_SHUT);
Expand Down

0 comments on commit eb19402

Please sign in to comment.