/* * This file adds Media Controller support to the ALSA driver * to use the Media Controller API to share the tuner with DVB * and V4L2 drivers that control the media device. * * The media device is created based on the existing quirks framework. * Using this approach, the media controller API usage can be added for * a specific device.
*/ #ifndef __MEDIA_H
/* * One source pad each for SNDRV_PCM_STREAM_CAPTURE and * SNDRV_PCM_STREAM_PLAYBACK. One for sink pad to link * to AUDIO Source
*/ #define MEDIA_MIXER_PAD_MAX (SNDRV_PCM_STREAM_LAST + 2)
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.