]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
ALSA: hda - Manage each codec instance individually
authorTakashi Iwai <tiwai@suse.de>
Wed, 19 Feb 2014 10:41:09 +0000 (11:41 +0100)
committerTakashi Iwai <tiwai@suse.de>
Tue, 25 Feb 2014 11:12:53 +0000 (12:12 +0100)
commit2565c89908850337940d1f55dd015f229788de1e
treed751d61c7d8ab20cb5a8d8f83d0dc315d1d8a943
parent72620d6048445bda3f748c97fb2f18e47b19a9e5
ALSA: hda - Manage each codec instance individually

Now each snd_hda_codec instance is managed via the device chain, the
registration and release are done by its callback instead of calling
from bus.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/hda/hda_codec.c