Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:42.1
alsa
0050-topology-fix-element-object-type-is-switch...
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File 0050-topology-fix-element-object-type-is-switch.patch of Package alsa
From 1bb4c2fc304515278e6510ba7288b94f99f50bcd Mon Sep 17 00:00:00 2001 From: Liam Girdwood <liam.r.girdwood@linux.intel.com> Date: Tue, 4 Aug 2015 18:06:55 +0100 Subject: [PATCH] topology: fix element object type is switch() Use the correct type for this object. Signed-off-by: Liam Girdwood <liam.r.girdwood@linux.intel.com> Signed-off-by: Takashi Iwai <tiwai@suse.de> --- src/topology/elem.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/topology/elem.c b/src/topology/elem.c index 32ba2c12375b..d7a1fd715d49 100644 --- a/src/topology/elem.c +++ b/src/topology/elem.c @@ -137,7 +137,7 @@ struct tplg_elem* tplg_elem_new_common(snd_tplg_t *tplg, list_add_tail(&elem->list, &tplg->enum_list); obj_size = sizeof(struct snd_soc_tplg_enum_control); break; - case SND_SOC_TPLG_TYPE_MIXER: + case OBJECT_TYPE_MIXER: list_add_tail(&elem->list, &tplg->mixer_list); obj_size = sizeof(struct snd_soc_tplg_mixer_control); break; -- 2.5.3
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor