mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-08-31 09:20:13 -04:00
ALSA: control: tidy up whitespaces
Clean up trailing whitespace in preparation for the card components changes. Signed-off-by: Maciej Strozek <mstrozek@opensource.cirrus.com> Signed-off-by: Takashi Iwai <tiwai@suse.de> Link: https://patch.msgid.link/20260720103505.1860399-1-mstrozek@opensource.cirrus.com
This commit is contained in:
committed by
Takashi Iwai
parent
6cd3d2c826
commit
eaf46ee965
@@ -417,7 +417,7 @@ static int snd_ctl_elem_add_compat(struct snd_ctl_file *file,
|
||||
break;
|
||||
}
|
||||
return snd_ctl_elem_add(file, data, replace);
|
||||
}
|
||||
}
|
||||
|
||||
enum {
|
||||
SNDRV_CTL_IOCTL_ELEM_LIST32 = _IOWR('U', 0x10, struct snd_ctl_elem_list32),
|
||||
|
||||
@@ -721,7 +721,7 @@ static void snd_card_set_id_no_lock(struct snd_card *card, const char *src,
|
||||
int len, loops;
|
||||
bool is_default = false;
|
||||
char *id;
|
||||
|
||||
|
||||
copy_valid_id_string(card, src, nid);
|
||||
id = card->id;
|
||||
|
||||
@@ -1030,7 +1030,7 @@ int __init snd_card_info_init(void)
|
||||
*
|
||||
* Return: Zero otherwise a negative error code.
|
||||
*/
|
||||
|
||||
|
||||
int snd_component_add(struct snd_card *card, const char *component)
|
||||
{
|
||||
char *ptr;
|
||||
|
||||
Reference in New Issue
Block a user