diff options
author | Nikesh Oswal <nikesh@opensource.wolfsonmicro.com> | 2015-02-02 17:06:44 +0000 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2015-03-17 22:54:54 +0000 |
commit | c66150824b8a809a502fd833fa9b18082cd89a39 (patch) | |
tree | 312992852d07ce536b600cdf9da91a067c31d1c9 /include/sound/soc.h | |
parent | c517d838eb7d07bbe9507871fab3931deccff539 (diff) | |
download | linux-next-c66150824b8a809a502fd833fa9b18082cd89a39.tar.gz |
ASoC: dapm: add code to configure dai link parameters
dai-link params for codec-codec links were fixed. The fixed
link between codec and another chip which may be another codec,
baseband, bluetooth codec etc may require run time configuaration
changes. This change provides an optional alsa control to select
one of the params from a list of params.
Signed-off-by: Nikesh Oswal <nikesh@opensource.wolfsonmicro.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'include/sound/soc.h')
-rw-r--r-- | include/sound/soc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sound/soc.h b/include/sound/soc.h index 0d1ade195628..4636a058372b 100644 --- a/include/sound/soc.h +++ b/include/sound/soc.h @@ -941,6 +941,7 @@ struct snd_soc_dai_link { int be_id; /* optional ID for machine driver BE identification */ const struct snd_soc_pcm_stream *params; + unsigned int num_params; unsigned int dai_fmt; /* format to set on init */ |