7c77676a62ab52be901aa10d6b54 author Anssi Hannula 1331653382 +0200 committer Takashi Iwai 1331659629 +0100 ALSA: hda - fix printing of high HDMI sample rates A previous commit af65cbf296 (ALSA: hdmi: fix printout of SAD sampling rates) fixed the sample rates shown in /proc/asound/cardX/eldY and kernel log to not be entirely wrong. However, a missing rate from the array added in the patch causes HDMI rates 88.2 kHz, 96 kHz, 176.4 kHz, and 192 kHz to be shown as 96 kHz, 176.4 kHz, 192 kHz, and 384 kHz, respectively. Fix the reporting by adding the ALSA rate 64 kHz into the conversion array between 48 kHz and 88.2 kHz. Signed-off-by: Anssi Hannula Cc: Pierre-Louis Bossart Cc: stable@kernel.org Signed-off-by: Takashi Iwai