ALSA: hda - Merge Realtek parser code to generic parser
authorTakashi Iwai <tiwai@suse.de>
Wed, 19 Dec 2012 11:52:06 +0000 (12:52 +0100)
committerTakashi Iwai <tiwai@suse.de>
Sat, 12 Jan 2013 07:30:53 +0000 (08:30 +0100)
commit352f7f914ebb8fe19f9b3f03e7767b04eedf5be3
treeba6fa51a175f698d51ed09f0aafcff869ebd499c
parentfdf52cab88bc76d0826c42d0f7e014d31e4a7445
ALSA: hda - Merge Realtek parser code to generic parser

Finally the whole generic parser code in Realtek driver is moved into
hda_generic.c so that it can be used for generic codec driver.
The old dumb generic driver is replaced.  Yay.

The future plan is to adapt this generic parser for other codecs,
i.e. the codec driver calls the exported functions in generic driver
but adds some codec-specific fixes and setups.

As of this commit, the complete driver code is still duplicated in
Realtek codec driver.  The big code reduction will come from now on.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/hda/hda_generic.c
sound/pci/hda/hda_generic.h [new file with mode: 0644]