diff options
Diffstat (limited to 'sound/ppc')
-rw-r--r-- | sound/ppc/snd_ps3.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/ppc/snd_ps3.c b/sound/ppc/snd_ps3.c index 27b61899fe84..af812dc69ece 100644 --- a/sound/ppc/snd_ps3.c +++ b/sound/ppc/snd_ps3.c | |||
@@ -954,6 +954,7 @@ static int __init snd_ps3_driver_probe(struct ps3_system_bus_device *dev) | |||
954 | snd_ps3_init_avsetting(&the_card); | 954 | snd_ps3_init_avsetting(&the_card); |
955 | 955 | ||
956 | /* register the card */ | 956 | /* register the card */ |
957 | snd_card_set_dev(the_card.card, &dev->core); | ||
957 | ret = snd_card_register(the_card.card); | 958 | ret = snd_card_register(the_card.card); |
958 | if (ret < 0) | 959 | if (ret < 0) |
959 | goto clean_dma_map; | 960 | goto clean_dma_map; |