Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
linux-davinci
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
linux
linux-davinci
Commits
d195658b
Commit
d195658b
authored
Jul 30, 2009
by
Takashi Iwai
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'fix/hda' into topic/hda
parents
fefd67f3
78735cff
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
sound/pci/hda/hda_eld.c
sound/pci/hda/hda_eld.c
+2
-2
sound/pci/hda/patch_sigmatel.c
sound/pci/hda/patch_sigmatel.c
+2
-0
No files found.
sound/pci/hda/hda_eld.c
View file @
d195658b
...
...
@@ -508,7 +508,7 @@ static void hdmi_write_eld_info(struct snd_info_entry *entry,
char
name
[
64
];
char
*
sname
;
long
long
val
;
int
n
;
unsigned
int
n
;
while
(
!
snd_info_get_line
(
buffer
,
line
,
sizeof
(
line
)))
{
if
(
sscanf
(
line
,
"%s %llx"
,
name
,
&
val
)
!=
2
)
...
...
@@ -539,7 +539,7 @@ static void hdmi_write_eld_info(struct snd_info_entry *entry,
sname
++
;
n
=
10
*
n
+
name
[
4
]
-
'0'
;
}
if
(
n
<
0
||
n
>
31
)
/* double the CEA limit */
if
(
n
>=
ELD_MAX_SAD
)
continue
;
if
(
!
strcmp
(
sname
,
"_coding_type"
))
e
->
sad
[
n
].
format
=
val
;
...
...
sound/pci/hda/patch_sigmatel.c
View file @
d195658b
...
...
@@ -1794,6 +1794,8 @@ static struct snd_pci_quirk stac92hd73xx_cfg_tbl[] = {
"Dell Studio 1537"
,
STAC_DELL_M6_DMIC
),
SND_PCI_QUIRK
(
PCI_VENDOR_ID_DELL
,
0x02a0
,
"Dell Studio 17"
,
STAC_DELL_M6_DMIC
),
SND_PCI_QUIRK
(
PCI_VENDOR_ID_DELL
,
0x02be
,
"Dell Studio 1555"
,
STAC_DELL_M6_DMIC
),
{}
/* terminator */
};
...
...
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