mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-02 15:56:42 +07:00
ASoC: Fix build of tlv320dac33
The problem was introduced due to the obscure formatting some of the older drivers use. Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
This commit is contained in:
parent
8a713da8d1
commit
3a4cbf8896
@ -1513,8 +1513,9 @@ static struct snd_soc_dai_driver dac33_dai = {
|
|||||||
.channels_min = 2,
|
.channels_min = 2,
|
||||||
.channels_max = 2,
|
.channels_max = 2,
|
||||||
.rates = DAC33_RATES,
|
.rates = DAC33_RATES,
|
||||||
.formats = DAC33_FORMATS,},
|
.formats = DAC33_FORMATS,
|
||||||
.sig_bits = 24,
|
.sig_bits = 24,
|
||||||
|
},
|
||||||
.ops = &dac33_dai_ops,
|
.ops = &dac33_dai_ops,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user