diff options
Diffstat (limited to 'sound/pci/ice1712')
-rw-r--r-- | sound/pci/ice1712/ice1712.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sound/pci/ice1712/ice1712.c b/sound/pci/ice1712/ice1712.c index bf20858d9f19..9b8325d65d8d 100644 --- a/sound/pci/ice1712/ice1712.c +++ b/sound/pci/ice1712/ice1712.c | |||
@@ -1857,7 +1857,7 @@ static int snd_ice1712_pro_internal_clock_put(struct snd_kcontrol *kcontrol, | |||
1857 | { | 1857 | { |
1858 | struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol); | 1858 | struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol); |
1859 | static unsigned int xrate[13] = { | 1859 | static unsigned int xrate[13] = { |
1860 | 8000, 9600, 11025, 12000, 1600, 22050, 24000, | 1860 | 8000, 9600, 11025, 12000, 16000, 22050, 24000, |
1861 | 32000, 44100, 48000, 64000, 88200, 96000 | 1861 | 32000, 44100, 48000, 64000, 88200, 96000 |
1862 | }; | 1862 | }; |
1863 | unsigned char oval; | 1863 | unsigned char oval; |
@@ -1924,7 +1924,7 @@ static int snd_ice1712_pro_internal_clock_default_get(struct snd_kcontrol *kcont | |||
1924 | { | 1924 | { |
1925 | int val; | 1925 | int val; |
1926 | static unsigned int xrate[13] = { | 1926 | static unsigned int xrate[13] = { |
1927 | 8000, 9600, 11025, 12000, 1600, 22050, 24000, | 1927 | 8000, 9600, 11025, 12000, 16000, 22050, 24000, |
1928 | 32000, 44100, 48000, 64000, 88200, 96000 | 1928 | 32000, 44100, 48000, 64000, 88200, 96000 |
1929 | }; | 1929 | }; |
1930 | 1930 | ||
@@ -1941,7 +1941,7 @@ static int snd_ice1712_pro_internal_clock_default_put(struct snd_kcontrol *kcont | |||
1941 | struct snd_ctl_elem_value *ucontrol) | 1941 | struct snd_ctl_elem_value *ucontrol) |
1942 | { | 1942 | { |
1943 | static unsigned int xrate[13] = { | 1943 | static unsigned int xrate[13] = { |
1944 | 8000, 9600, 11025, 12000, 1600, 22050, 24000, | 1944 | 8000, 9600, 11025, 12000, 16000, 22050, 24000, |
1945 | 32000, 44100, 48000, 64000, 88200, 96000 | 1945 | 32000, 44100, 48000, 64000, 88200, 96000 |
1946 | }; | 1946 | }; |
1947 | unsigned char oval; | 1947 | unsigned char oval; |