commit | 5647aec26640ffdf099d51b3403eaeac10d74147 | [log] [tgz] |
---|---|---|
author | Takashi Iwai <tiwai@suse.de> | Tue Jan 31 08:14:34 2017 +0100 |
committer | Takashi Iwai <tiwai@suse.de> | Fri Feb 03 17:30:26 2017 +0100 |
tree | d7d1246ea60f2ade27a4f4277d7e80211d808bef | |
parent | dae15a9d960e513d5b60c00c306cddd87465f1c4 [diff] |
ALSA: x86: Embed snd_intelhad into snd_card Instead of allocating snd_intelhad struct, use the card's private_data and embed it. It simplifies the code a lot. While we're at it, embed had_stream into snd_intelhad struct instead of individually allocating, and rename had_pvt_data to a bit more specific name, had_stream_data. Signed-off-by: Takashi Iwai <tiwai@suse.de>