Skip to content

Commit

Permalink
missed one simple_priv_to_card() to seeed_priv_to_card() earlier
Browse files Browse the repository at this point in the history
  • Loading branch information
HinTak committed Apr 27, 2021
1 parent 19067f3 commit c5f3836
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion seeed-voicecard.c
Original file line number Diff line number Diff line change
Expand Up @@ -694,7 +694,7 @@ inline void seeed_debug_dai(struct seeed_card_data *priv,

inline void seeed_debug_info(struct seeed_card_data *priv)
{
struct snd_soc_card *card = simple_priv_to_card(priv);
struct snd_soc_card *card = seeed_priv_to_card(priv);
struct device *dev = seeed_priv_to_dev(priv);

int i;
Expand Down

0 comments on commit c5f3836

Please sign in to comment.