]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ALSA: hda - add HDA default codec match function
authorVinod Koul <vinod.koul@intel.com>
Wed, 3 Jun 2015 06:54:31 +0000 (12:24 +0530)
committerTakashi Iwai <tiwai@suse.de>
Wed, 3 Jun 2015 09:58:49 +0000 (11:58 +0200)
commitec71efc9aaa53b8944b119f8bedd0559c8ed5453
tree8fa129032db0ae14c7717b8d26879a6b1c90563a
parent03b135cebc47d75ea2dc346770374ab741966955
ALSA: hda - add HDA default codec match function

HDA codec drivers can be matched using vendor id and revision id typically.
So provide a match function which does this and is loaded when driver hasn't
provided one (default behaviour)

Signed-off-by: Jeeja KP <jeeja.kp@intel.com>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
include/sound/hdaudio.h
sound/hda/hda_bus_type.c