From: Takashi Iwai Date: Tue, 17 Feb 2015 13:46:40 +0000 (+0100) Subject: ALSA: hda - Embed struct hda_bus_unsolicited into struct hda_bus X-Git-Tag: omap-for-v4.2/o2_dc~120^2~6^2~43^2~36^2~5 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=922c88a8368a61ee93653d4a2888a7f4ce263102;p=pandora-kernel.git ALSA: hda - Embed struct hda_bus_unsolicited into struct hda_bus There is no big merit to handle hda_bus_unsolicited object individually, as it's tightly coupled with the hda_bus object itself. Embedding it makes the code simpler in the end. Signed-off-by: Takashi Iwai --- Reading git-diff-tree failed