topology: remove vendor_fd/name from snd_tplg structure - not used

Signed-off-by: Jaroslav Kysela <perex@perex.cz>
This commit is contained in:
Jaroslav Kysela 2019-12-13 16:09:35 +01:00
parent 9980e18c3c
commit 075ee165e6

View file

@ -60,11 +60,6 @@ typedef enum _snd_pcm_rates {
} snd_pcm_rates_t;
struct snd_tplg {
/* opaque vendor data */
int vendor_fd;
char *vendor_name;
/* out file */
int out_fd;