Skip to content

Commit

Permalink
[ALSA] hda: STAC9228 Subsystem update
Browse files Browse the repository at this point in the history
Added more laptops subsystem id's that have STAC9228 DMIC support.

Signed-off-by: Matthew Ranostay <mranostay@embeddedalley.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
  • Loading branch information
Matthew Ranostay authored and Jaroslav Kysela committed Jan 31, 2008
1 parent b46be72 commit b222fe5
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions sound/pci/hda/patch_sigmatel.c
Original file line number Diff line number Diff line change
Expand Up @@ -2889,8 +2889,10 @@ static int patch_stac927x(struct hda_codec *codec)
}

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;
Expand Down

0 comments on commit b222fe5

Please sign in to comment.