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
nexedi
linux
Commits
a3a85d39
Commit
a3a85d39
authored
May 17, 2011
by
Takashi Iwai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ALSA: hda - Add missing Front/Surround/CLFE as slaves for Cxt auto-parser
Signed-off-by:
Takashi Iwai
<
tiwai@suse.de
>
parent
47ad1f4e
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
sound/pci/hda/patch_conexant.c
sound/pci/hda/patch_conexant.c
+6
-0
No files found.
sound/pci/hda/patch_conexant.c
View file @
a3a85d39
...
...
@@ -475,12 +475,18 @@ static const struct snd_kcontrol_new cxt_beep_mixer[] = {
static
const
char
*
const
slave_vols
[]
=
{
"Headphone Playback Volume"
,
"Speaker Playback Volume"
,
"Front Playback Volume"
,
"Surround Playback Volume"
,
"CLFE Playback Volume"
,
NULL
};
static
const
char
*
const
slave_sws
[]
=
{
"Headphone Playback Switch"
,
"Speaker Playback Switch"
,
"Front Playback Switch"
,
"Surround Playback Switch"
,
"CLFE Playback Switch"
,
NULL
};
...
...
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