Commit dbc7be6c authored by Jaroslav Kysela's avatar Jaroslav Kysela

ALSA update

  - updated documentation and timestamp
parent 451a4f7b
......@@ -1340,7 +1340,7 @@
}
// PCI IDs
static struct pci_device_id snd_mychip_ids[] __devinitdata = {
static struct pci_device_id snd_mychip_ids[] = {
{ PCI_VENDOR_ID_FOO, PCI_DEVICE_ID_BAR,
PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0, },
....
......@@ -1718,7 +1718,7 @@
<informalexample>
<programlisting>
<![CDATA[
static struct pci_device_id snd_mychip_ids[] __devinitdata = {
static struct pci_device_id snd_mychip_ids[] = {
{ PCI_VENDOR_ID_FOO, PCI_DEVICE_ID_BAR,
PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0, },
....
......
/* include/version.h. Generated by configure. */
#define CONFIG_SND_VERSION "0.9.6"
#define CONFIG_SND_DATE " (Mon Jul 28 11:08:42 2003 UTC)"
#define CONFIG_SND_DATE " (Wed Aug 20 20:27:13 2003 UTC)"
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment