Merge pull request #317 from arrio464/patch-1
upstream: no longer use asoc_xxx() compatible macro
This commit is contained in:
commit
9e85cf0c8e
1 changed files with 2 additions and 2 deletions
|
|
@ -38,7 +38,7 @@
|
|||
* N.B. playback vs capture is determined by the codec choice
|
||||
* */
|
||||
|
||||
static struct asoc_simple_card_info card_info;
|
||||
static struct simple_card_info card_info;
|
||||
static struct platform_device card_device;
|
||||
|
||||
/*
|
||||
|
|
@ -56,7 +56,7 @@ void device_release_callback(struct device *dev) { /* do nothing */ };
|
|||
/*
|
||||
* Setup the card info
|
||||
*/
|
||||
static struct asoc_simple_card_info default_card_info = {
|
||||
static struct simple_card_info default_card_info = {
|
||||
.card = "snd_rpi_i2s_card", // -> snd_soc_card.name
|
||||
.name = "simple-card_codec_link", // -> snd_soc_dai_link.name
|
||||
.codec = "snd-soc-dummy", // "dmic-codec", // -> snd_soc_dai_link.codec_name
|
||||
|
|
|
|||
Loading…
Reference in a new issue