We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 392cc13 commit a1dca87Copy full SHA for a1dca87
sound/soc/codecs/rt5677-spi.c
@@ -396,15 +396,16 @@ static int rt5677_spi_pcm_probe(struct snd_soc_component *component)
396
}
397
398
static const struct snd_soc_component_driver rt5677_spi_dai_component = {
399
- .name = DRV_NAME,
400
- .probe = rt5677_spi_pcm_probe,
401
- .open = rt5677_spi_pcm_open,
402
- .close = rt5677_spi_pcm_close,
403
- .hw_params = rt5677_spi_hw_params,
404
- .hw_free = rt5677_spi_hw_free,
405
- .prepare = rt5677_spi_prepare,
406
- .pointer = rt5677_spi_pcm_pointer,
407
- .pcm_construct = rt5677_spi_pcm_new,
+ .name = DRV_NAME,
+ .probe = rt5677_spi_pcm_probe,
+ .open = rt5677_spi_pcm_open,
+ .close = rt5677_spi_pcm_close,
+ .hw_params = rt5677_spi_hw_params,
+ .hw_free = rt5677_spi_hw_free,
+ .prepare = rt5677_spi_prepare,
+ .pointer = rt5677_spi_pcm_pointer,
+ .pcm_construct = rt5677_spi_pcm_new,
408
+ .legacy_dai_naming = 1,
409
};
410
411
/* Select a suitable transfer command for the next transfer to ensure
0 commit comments