ALSA: ctxfi: initialized snd_card

initialized the reference of snd_card which was added to the various
structures through the previous patch of the series.
these references of snd_card will be used in a later patch to convert
the pr_* macros to dev_*

Signed-off-by: Sudip Mukherjee <sudip@vectorindia.org>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
Sudip Mukherjee
2014-09-29 14:33:24 +05:30
committed by Takashi Iwai
parent 3d0fdc86e4
commit e5347f9ab7
4 changed files with 6 additions and 0 deletions

View File

@@ -1333,6 +1333,7 @@ static int atc_create_hw_devs(struct ct_atc *atc)
pr_err("Failed to create hw obj!!!\n");
return err;
}
hw->card = atc->card;
atc->hw = hw;
/* Initialize card hardware. */