mirror of
https://codeberg.org/dnkl/yambar.git
synced 2025-04-23 20:35:42 +02:00
module/alsa: log info message when up and running
This commit is contained in:
parent
2d5d1d5a46
commit
64a52656b1
1 changed files with 2 additions and 0 deletions
|
@ -97,6 +97,8 @@ run(struct module_run_context *ctx)
|
|||
snd_mixer_selem_id_set_name(sid, m->mixer);
|
||||
snd_mixer_elem_t* elem = snd_mixer_find_selem(handle, sid);
|
||||
|
||||
LOG_INFO("connected to card=%s, mixer=%s", m->card, m->mixer);
|
||||
|
||||
/* Initial state */
|
||||
update_state(mod, elem);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue