Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 98044d24 authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ALSA: core: set private data for snd_info_entry"

parents 740a0a48 1bec9988
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -571,6 +571,7 @@ int snd_info_card_create(struct snd_card *card)
	entry_state->size = SND_CARD_STATE_MAX_LEN;
	entry_state->size = SND_CARD_STATE_MAX_LEN;
	entry_state->content = SNDRV_INFO_CONTENT_DATA;
	entry_state->content = SNDRV_INFO_CONTENT_DATA;
	entry_state->c.ops = &snd_info_card_state_proc_ops;
	entry_state->c.ops = &snd_info_card_state_proc_ops;
	entry_state->private_data = card;
#endif
#endif
	return 0;
	return 0;
}
}