diff options
author | Takashi Iwai <tiwai@suse.de> | 2019-01-29 11:07:24 +0100 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2019-01-29 11:07:48 +0100 |
commit | 286406c2e198b199c348447b3a7c54c6324db147 (patch) | |
tree | a193b6e6590e268ba46fe876146c3545d03599c0 /include | |
parent | b2e9e1c8810ee05c95f4d55800b8afae70ab01b4 (diff) | |
parent | e190161f96b88ffae870405fd6c3fdd1d2e7f98d (diff) |
Merge branch 'for-linus' into for-next
Pull 5.0 branch for further development of USB-audio quirks
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'include')
-rw-r--r-- | include/sound/soc.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/sound/soc.h b/include/sound/soc.h index 8ec1de856ee7..e665f111b0d2 100644 --- a/include/sound/soc.h +++ b/include/sound/soc.h @@ -985,6 +985,12 @@ struct snd_soc_dai_link { /* Do not create a PCM for this DAI link (Backend link) */ unsigned int ignore:1; + /* + * This driver uses legacy platform naming. Set by the core, machine + * drivers should not modify this value. + */ + unsigned int legacy_platform:1; + struct list_head list; /* DAI link list of the soc card */ struct snd_soc_dobj dobj; /* For topology */ }; |