Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
linux
Commits
dbc7be6c
Commit
dbc7be6c
authored
Aug 21, 2003
by
Jaroslav Kysela
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ALSA update
- updated documentation and timestamp
parent
451a4f7b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
Documentation/sound/alsa/DocBook/writing-an-alsa-driver.tmpl
Documentation/sound/alsa/DocBook/writing-an-alsa-driver.tmpl
+2
-2
include/sound/version.h
include/sound/version.h
+1
-1
No files found.
Documentation/sound/alsa/DocBook/writing-an-alsa-driver.tmpl
View file @
dbc7be6c
...
...
@@ -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/sound/version.h
View file @
dbc7be6c
/* 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)"
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment