ASoC: Drop ac97_control initialization from CODEC driver DAIs
This is no longer necessary as there is no code anymore that uses this for CODEC DAIs. Signed-off-by: Lars-Peter Clausen <lars@metafoo.de> Acked-by: Charles Keepax <ckeepax@opensource.wolfsonmicro.com> Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:

committed by
Mark Brown

parent
6794f709b7
commit
4bafcf074a
@@ -294,7 +294,6 @@ static const struct snd_soc_dai_ops stac9766_dai_ops_digital = {
|
||||
static struct snd_soc_dai_driver stac9766_dai[] = {
|
||||
{
|
||||
.name = "stac9766-hifi-analog",
|
||||
.ac97_control = 1,
|
||||
|
||||
/* stream cababilities */
|
||||
.playback = {
|
||||
@@ -316,7 +315,6 @@ static struct snd_soc_dai_driver stac9766_dai[] = {
|
||||
},
|
||||
{
|
||||
.name = "stac9766-hifi-IEC958",
|
||||
.ac97_control = 1,
|
||||
|
||||
/* stream cababilities */
|
||||
.playback = {
|
||||
|
Reference in New Issue
Block a user