commit | 529bd6c4a63f8468fd66f63fdc22d7070439b3cd | [log] [tgz] |
---|---|---|
author | Takashi Iwai <tiwai@suse.de> | Thu Nov 27 14:17:01 2008 +0100 |
committer | Takashi Iwai <tiwai@suse.de> | Thu Nov 27 14:17:01 2008 +0100 |
tree | 3a45f17bbd45ef3e4ea785ce0bb79e6afef3e438 | |
parent | fee2fba3586f78762ecc5f432dfd3602765a31b3 [diff] |
ALSA: hda - Fix PCM reconfigure The reconfiguration of PCM affected all PCM streams on the bus, but this this should be done rather only for the target codec. This patch does the following: - introduce bitmap indicating the PCM device usages on a hda_bus - refactor the PCM build functions - fix __devinit prefix in some fucntions - add a proper ifdef around HDA-reconfig-specific functions Signed-off-by: Takashi Iwai <tiwai@suse.de>