ALSA: hda - Embed struct hda_bus_unsolicited into struct hda_bus
authorTakashi Iwai <tiwai@suse.de>
Tue, 17 Feb 2015 13:46:40 +0000 (14:46 +0100)
committerTakashi Iwai <tiwai@suse.de>
Tue, 17 Feb 2015 13:46:40 +0000 (14:46 +0100)
commit922c88a8368a61ee93653d4a2888a7f4ce263102
treeab75d851d8d609bef5a3baf4d30a9f1547fd6a1b
parentef7449780ebb596b47d5019eb7ba7878c30a3404
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 <tiwai@suse.de>
sound/pci/hda/hda_codec.c
sound/pci/hda/hda_codec.h
sound/pci/hda/hda_local.h
This page took 0.024258 seconds and 5 git commands to generate.