mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-libstb-hal.git
synced 2025-08-26 23:12:44 +02:00
libspark/audio_mixer: load alsa-lib temporarily only (fix)
Origin commit data
------------------
Branch: master
Commit: f70b1457cc
Author: martii <m4rtii@gmx.de>
Date: 2013-05-26 (Sun, 26 May 2013)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -42,6 +42,7 @@ class mixerVolume
|
||||
int (*snd_mixer_close)(snd_mixer_t *mixer);
|
||||
void (*snd_mixer_selem_id_free)(snd_mixer_selem_id_t *obj);
|
||||
int (*snd_mixer_selem_set_playback_volume_all)(snd_mixer_elem_t *elem, long value);
|
||||
size_t (*snd_mixer_selem_id_sizeof)(void);
|
||||
public:
|
||||
mixerVolume(const char *selem_name, const char *Card, long volume = -1);
|
||||
~mixerVolume(void);
|
||||
|
Reference in New Issue
Block a user