mirror of
https://github.com/torvalds/linux.git
synced 2024-11-28 07:01:32 +00:00
ASoC: Fix mismerge of Speyside set_bias_level_post()
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com> Acked-by: Liam Girdwood <lrg@ti.com>
This commit is contained in:
parent
47cb55a99b
commit
995e54f5fe
@ -301,6 +301,7 @@ static struct snd_soc_card speyside = {
|
||||
.num_configs = ARRAY_SIZE(speyside_codec_conf),
|
||||
|
||||
.set_bias_level = speyside_set_bias_level,
|
||||
.set_bias_level_post = speyside_set_bias_level_post,
|
||||
|
||||
.controls = controls,
|
||||
.num_controls = ARRAY_SIZE(controls),
|
||||
|
Loading…
Reference in New Issue
Block a user