brintos

brintos / linux-shallow public Read only

0
0
Text · 352 B · 9c08620 Raw
17 lines · c
1/* SPDX-License-Identifier: GPL-2.0-or-later */2/*3 * Driver for Digigram pcxhr compatible soundcards4 *5 * include file for mixer6 *7 * Copyright (c) 2004 by Digigram <alsa@digigram.com>8 */9 10#ifndef __SOUND_PCXHR_MIXER_H11#define __SOUND_PCXHR_MIXER_H12 13/* exported */14int pcxhr_create_mixer(struct pcxhr_mgr *mgr);15 16#endif /* __SOUND_PCXHR_MIXER_H */17