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
6331d77e
Commit
6331d77e
authored
Dec 20, 2017
by
Mark Brown
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'asoc/fix/intel' into asoc-linus
parents
1291a0d5
4362934a
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
13 additions
and
8 deletions
+13
-8
sound/soc/intel/boards/kbl_rt5663_max98927.c
sound/soc/intel/boards/kbl_rt5663_max98927.c
+1
-1
sound/soc/intel/boards/kbl_rt5663_rt5514_max98927.c
sound/soc/intel/boards/kbl_rt5663_rt5514_max98927.c
+1
-1
sound/soc/intel/skylake/skl-nhlt.c
sound/soc/intel/skylake/skl-nhlt.c
+10
-5
sound/soc/intel/skylake/skl-topology.c
sound/soc/intel/skylake/skl-topology.c
+1
-1
No files found.
sound/soc/intel/boards/kbl_rt5663_max98927.c
View file @
6331d77e
...
@@ -101,7 +101,7 @@ static const struct snd_soc_dapm_route kabylake_map[] = {
...
@@ -101,7 +101,7 @@ static const struct snd_soc_dapm_route kabylake_map[] = {
{
"ssp0 Tx"
,
NULL
,
"spk_out"
},
{
"ssp0 Tx"
,
NULL
,
"spk_out"
},
{
"AIF Playback"
,
NULL
,
"ssp1 Tx"
},
{
"AIF Playback"
,
NULL
,
"ssp1 Tx"
},
{
"ssp1 Tx"
,
NULL
,
"
hs
_out"
},
{
"ssp1 Tx"
,
NULL
,
"
codec1
_out"
},
{
"hs_in"
,
NULL
,
"ssp1 Rx"
},
{
"hs_in"
,
NULL
,
"ssp1 Rx"
},
{
"ssp1 Rx"
,
NULL
,
"AIF Capture"
},
{
"ssp1 Rx"
,
NULL
,
"AIF Capture"
},
...
...
sound/soc/intel/boards/kbl_rt5663_rt5514_max98927.c
View file @
6331d77e
...
@@ -109,7 +109,7 @@ static const struct snd_soc_dapm_route kabylake_map[] = {
...
@@ -109,7 +109,7 @@ static const struct snd_soc_dapm_route kabylake_map[] = {
{
"ssp0 Tx"
,
NULL
,
"spk_out"
},
{
"ssp0 Tx"
,
NULL
,
"spk_out"
},
{
"AIF Playback"
,
NULL
,
"ssp1 Tx"
},
{
"AIF Playback"
,
NULL
,
"ssp1 Tx"
},
{
"ssp1 Tx"
,
NULL
,
"
hs
_out"
},
{
"ssp1 Tx"
,
NULL
,
"
codec1
_out"
},
{
"hs_in"
,
NULL
,
"ssp1 Rx"
},
{
"hs_in"
,
NULL
,
"ssp1 Rx"
},
{
"ssp1 Rx"
,
NULL
,
"AIF Capture"
},
{
"ssp1 Rx"
,
NULL
,
"AIF Capture"
},
...
...
sound/soc/intel/skylake/skl-nhlt.c
View file @
6331d77e
...
@@ -119,11 +119,16 @@ static bool skl_check_ep_match(struct device *dev, struct nhlt_endpoint *epnt,
...
@@ -119,11 +119,16 @@ static bool skl_check_ep_match(struct device *dev, struct nhlt_endpoint *epnt,
if
((
epnt
->
virtual_bus_id
==
instance_id
)
&&
if
((
epnt
->
virtual_bus_id
==
instance_id
)
&&
(
epnt
->
linktype
==
link_type
)
&&
(
epnt
->
linktype
==
link_type
)
&&
(
epnt
->
direction
==
dirn
)
&&
(
epnt
->
direction
==
dirn
))
{
(
epnt
->
device_type
==
dev_type
))
/* do not check dev_type for DMIC link type */
return
true
;
if
(
epnt
->
linktype
==
NHLT_LINK_DMIC
)
else
return
true
;
return
false
;
if
(
epnt
->
device_type
==
dev_type
)
return
true
;
}
return
false
;
}
}
struct
nhlt_specific_cfg
struct
nhlt_specific_cfg
...
...
sound/soc/intel/skylake/skl-topology.c
View file @
6331d77e
...
@@ -2908,7 +2908,7 @@ static int skl_tplg_control_load(struct snd_soc_component *cmpnt,
...
@@ -2908,7 +2908,7 @@ static int skl_tplg_control_load(struct snd_soc_component *cmpnt,
break
;
break
;
default:
default:
dev_
warn
(
bus
->
dev
,
"Control load not supported %d:%d:%d
\n
"
,
dev_
dbg
(
bus
->
dev
,
"Control load not supported %d:%d:%d
\n
"
,
hdr
->
ops
.
get
,
hdr
->
ops
.
put
,
hdr
->
ops
.
info
);
hdr
->
ops
.
get
,
hdr
->
ops
.
put
,
hdr
->
ops
.
info
);
break
;
break
;
}
}
...
...
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