Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 56173
b: refs/heads/master
c: c45e20e
h: refs/heads/master
i:
  56171: 27a98ac
v: v3
  • Loading branch information
Abhijit Bhopatkar authored and Jaroslav Kysela committed May 11, 2007
1 parent bff35b2 commit c56e9d2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 5d0cedee53938832acc4a5081658f0ce31680c0f
refs/heads/master: c45e20eb214648014d2df54ddb9f8665b231629f
3 changes: 3 additions & 0 deletions trunk/sound/pci/hda/patch_sigmatel.c
Original file line number Diff line number Diff line change
Expand Up @@ -1911,6 +1911,9 @@ static int patch_stac922x(struct hda_codec *codec)
*/
printk(KERN_INFO "hda_codec: STAC922x, Apple subsys_id=%x\n", codec->subsystem_id);
switch (codec->subsystem_id) {
case 0x106b0a00: /* MacBook First generatoin */
spec->board_config = STAC_MACBOOK;
break;
case 0x106b0200: /* MacBook Pro first generation */
spec->board_config = STAC_MACBOOK_PRO_V1;
break;
Expand Down

0 comments on commit c56e9d2

Please sign in to comment.