Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0-or-later */
0002 /*
0003  * Driver for Digigram miXart soundcards
0004  *
0005  * include file for mixer
0006  *
0007  * Copyright (c) 2003 by Digigram <alsa@digigram.com>
0008  */
0009 
0010 #ifndef __SOUND_MIXART_MIXER_H
0011 #define __SOUND_MIXART_MIXER_H
0012 
0013 /* exported */
0014 int mixart_update_playback_stream_level(struct snd_mixart* chip, int is_aes, int idx);
0015 int mixart_update_capture_stream_level(struct snd_mixart* chip, int is_aes);
0016 int snd_mixart_create_mixer(struct mixart_mgr* mgr);
0017 
0018 #endif /* __SOUND_MIXART_MIXER_H */