treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156
[linux-block.git] / sound / pci / mixart / mixart_mixer.h
CommitLineData
1a59d1b8 1/* SPDX-License-Identifier: GPL-2.0-or-later */
1da177e4
LT
2/*
3 * Driver for Digigram miXart soundcards
4 *
5 * include file for mixer
6 *
7 * Copyright (c) 2003 by Digigram <alsa@digigram.com>
1da177e4
LT
8 */
9
10#ifndef __SOUND_MIXART_MIXER_H
11#define __SOUND_MIXART_MIXER_H
12
13/* exported */
67b48b88
TI
14int mixart_update_playback_stream_level(struct snd_mixart* chip, int is_aes, int idx);
15int mixart_update_capture_stream_level(struct snd_mixart* chip, int is_aes);
16int snd_mixart_create_mixer(struct mixart_mgr* mgr);
1da177e4
LT
17
18#endif /* __SOUND_MIXART_MIXER_H */