18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0-or-later */ 28c2ecf20Sopenharmony_ci/* 38c2ecf20Sopenharmony_ci * Driver for Digigram miXart soundcards 48c2ecf20Sopenharmony_ci * 58c2ecf20Sopenharmony_ci * include file for mixer 68c2ecf20Sopenharmony_ci * 78c2ecf20Sopenharmony_ci * Copyright (c) 2003 by Digigram <alsa@digigram.com> 88c2ecf20Sopenharmony_ci */ 98c2ecf20Sopenharmony_ci 108c2ecf20Sopenharmony_ci#ifndef __SOUND_MIXART_MIXER_H 118c2ecf20Sopenharmony_ci#define __SOUND_MIXART_MIXER_H 128c2ecf20Sopenharmony_ci 138c2ecf20Sopenharmony_ci/* exported */ 148c2ecf20Sopenharmony_ciint mixart_update_playback_stream_level(struct snd_mixart* chip, int is_aes, int idx); 158c2ecf20Sopenharmony_ciint mixart_update_capture_stream_level(struct snd_mixart* chip, int is_aes); 168c2ecf20Sopenharmony_ciint snd_mixart_create_mixer(struct mixart_mgr* mgr); 178c2ecf20Sopenharmony_ci 188c2ecf20Sopenharmony_ci#endif /* __SOUND_MIXART_MIXER_H */ 19