[alsa-devel] [patch] kernel-sync
Trent Piepho
xyzzy at speakeasy.org
Fri Aug 24 06:05:08 CEST 2007
Here's patch for alsa-kernel to sync bt87x.c with the git kernel, from
commit cf784d554fdb94f21671830135dba56b507126cf
Or maybe process is to wait for 2.6.23 to be released, and then sync to
that?
I have some more patch to bt87x, but I'm waiting for this to appear in
alsa-kernel so I can base them off it.
-------------- next part --------------
# HG changeset patch
# User Trent Piepho <xyzzy at speakeasy.org>
# Date 1187927725 25200
# Node ID d5d165f9280206cb3817eb7eb3f902775ff790cf
# Parent 409d36cdf3b2bc5a7bd9e4fc950c5b3d310d6d5a
kernel-sync
diff -r 409d36cdf3b2 -r d5d165f92802 pci/bt87x.c
--- a/pci/bt87x.c Wed Aug 22 09:45:03 2007 +0200
+++ b/pci/bt87x.c Thu Aug 23 20:55:25 2007 -0700
@@ -754,6 +754,8 @@ static struct pci_device_id snd_bt87x_id
BT_DEVICE(PCI_DEVICE_ID_BROOKTREE_879, 0x0070, 0x13eb, 32000),
/* Viewcast Osprey 200 */
BT_DEVICE(PCI_DEVICE_ID_BROOKTREE_878, 0x0070, 0xff01, 44100),
+ /* Viewcast Osprey 440 (rate is configurable via gpio) */
+ BT_DEVICE(PCI_DEVICE_ID_BROOKTREE_878, 0x0070, 0xff07, 32000),
/* ATI TV-Wonder */
BT_DEVICE(PCI_DEVICE_ID_BROOKTREE_878, 0x1002, 0x0001, 32000),
/* Leadtek Winfast tv 2000xp delux */
More information about the Alsa-devel
mailing list