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
7b03d1d9
Commit
7b03d1d9
authored
Aug 09, 2012
by
Takashi Iwai
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'topic/hda-probe-defer' into for-next
Fix a build error when CONFIG_SND_HDA_PATCH_LOADER isn't set.
parents
5f189089
97c6a3d1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
sound/pci/hda/hda_intel.c
sound/pci/hda/hda_intel.c
+2
-0
No files found.
sound/pci/hda/hda_intel.c
View file @
7b03d1d9
...
@@ -3159,6 +3159,7 @@ static void power_down_all_codecs(struct azx *chip)
...
@@ -3159,6 +3159,7 @@ static void power_down_all_codecs(struct azx *chip)
#endif
#endif
}
}
#ifdef CONFIG_SND_HDA_PATCH_LOADER
/* callback from request_firmware_nowait() */
/* callback from request_firmware_nowait() */
static
void
azx_firmware_cb
(
const
struct
firmware
*
fw
,
void
*
context
)
static
void
azx_firmware_cb
(
const
struct
firmware
*
fw
,
void
*
context
)
{
{
...
@@ -3183,6 +3184,7 @@ static void azx_firmware_cb(const struct firmware *fw, void *context)
...
@@ -3183,6 +3184,7 @@ static void azx_firmware_cb(const struct firmware *fw, void *context)
snd_card_free
(
card
);
snd_card_free
(
card
);
pci_set_drvdata
(
pci
,
NULL
);
pci_set_drvdata
(
pci
,
NULL
);
}
}
#endif
static
int
__devinit
azx_probe
(
struct
pci_dev
*
pci
,
static
int
__devinit
azx_probe
(
struct
pci_dev
*
pci
,
const
struct
pci_device_id
*
pci_id
)
const
struct
pci_device_id
*
pci_id
)
...
...
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