]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit93b0a119c20d12ccf4a7fa824b2cb921044a5359
treeba6fa51a175f698d51ed09f0aafcff869ebd499c
parent4c5662d38ab63be609e537e51da84ec7c08502a9
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]