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
a72f6595
Commit
a72f6595
authored
Dec 03, 2015
by
Takashi Iwai
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'for-linus' into for-next
parents
b03d61d6
bcdda2ec
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
2 deletions
+9
-2
sound/pci/hda/patch_conexant.c
sound/pci/hda/patch_conexant.c
+3
-2
sound/pci/hda/patch_hdmi.c
sound/pci/hda/patch_hdmi.c
+6
-0
No files found.
sound/pci/hda/patch_conexant.c
View file @
a72f6595
...
@@ -958,6 +958,7 @@ static int patch_conexant_auto(struct hda_codec *codec)
...
@@ -958,6 +958,7 @@ static int patch_conexant_auto(struct hda_codec *codec)
*/
*/
static
const
struct
hda_device_id
snd_hda_id_conexant
[]
=
{
static
const
struct
hda_device_id
snd_hda_id_conexant
[]
=
{
HDA_CODEC_ENTRY
(
0x14f12008
,
"CX8200"
,
patch_conexant_auto
),
HDA_CODEC_ENTRY
(
0x14f15045
,
"CX20549 (Venice)"
,
patch_conexant_auto
),
HDA_CODEC_ENTRY
(
0x14f15045
,
"CX20549 (Venice)"
,
patch_conexant_auto
),
HDA_CODEC_ENTRY
(
0x14f15047
,
"CX20551 (Waikiki)"
,
patch_conexant_auto
),
HDA_CODEC_ENTRY
(
0x14f15047
,
"CX20551 (Waikiki)"
,
patch_conexant_auto
),
HDA_CODEC_ENTRY
(
0x14f15051
,
"CX20561 (Hermosa)"
,
patch_conexant_auto
),
HDA_CODEC_ENTRY
(
0x14f15051
,
"CX20561 (Hermosa)"
,
patch_conexant_auto
),
...
@@ -975,9 +976,9 @@ static const struct hda_device_id snd_hda_id_conexant[] = {
...
@@ -975,9 +976,9 @@ static const struct hda_device_id snd_hda_id_conexant[] = {
HDA_CODEC_ENTRY
(
0x14f150ac
,
"CX20652"
,
patch_conexant_auto
),
HDA_CODEC_ENTRY
(
0x14f150ac
,
"CX20652"
,
patch_conexant_auto
),
HDA_CODEC_ENTRY
(
0x14f150b8
,
"CX20664"
,
patch_conexant_auto
),
HDA_CODEC_ENTRY
(
0x14f150b8
,
"CX20664"
,
patch_conexant_auto
),
HDA_CODEC_ENTRY
(
0x14f150b9
,
"CX20665"
,
patch_conexant_auto
),
HDA_CODEC_ENTRY
(
0x14f150b9
,
"CX20665"
,
patch_conexant_auto
),
HDA_CODEC_ENTRY
(
0x14f150f1
,
"CX2
0721
"
,
patch_conexant_auto
),
HDA_CODEC_ENTRY
(
0x14f150f1
,
"CX2
1722
"
,
patch_conexant_auto
),
HDA_CODEC_ENTRY
(
0x14f150f2
,
"CX20722"
,
patch_conexant_auto
),
HDA_CODEC_ENTRY
(
0x14f150f2
,
"CX20722"
,
patch_conexant_auto
),
HDA_CODEC_ENTRY
(
0x14f150f3
,
"CX2
0723
"
,
patch_conexant_auto
),
HDA_CODEC_ENTRY
(
0x14f150f3
,
"CX2
1724
"
,
patch_conexant_auto
),
HDA_CODEC_ENTRY
(
0x14f150f4
,
"CX20724"
,
patch_conexant_auto
),
HDA_CODEC_ENTRY
(
0x14f150f4
,
"CX20724"
,
patch_conexant_auto
),
HDA_CODEC_ENTRY
(
0x14f1510f
,
"CX20751/2"
,
patch_conexant_auto
),
HDA_CODEC_ENTRY
(
0x14f1510f
,
"CX20751/2"
,
patch_conexant_auto
),
HDA_CODEC_ENTRY
(
0x14f15110
,
"CX20751/2"
,
patch_conexant_auto
),
HDA_CODEC_ENTRY
(
0x14f15110
,
"CX20751/2"
,
patch_conexant_auto
),
...
...
sound/pci/hda/patch_hdmi.c
View file @
a72f6595
...
@@ -2352,6 +2352,12 @@ static void intel_pin_eld_notify(void *audio_ptr, int port)
...
@@ -2352,6 +2352,12 @@ static void intel_pin_eld_notify(void *audio_ptr, int port)
struct
hda_codec
*
codec
=
audio_ptr
;
struct
hda_codec
*
codec
=
audio_ptr
;
int
pin_nid
=
port
+
0x04
;
int
pin_nid
=
port
+
0x04
;
/* skip notification during system suspend (but not in runtime PM);
* the state will be updated at resume
*/
if
(
snd_power_get_state
(
codec
->
card
)
!=
SNDRV_CTL_POWER_D0
)
return
;
check_presence_and_report
(
codec
,
pin_nid
);
check_presence_and_report
(
codec
,
pin_nid
);
}
}
...
...
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