commit | 3a91e95969b84a56c7fef15ba25a5f6a17dd94b2 | [log] [tgz] |
---|---|---|
author | Nicolas Pitre <nico@cam.org> | Fri Sep 16 18:46:36 2005 +0200 |
committer | Jaroslav Kysela <perex@suse.cz> | Fri Oct 07 14:45:35 2005 +0200 |
tree | d0e7b135b58ff641630fbe64d05a990638f0a92a | |
parent | 460dc98afc6db255344a06c8da1196e2a2744758 [diff] |
[ALSA] remove bogus match method for ac97_bus AC97 Codec The bus_id is initialized with a generic identifier string which is not really useful for proper driver matching. Let the driver decide what it needs via its probe method instead. Signed-off-by: Nicolas Pitre <nico@cam.org> Signed-off-by: Takashi Iwai <tiwai@suse.de>