mirror of https://gitee.com/openkylin/linux.git
ASoC: tlv320dac31xx: Fix mistype in tlv320dac31xx codec
Signed-off-by: Tomas Vilda <tomas.vilda@gmail.com> Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
parent
2ea659a9ef
commit
51827c41c9
|
@ -1210,7 +1210,7 @@ static const struct snd_soc_dai_ops aic31xx_dai_ops = {
|
|||
|
||||
static struct snd_soc_dai_driver dac31xx_dai_driver[] = {
|
||||
{
|
||||
.name = "tlv32dac31xx-hifi",
|
||||
.name = "tlv320dac31xx-hifi",
|
||||
.playback = {
|
||||
.stream_name = "Playback",
|
||||
.channels_min = 2,
|
||||
|
|
Loading…
Reference in New Issue