Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Linux/sound/firewire/dice/   (Linux Kernel Version 6.17.9©)  Datei vom 24.10.2025 mit Größe 665 B image not shown  

Quelle  dice-focusrite.c

  Sprache: C
 

// SPDX-License-Identifier: GPL-2.0
// dice-focusrite.c - a part of driver for DICE based devices
//
// Copyright (c) 2022 Takashi Sakamoto

#include "dice.h"

int snd_dice_detect_focusrite_pro40_tcd3070_formats(struct snd_dice *dice)
{
 // Focusrite shipped several variants of Saffire Pro 40. One of them is based on TCD3070-CH
 // apart from the others with TCD2220. It doesn't support TCAT protocol extension.
 dice->tx_pcm_chs[0][0] = 20;
 dice->tx_midi_ports[0] = 1;
 dice->rx_pcm_chs[0][0] = 20;
 dice->rx_midi_ports[0] = 1;

 dice->tx_pcm_chs[0][1] = 16;
 dice->tx_midi_ports[1] = 1;
 dice->rx_pcm_chs[0][1] = 16;
 dice->rx_midi_ports[1] = 1;

 return 0;
}

Messung V0.5 in Prozent
C=97 H=93 G=94

¤ Dauer der Verarbeitung: 0.9 Sekunden  (vorverarbeitet am  2026-06-07) ¤

*© Formatika GbR, Deutschland






Wurzel

Suchen

PVS Prover

Isabelle Prover

NIST Cobol Testsuite

Cephes Mathematical Library

Vienna Development Method

Haftungshinweis

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.