mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-05 13:30:00 -05:00
tlv: Remove tailing tab after snd_ctl_get_dB_range function
Cosmetic fix. There was a tab instead of new line after snd_ctl_get_dB_range function. Signed-off-by: Peter Ujfalusi <peter.ujfalusi@nokia.com> Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
parent
d81ce4ea7a
commit
2a94d80407
1 changed files with 1 additions and 1 deletions
|
|
@ -442,7 +442,7 @@ int snd_ctl_get_dB_range(snd_ctl_t *ctl, const snd_ctl_elem_id_t *id,
|
|||
return snd_tlv_get_dB_range(info.tlv, info.minval, info.maxval,
|
||||
min, max);
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* \brief Convert the volume value to dB on the given control element
|
||||
* \param ctl the control handler
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue