Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
linux-seco-imx
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Iterations
Jira
Code
Merge requests
13
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Clea OS
bsp
nxp
linux-seco-imx
Commits
8c0bad7f
Commit
8c0bad7f
authored
16 years ago
by
Mark Brown
Browse files
Options
Downloads
Patches
Plain Diff
ASoC: Use snd_soc_dapm_nc_pin() in at91sam9g20ek
Signed-off-by:
Mark Brown
<
broonie@opensource.wolfsonmicro.com
>
parent
2f423577
Loading
Loading
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
sound/soc/atmel/sam9g20_wm8731.c
+2
-2
2 additions, 2 deletions
sound/soc/atmel/sam9g20_wm8731.c
with
2 additions
and
2 deletions
sound/soc/atmel/sam9g20_wm8731.c
+
2
−
2
View file @
8c0bad7f
...
...
@@ -221,8 +221,8 @@ static int at91sam9g20ek_wm8731_init(struct snd_soc_codec *codec)
snd_soc_dapm_add_routes
(
codec
,
intercon
,
ARRAY_SIZE
(
intercon
));
/* not connected */
snd_soc_dapm_
disable
_pin
(
codec
,
"RLINEIN"
);
snd_soc_dapm_
disable
_pin
(
codec
,
"LLINEIN"
);
snd_soc_dapm_
nc
_pin
(
codec
,
"RLINEIN"
);
snd_soc_dapm_
nc
_pin
(
codec
,
"LLINEIN"
);
/* always connected */
snd_soc_dapm_enable_pin
(
codec
,
"Int Mic"
);
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment