diff options
author | Mark Farrugia <mark.farrugia@fiberdyne.com.au> | 2018-09-03 15:18:18 +1000 |
---|---|---|
committer | Mark Farrugia <mark.farrugia@fiberdyne.com.au> | 2018-10-26 17:27:30 +1100 |
commit | f7f995a28c82c126619858ed40b92b5f33ddf2fe (patch) | |
tree | 1b38879712fd3bc219e7343baf37554390a0d137 /core.h | |
parent | bde87475ff7d229619eb090af58c7e496bd3fa60 (diff) |
Remove test 'value' parameter from avirt_audiopath
This is not required any longer
Signed-off-by: Mark Farrugia <mark.farrugia@fiberdyne.com.au>
Diffstat (limited to 'core.h')
-rw-r--r-- | core.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -34,7 +34,6 @@ typedef int (*avirt_buff_complete)(struct snd_pcm_substream *substream); struct avirt_audiopath { const char *name; unsigned version[3]; - int value; struct snd_pcm_hardware *hw; struct snd_pcm_ops *pcm_ops; unsigned blocksize; |