xref: /kernel/linux/linux-6.6/sound/pci/mixart/mixart_mixer.h (revision 62306a36)
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /kernel/linux/linux-6.6/sound/pci/mixart/
162306a36Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0-or-later */
262306a36Sopenharmony_ci/*
362306a36Sopenharmony_ci * Driver for Digigram miXart soundcards
462306a36Sopenharmony_ci *
562306a36Sopenharmony_ci * include file for mixer
662306a36Sopenharmony_ci *
762306a36Sopenharmony_ci * Copyright (c) 2003 by Digigram <alsa@digigram.com>
862306a36Sopenharmony_ci */
962306a36Sopenharmony_ci
1062306a36Sopenharmony_ci#ifndef __SOUND_MIXART_MIXER_H
1162306a36Sopenharmony_ci#define __SOUND_MIXART_MIXER_H
1262306a36Sopenharmony_ci
1362306a36Sopenharmony_ci/* exported */
1462306a36Sopenharmony_ciint mixart_update_playback_stream_level(struct snd_mixart* chip, int is_aes, int idx);
1562306a36Sopenharmony_ciint mixart_update_capture_stream_level(struct snd_mixart* chip, int is_aes);
1662306a36Sopenharmony_ciint snd_mixart_create_mixer(struct mixart_mgr* mgr);
1762306a36Sopenharmony_ci
1862306a36Sopenharmony_ci#endif /* __SOUND_MIXART_MIXER_H */
19

Indexes created Thu Nov 07 10:32:03 CST 2024