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
cc90fd72
Commit
cc90fd72
authored
Mar 14, 2011
by
Takashi Iwai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ALSA: hda - Remove an unused variable in patch_realtek.c
Signed-off-by:
Takashi Iwai
<
tiwai@suse.de
>
parent
699d8995
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
sound/pci/hda/patch_realtek.c
sound/pci/hda/patch_realtek.c
+0
-1
No files found.
sound/pci/hda/patch_realtek.c
View file @
cc90fd72
...
@@ -14056,7 +14056,6 @@ static int patch_alc268(struct hda_codec *codec)
...
@@ -14056,7 +14056,6 @@ static int patch_alc268(struct hda_codec *codec)
if
(
!
spec
->
no_analog
&&
!
spec
->
adc_nids
&&
spec
->
input_mux
)
{
if
(
!
spec
->
no_analog
&&
!
spec
->
adc_nids
&&
spec
->
input_mux
)
{
/* check whether NID 0x07 is valid */
/* check whether NID 0x07 is valid */
unsigned
int
wcap
=
get_wcaps
(
codec
,
0x07
);
unsigned
int
wcap
=
get_wcaps
(
codec
,
0x07
);
int
i
;
spec
->
capsrc_nids
=
alc268_capsrc_nids
;
spec
->
capsrc_nids
=
alc268_capsrc_nids
;
/* get type */
/* get type */
...
...
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