[alsa-devel] [PATCH] hda: STAC9228 Subsystem update
Added more laptops subsystem id's that have STAC9228 DMIC support. --- Signed-off-by: Matthew Ranostay mranostay@embeddedalley.com
diff -r 43708ece3f6f pci/hda/patch_sigmatel.c --- a/pci/hda/patch_sigmatel.c Tue Nov 06 11:56:17 2007 +0100 +++ b/pci/hda/patch_sigmatel.c Tue Nov 06 14:01:53 2007 -0500 @@ -2921,8 +2921,10 @@ static int patch_stac927x(struct hda_cod }
switch (codec->subsystem_id) { - case 0x1028020A: /* STAC 9228 */ - case 0x10280209: /* STAC 9228 */ + case 0x10280242: /* STAC 9228 */ + case 0x102801f3: + case 0x1028020A: + case 0x10280209: spec->dmic_nids = stac927x_dmic_nids; spec->num_dmics = STAC927X_NUM_DMICS; spec->dmux_nid = 0x1b;
At Tue, 06 Nov 2007 14:17:31 -0500, Matthew Ranostay wrote:
Added more laptops subsystem id's that have STAC9228 DMIC support.
Signed-off-by: Matthew Ranostay mranostay@embeddedalley.com
Applied to ALSA HG tree. Thanks.
Takashi
participants (2)
-
Matthew Ranostay
-
Takashi Iwai