Navigation

  • index
  • next |
  • previous |
  • ALSA Library Documentation »
  • Topology Interface »
  • struct snd_tplg_link_template

struct snd_tplg_link_template

Overview

Template type for physical DAI Links. More…

#include <topology.h>

struct snd_tplg_link_template {
    // fields

    const char* name;
    int id;
    const char* stream_name;
    int num_streams;
    struct snd_tplg_stream_template* stream;
    struct snd_tplg_hw_config_template* hw_config;
    int num_hw_configs;
    int default_hw_config_id;
    unsigned int flag_mask;
    unsigned int flags;
    struct snd_soc_tplg_private* priv;
};

Detailed Documentation

Template type for physical DAI Links.

Fields

const char* name

link name, used to match

int id

unique ID - used to match with existing physical links

const char* stream_name

link stream name, used to match

int num_streams

number of configs

struct snd_tplg_stream_template* stream

supported configs

struct snd_tplg_hw_config_template* hw_config

supported HW configs

struct snd_soc_tplg_private* priv

private data

Table of Contents

  • struct snd_tplg_link_template
    • Overview
    • Detailed Documentation
      • Fields

Previous topic

struct snd_tplg_io_ops_template

Next topic

struct snd_tplg_mixer_template

Quick search

Navigation

  • index
  • next |
  • previous |
  • ALSA Library Documentation »
  • Topology Interface »
  • struct snd_tplg_link_template
© Copyright 1998-2017, ALSA Library Maintainers. Created using Sphinx 7.1.2.