All of lore.kernel.org
 help / color / mirror / Atom feed
* Fixes for identifying VT1617 codec and MSI-7142 mobo
@ 2005-08-07 18:41 Philip Prindeville
  2005-08-07 19:27 ` Sergey Vlasov
  0 siblings, 1 reply; 25+ messages in thread
From: Philip Prindeville @ 2005-08-07 18:41 UTC (permalink / raw)
  To: alsa-devel

[-- Attachment #1: Type: text/plain, Size: 125 bytes --]

Hi.

Can we please commit this minor fixes to the tree?  I've been
using them and they seem to work fine.

Thanks,

-Philip


[-- Attachment #2: vt1617.patch --]
[-- Type: text/x-patch, Size: 2518 bytes --]

*** alsa-kernel/pci/via82xx.c.bak	2005-05-27 04:10:18.000000000 -0600
--- alsa-kernel/pci/via82xx.c	2005-07-25 20:33:51.000000000 -0600
***************
*** 2174,2179 ****
--- 2174,2180 ----
  		{ .vendor = 0x1462, .device = 0x5901, .action = VIA_DXS_NO_VRA }, /* MSI KT6 Delta-SR */
  		{ .vendor = 0x1462, .device = 0x7023, .action = VIA_DXS_NO_VRA }, /* MSI K8T Neo2-FI */
  		{ .vendor = 0x1462, .device = 0x7120, .action = VIA_DXS_ENABLE }, /* MSI KT4V */
+ 		{ .vendor = 0x1462, .device = 0x7142, .action = VIA_DXS_ENABLE }, /* MSI K8MM-V */
  		{ .vendor = 0x147b, .device = 0x1401, .action = VIA_DXS_ENABLE }, /* ABIT KD7(-RAID) */
  		{ .vendor = 0x147b, .device = 0x1411, .action = VIA_DXS_ENABLE }, /* ABIT VA-20 */
  		{ .vendor = 0x147b, .device = 0x1413, .action = VIA_DXS_ENABLE }, /* ABIT KV8 Pro */
*** alsa-kernel/pci/ac97/ac97_codec.c.bak	2005-04-25 04:22:20.000000000 -0600
--- alsa-kernel/pci/ac97/ac97_codec.c	2005-07-29 21:46:21.000000000 -0600
***************
*** 157,162 ****
--- 157,163 ----
  { 0x54524123, 0xffffffff, "TR28602",		NULL,		NULL }, // only guess --jk [TR28023 = eMicro EM28023 (new CT1297)]
  { 0x54584e20, 0xffffffff, "TLC320AD9xC",	NULL,		NULL },
  { 0x56494161, 0xffffffff, "VIA1612A",		NULL,		NULL }, // modified ICE1232 with S/PDIF
+ { 0x56494170, 0xffffffff, "VIA1617A",		patch_vt1617a,	NULL }, // modified VT1616 with S/PDIF
  { 0x57454301, 0xffffffff, "W83971D",		NULL,		NULL },
  { 0x574d4c00, 0xffffffff, "WM9701A",		NULL,		NULL },
  { 0x574d4C03, 0xffffffff, "WM9703,WM9707,WM9708,WM9717", patch_wolfson03, NULL},
*** alsa-kernel/pci/ac97/ac97_patch.c.bak	2005-05-27 03:42:45.000000000 -0600
--- alsa-kernel/pci/ac97/ac97_patch.c	2005-07-29 22:55:50.000000000 -0600
***************
*** 558,563 ****
--- 558,573 ----
  }
  
  /*
+  * VT1617A codec
+  */
+ int patch_vt1617a(ac97_t * ac97)
+ {
+ 	ac97->ext_id |= AC97_EI_SPDIF;	/* force the detection of spdif */
+ 	ac97->rates[AC97_RATES_SPDIF] = SNDRV_PCM_RATE_44100 | SNDRV_PCM_RATE_48000;
+ 	return 0;
+ }
+ 
+ /*
   * Sigmatel STAC97xx codecs
   */
  static int patch_sigmatel_stac9700_3d(ac97_t * ac97)
*** alsa-kernel/pci/ac97/ac97_patch.h.bak	2005-04-07 08:53:20.000000000 -0600
--- alsa-kernel/pci/ac97/ac97_patch.h	2005-07-29 21:43:28.000000000 -0600
***************
*** 56,60 ****
--- 56,61 ----
  int patch_cm9761(ac97_t * ac97);
  int patch_cm9780(ac97_t * ac97);
  int patch_vt1616(ac97_t * ac97);
+ int patch_vt1617a(ac97_t * ac97);
  int patch_it2646(ac97_t * ac97);
  int mpatch_si3036(ac97_t * ac97);

^ permalink raw reply	[flat|nested] 25+ messages in thread

end of thread, other threads:[~2005-08-15 12:35 UTC | newest]

Thread overview: 25+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-08-07 18:41 Fixes for identifying VT1617 codec and MSI-7142 mobo Philip Prindeville
2005-08-07 19:27 ` Sergey Vlasov
2005-08-08 16:16   ` Philip Prindeville
2005-08-08 16:42     ` Takashi Iwai
     [not found]       ` <42F8F69D.2050302@redfish-solutions.com>
2005-08-11 10:42         ` Takashi Iwai
2005-08-11 19:21           ` Philip Prindeville
2005-08-12 14:40             ` Takashi Iwai
2005-08-12 14:49               ` Takashi Iwai
2005-08-12 17:08                 ` Philip Prindeville
2005-08-12 17:27                   ` Takashi Iwai
2005-08-12 17:31                     ` Philip Prindeville
2005-08-12 17:32                       ` Takashi Iwai
2005-08-12 17:38                         ` Philip Prindeville
2005-08-12 17:41                           ` Takashi Iwai
2005-08-12 18:12                             ` Philip Prindeville
2005-08-12 18:29                               ` Takashi Iwai
2005-08-12 19:37                                 ` Philip Prindeville
2005-08-12 19:49                                   ` Philip Prindeville
2005-08-15 12:35                                     ` Takashi Iwai
2005-08-12 15:18               ` Philip Prindeville
2005-08-12 15:26                 ` Lee Revell
2005-08-12 15:28                   ` Philip Prindeville
2005-08-12 15:29                   ` Philip Prindeville
2005-08-12 15:33                   ` Takashi Iwai
     [not found]                     ` <42FCD233.5010907@redfish-solutions.com>
2005-08-12 16:52                       ` Takashi Iwai

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.