mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-18 10:13:57 +08:00
ASoC: Fix mismerge with release branch
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
This commit is contained in:
parent
65fdd5c05a
commit
169d5a83f6
@ -431,6 +431,7 @@ struct snd_soc_dapm_path {
|
|||||||
/* status */
|
/* status */
|
||||||
u32 connect:1; /* source and sink widgets are connected */
|
u32 connect:1; /* source and sink widgets are connected */
|
||||||
u32 walked:1; /* path has been walked */
|
u32 walked:1; /* path has been walked */
|
||||||
|
u32 weak:1; /* path ignored for power management */
|
||||||
|
|
||||||
int (*connected)(struct snd_soc_dapm_widget *source,
|
int (*connected)(struct snd_soc_dapm_widget *source,
|
||||||
struct snd_soc_dapm_widget *sink);
|
struct snd_soc_dapm_widget *sink);
|
||||||
|
Loading…
Reference in New Issue
Block a user