]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/blob - sound/pci/pcxhr/pcxhr_mixer.h
Merge tag 'dmaengine-fix-5.2-rc4' of git://git.infradead.org/users/vkoul/slave-dma
[mirror_ubuntu-jammy-kernel.git] / sound / pci / pcxhr / pcxhr_mixer.h
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
2 /*
3 * Driver for Digigram pcxhr compatible soundcards
4 *
5 * include file for mixer
6 *
7 * Copyright (c) 2004 by Digigram <alsa@digigram.com>
8 */
9
10 #ifndef __SOUND_PCXHR_MIXER_H
11 #define __SOUND_PCXHR_MIXER_H
12
13 /* exported */
14 int pcxhr_create_mixer(struct pcxhr_mgr *mgr);
15
16 #endif /* __SOUND_PCXHR_MIXER_H */