Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
Linux
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
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
jan.koester
Linux
Commits
660c63a4
Commit
660c63a4
authored
15 years ago
by
Mark Brown
Browse files
Options
Downloads
Plain Diff
Merge branch 'for-2.6.33' into for-2.6.34
parents
640b796f
5bbd4953
Loading
Loading
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
sound/soc/codecs/tlv320aic23.c
+1
-1
1 addition, 1 deletion
sound/soc/codecs/tlv320aic23.c
sound/soc/omap/Makefile
+1
-1
1 addition, 1 deletion
sound/soc/omap/Makefile
with
2 additions
and
2 deletions
sound/soc/codecs/tlv320aic23.c
+
1
−
1
View file @
660c63a4
...
@@ -627,7 +627,7 @@ static int tlv320aic23_resume(struct platform_device *pdev)
...
@@ -627,7 +627,7 @@ static int tlv320aic23_resume(struct platform_device *pdev)
u16
reg
;
u16
reg
;
/* Sync reg_cache with the hardware */
/* Sync reg_cache with the hardware */
for
(
reg
=
0
;
reg
<
TLV320AIC23_
RESET
;
reg
++
)
{
for
(
reg
=
0
;
reg
<
=
TLV320AIC23_
ACTIVE
;
reg
++
)
{
u16
val
=
tlv320aic23_read_reg_cache
(
codec
,
reg
);
u16
val
=
tlv320aic23_read_reg_cache
(
codec
,
reg
);
tlv320aic23_write
(
codec
,
reg
,
val
);
tlv320aic23_write
(
codec
,
reg
,
val
);
}
}
...
...
This diff is collapsed.
Click to expand it.
sound/soc/omap/Makefile
+
1
−
1
View file @
660c63a4
...
@@ -25,7 +25,7 @@ obj-$(CONFIG_SND_OMAP_SOC_OSK5912) += snd-soc-osk5912.o
...
@@ -25,7 +25,7 @@ obj-$(CONFIG_SND_OMAP_SOC_OSK5912) += snd-soc-osk5912.o
obj-$(CONFIG_SND_OMAP_SOC_OVERO)
+=
snd-soc-overo.o
obj-$(CONFIG_SND_OMAP_SOC_OVERO)
+=
snd-soc-overo.o
obj-$(CONFIG_SND_OMAP_SOC_OMAP2EVM)
+=
snd-soc-omap2evm.o
obj-$(CONFIG_SND_OMAP_SOC_OMAP2EVM)
+=
snd-soc-omap2evm.o
obj-$(CONFIG_SND_OMAP_SOC_OMAP3EVM)
+=
snd-soc-omap3evm.o
obj-$(CONFIG_SND_OMAP_SOC_OMAP3EVM)
+=
snd-soc-omap3evm.o
obj-$(CONFIG_SND_OMAP_SOC_
OMAP
3517EVM)
+=
snd-soc-am3517evm.o
obj-$(CONFIG_SND_OMAP_SOC_
AM
3517EVM)
+=
snd-soc-am3517evm.o
obj-$(CONFIG_SND_OMAP_SOC_SDP3430)
+=
snd-soc-sdp3430.o
obj-$(CONFIG_SND_OMAP_SOC_SDP3430)
+=
snd-soc-sdp3430.o
obj-$(CONFIG_SND_OMAP_SOC_OMAP3_PANDORA)
+=
snd-soc-omap3pandora.o
obj-$(CONFIG_SND_OMAP_SOC_OMAP3_PANDORA)
+=
snd-soc-omap3pandora.o
obj-$(CONFIG_SND_OMAP_SOC_OMAP3_BEAGLE)
+=
snd-soc-omap3beagle.o
obj-$(CONFIG_SND_OMAP_SOC_OMAP3_BEAGLE)
+=
snd-soc-omap3beagle.o
...
...
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