diff options
author | Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com> | 2011-10-05 22:14:20 +0200 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2011-10-06 08:08:53 +0200 |
commit | af65cbf296a07c4a52079324fbefdfc9bd2622a3 (patch) | |
tree | 4365d2ba17abe30d35d2387c3c0e05dfa3ce62a7 /sound/pci/hda/hda_codec.c | |
parent | ALSA: jack - Add "Line In" input jack constants (diff) | |
download | linux-af65cbf296a07c4a52079324fbefdfc9bd2622a3.tar.xz linux-af65cbf296a07c4a52079324fbefdfc9bd2622a3.zip |
ALSA: hdmi: fix printout of SAD sampling rates
SAD sampling rate information reported in
/proc/asound/cardX/eldX is incorrect due to a mismatch
between HDA and HDMI frequencies. Add new routine to provide
relevant values.
Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/pci/hda/hda_codec.c')
-rw-r--r-- | sound/pci/hda/hda_codec.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/hda/hda_codec.c b/sound/pci/hda/hda_codec.c index 8b046a10b42b..d2f41b1446e1 100644 --- a/sound/pci/hda/hda_codec.c +++ b/sound/pci/hda/hda_codec.c @@ -5205,7 +5205,7 @@ EXPORT_SYMBOL_HDA(snd_array_free); * @buf: the string buffer to write * @buflen: the max buffer length * - * used by hda_proc.c and hda_eld.c + * used by hda_proc.c */ void snd_print_pcm_rates(int pcm, char *buf, int buflen) { |