Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 285676
b: refs/heads/master
c: 2a5fc87
h: refs/heads/master
v: v3
  • Loading branch information
Gareth Williams authored and Mauro Carvalho Chehab committed Jan 5, 2012
1 parent 168f564 commit 5f1b818
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 53844c4fc7912fef2f56c1b3f851b30c8ebd1d8a
refs/heads/master: 2a5fc873d6a1976b7ed47f074fc46abb9f822e32
2 changes: 1 addition & 1 deletion trunk/drivers/media/video/em28xx/em28xx-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -568,7 +568,7 @@ int em28xx_audio_setup(struct em28xx *dev)
em28xx_warn("AC97 features = 0x%04x\n", feat);

/* Try to identify what audio processor we have */
if ((vid == 0xffffffff) && (feat == 0x6a90))
if (((vid == 0xffffffff) || (vid == 0x83847650)) && (feat == 0x6a90))
dev->audio_mode.ac97 = EM28XX_AC97_EM202;
else if ((vid >> 8) == 0x838476)
dev->audio_mode.ac97 = EM28XX_AC97_SIGMATEL;
Expand Down

0 comments on commit 5f1b818

Please sign in to comment.