|
@@ -302,7 +302,7 @@ static struct snd_soc_ops broxton_refcap_ops = {
|
|
|
/* broxton digital audio interface glue - connects codec <--> CPU */
|
|
|
static struct snd_soc_dai_link broxton_dais[] = {
|
|
|
/* Front End DAI links */
|
|
|
- [BXT_DPCM_AUDIO_PB]
|
|
|
+ [BXT_DPCM_AUDIO_PB] =
|
|
|
{
|
|
|
.name = "Bxt Audio Port",
|
|
|
.stream_name = "Audio",
|
|
@@ -318,7 +318,7 @@ static struct snd_soc_dai_link broxton_dais[] = {
|
|
|
.dpcm_playback = 1,
|
|
|
.ops = &broxton_da7219_fe_ops,
|
|
|
},
|
|
|
- [BXT_DPCM_AUDIO_CP]
|
|
|
+ [BXT_DPCM_AUDIO_CP] =
|
|
|
{
|
|
|
.name = "Bxt Audio Capture Port",
|
|
|
.stream_name = "Audio Record",
|
|
@@ -333,7 +333,7 @@ static struct snd_soc_dai_link broxton_dais[] = {
|
|
|
.dpcm_capture = 1,
|
|
|
.ops = &broxton_da7219_fe_ops,
|
|
|
},
|
|
|
- [BXT_DPCM_AUDIO_REF_CP]
|
|
|
+ [BXT_DPCM_AUDIO_REF_CP] =
|
|
|
{
|
|
|
.name = "Bxt Audio Reference cap",
|
|
|
.stream_name = "Refcap",
|
|
@@ -362,7 +362,7 @@ static struct snd_soc_dai_link broxton_dais[] = {
|
|
|
.dynamic = 1,
|
|
|
.ops = &broxton_dmic_ops,
|
|
|
},
|
|
|
- [BXT_DPCM_AUDIO_HDMI1_PB]
|
|
|
+ [BXT_DPCM_AUDIO_HDMI1_PB] =
|
|
|
{
|
|
|
.name = "Bxt HDMI Port1",
|
|
|
.stream_name = "Hdmi1",
|
|
@@ -375,7 +375,7 @@ static struct snd_soc_dai_link broxton_dais[] = {
|
|
|
.nonatomic = 1,
|
|
|
.dynamic = 1,
|
|
|
},
|
|
|
- [BXT_DPCM_AUDIO_HDMI2_PB]
|
|
|
+ [BXT_DPCM_AUDIO_HDMI2_PB] =
|
|
|
{
|
|
|
.name = "Bxt HDMI Port2",
|
|
|
.stream_name = "Hdmi2",
|
|
@@ -388,7 +388,7 @@ static struct snd_soc_dai_link broxton_dais[] = {
|
|
|
.nonatomic = 1,
|
|
|
.dynamic = 1,
|
|
|
},
|
|
|
- [BXT_DPCM_AUDIO_HDMI3_PB]
|
|
|
+ [BXT_DPCM_AUDIO_HDMI3_PB] =
|
|
|
{
|
|
|
.name = "Bxt HDMI Port3",
|
|
|
.stream_name = "Hdmi3",
|