mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-22 06:32:08 +00:00
ALSA: hdspm - Fix coding style in CTL_ELEM macros
checkpatch.pl discourages the use of spaces at the beginning of lines. Some of the CTL_ELEM defines were not properly indented. This patch replaces the leading spaces by tabs. No functionality is changed, the commit is purely cosmetic. Signed-off-by: Adrian Knoth <adi@drcomp.erfurt.thur.de> Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
parent
930f4ff078
commit
f27a64f997
1 changed files with 90 additions and 90 deletions
|
@ -2464,7 +2464,7 @@ static int snd_hdspm_put_clock_source(struct snd_kcontrol *kcontrol,
|
||||||
|
|
||||||
|
|
||||||
#define HDSPM_PREF_SYNC_REF(xname, xindex) \
|
#define HDSPM_PREF_SYNC_REF(xname, xindex) \
|
||||||
{.iface = SNDRV_CTL_ELEM_IFACE_MIXER, \
|
{ .iface = SNDRV_CTL_ELEM_IFACE_MIXER, \
|
||||||
.name = xname, \
|
.name = xname, \
|
||||||
.index = xindex, \
|
.index = xindex, \
|
||||||
.access = SNDRV_CTL_ELEM_ACCESS_READWRITE |\
|
.access = SNDRV_CTL_ELEM_ACCESS_READWRITE |\
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue