diff options
Diffstat (limited to 'sound/pci/rme9652/hdspm.c')
-rw-r--r-- | sound/pci/rme9652/hdspm.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sound/pci/rme9652/hdspm.c b/sound/pci/rme9652/hdspm.c index 81d83faab510..976e3a6b0508 100644 --- a/sound/pci/rme9652/hdspm.c +++ b/sound/pci/rme9652/hdspm.c | |||
@@ -2180,6 +2180,7 @@ static int snd_hdspm_get_autosync_sample_rate(struct snd_kcontrol *kcontrol, | |||
2180 | hdspm_get_s1_sample_rate(hdspm, | 2180 | hdspm_get_s1_sample_rate(hdspm, |
2181 | kcontrol->private_value-1); | 2181 | kcontrol->private_value-1); |
2182 | } | 2182 | } |
2183 | break; | ||
2183 | 2184 | ||
2184 | case AIO: | 2185 | case AIO: |
2185 | switch (kcontrol->private_value) { | 2186 | switch (kcontrol->private_value) { |
@@ -2200,6 +2201,7 @@ static int snd_hdspm_get_autosync_sample_rate(struct snd_kcontrol *kcontrol, | |||
2200 | hdspm_get_s1_sample_rate(hdspm, | 2201 | hdspm_get_s1_sample_rate(hdspm, |
2201 | ucontrol->id.index-1); | 2202 | ucontrol->id.index-1); |
2202 | } | 2203 | } |
2204 | break; | ||
2203 | 2205 | ||
2204 | case AES32: | 2206 | case AES32: |
2205 | 2207 | ||
@@ -2221,8 +2223,8 @@ static int snd_hdspm_get_autosync_sample_rate(struct snd_kcontrol *kcontrol, | |||
2221 | hdspm_get_s1_sample_rate(hdspm, | 2223 | hdspm_get_s1_sample_rate(hdspm, |
2222 | kcontrol->private_value-1); | 2224 | kcontrol->private_value-1); |
2223 | break; | 2225 | break; |
2224 | |||
2225 | } | 2226 | } |
2227 | break; | ||
2226 | default: | 2228 | default: |
2227 | break; | 2229 | break; |
2228 | } | 2230 | } |