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
bd5b2d44
Commit
bd5b2d44
authored
May 02, 2015
by
Takashi Iwai
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'topic/jack' into for-next
parents
3d716a0a
973109ca
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
11 deletions
+1
-11
sound/pci/hda/Kconfig
sound/pci/hda/Kconfig
+1
-9
sound/pci/hda/hda_codec.h
sound/pci/hda/hda_codec.h
+0
-2
No files found.
sound/pci/hda/Kconfig
View file @
bd5b2d44
...
...
@@ -4,7 +4,7 @@ config SND_HDA
tristate
select SND_PCM
select SND_VMASTER
select SND_JACK
select SND_JACK
if INPUT=y || INPUT=SND
select SND_HDA_CORE
config SND_HDA_INTEL
...
...
@@ -84,14 +84,6 @@ config SND_HDA_INPUT_BEEP_MODE
Set 1 to always enable the digital beep interface for HD-audio by
default.
config SND_HDA_INPUT_JACK
bool "Support jack plugging notification via input layer"
depends on INPUT=y || INPUT=SND
select SND_JACK
help
Say Y here to enable the jack plugging notification via
input layer.
config SND_HDA_PATCH_LOADER
bool "Support initialization patch loading for HD-audio"
select FW_LOADER
...
...
sound/pci/hda/hda_codec.h
View file @
bd5b2d44
...
...
@@ -274,10 +274,8 @@ struct hda_codec {
unsigned
long
jackpoll_interval
;
/* In jiffies. Zero means no poll, rely on unsol events */
struct
delayed_work
jackpoll_work
;
#ifdef CONFIG_SND_HDA_INPUT_JACK
/* jack detection */
struct
snd_array
jacks
;
#endif
int
depop_delay
;
/* depop delay in ms, -1 for default delay time */
...
...
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