~ubuntu-audio-dev/alsa-driver/tiwai-trunk2

« back to all changes in this revision

Viewing changes to include/pcm_iec958.h

  • Committer: Canonistack server
  • Date: 2016-05-16 13:04:41 UTC
  • Revision ID: david.henningsson@canonical.com-20160516130441-xmcvo5v7n0mupdei
Test run of 623 machines: 3 failing with 3 errors and 0 warnings.

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
int snd_pcm_create_iec958_consumer(struct snd_pcm_runtime *runtime, u8 *cs,
7
7
        size_t len);
8
8
 
 
9
int snd_pcm_create_iec958_consumer_hw_params(struct snd_pcm_hw_params *params,
 
10
                                             u8 *cs, size_t len);
9
11
#endif