commit | 70d321e6380f128096429d6e5b678f94ab0cef5d | [log] [tgz] |
---|---|---|
author | Takashi Iwai <tiwai@suse.de> | Fri Jul 03 23:06:45 2009 +0200 |
committer | Takashi Iwai <tiwai@suse.de> | Fri Jul 03 23:06:45 2009 +0200 |
tree | 56286692fb6f3738c87572d29affee6862046b76 | |
parent | 022b466fc353d3dc7a152451144be656248666ce [diff] |
ALSA: hda - Call snd_pcm_lib_hw_rates() again after codec open callback The PCM rates bit field may have been changed by the codec open callback. In that case, we need to reset rate_min and rate_max. So, simply call snd_pcm_lib_hw_rates() again after the codec open callback. Signed-off-by: Takashi Iwai <tiwai@suse.de>