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
49422ad3
Commit
49422ad3
authored
Apr 29, 2015
by
Mark Brown
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'asoc/fix/intel' into asoc-linus
parents
449f1ca6
8faf141a
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1 addition
and
3 deletions
+1
-3
sound/soc/intel/Makefile
sound/soc/intel/Makefile
+1
-1
sound/soc/intel/baytrail/sst-baytrail-ipc.c
sound/soc/intel/baytrail/sst-baytrail-ipc.c
+0
-1
sound/soc/intel/haswell/sst-haswell-ipc.c
sound/soc/intel/haswell/sst-haswell-ipc.c
+0
-1
No files found.
sound/soc/intel/Makefile
View file @
49422ad3
...
...
@@ -4,7 +4,7 @@ obj-$(CONFIG_SND_SOC_INTEL_SST) += common/
# Platform Support
obj-$(CONFIG_SND_SOC_INTEL_HASWELL)
+=
haswell/
obj-$(CONFIG_SND_SOC_INTEL_BAYTRAIL)
+=
baytrail/
obj-$(CONFIG_SND_S
OC_INTEL_BAYTRAIL
)
+=
atom/
obj-$(CONFIG_SND_S
ST_MFLD_PLATFORM
)
+=
atom/
# Machine support
obj-$(CONFIG_SND_SOC_INTEL_SST)
+=
boards/
sound/soc/intel/baytrail/sst-baytrail-ipc.c
View file @
49422ad3
...
...
@@ -759,7 +759,6 @@ int sst_byt_dsp_init(struct device *dev, struct sst_pdata *pdata)
dsp_new_err:
sst_ipc_fini
(
ipc
);
ipc_init_err:
kfree
(
byt
);
return
err
;
}
...
...
sound/soc/intel/haswell/sst-haswell-ipc.c
View file @
49422ad3
...
...
@@ -2201,7 +2201,6 @@ int sst_hsw_dsp_init(struct device *dev, struct sst_pdata *pdata)
dsp_new_err:
sst_ipc_fini
(
ipc
);
ipc_init_err:
kfree
(
hsw
);
return
ret
;
}
EXPORT_SYMBOL_GPL
(
sst_hsw_dsp_init
);
...
...
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