Searched refs:snd_sbdsp_get_byte (Results 1 – 4 of 4) sorted by relevance
45 int snd_sbdsp_get_byte(struct snd_sb *chip) in snd_sbdsp_get_byte() function87 result = (short) snd_sbdsp_get_byte(chip) << 8; in snd_sbdsp_version()88 result |= (short) snd_sbdsp_get_byte(chip); in snd_sbdsp_version()251 EXPORT_SYMBOL(snd_sbdsp_get_byte);
133 val = snd_sbdsp_get_byte(&chip); in jazz16_detect_board()135 snd_sbdsp_get_byte(&chip); in jazz16_detect_board()145 snd_sbdsp_get_byte(&chip); in jazz16_detect_board()146 err = snd_sbdsp_get_byte(&chip); in jazz16_detect_board()
499 if (snd_sbdsp_get_byte(chip) != par) in set_codec_parameter()528 return snd_sbdsp_get_byte(chip); /* Read DSP value */ in read_register()592 return (snd_sbdsp_get_byte(chip)); in get_version()621 if (snd_sbdsp_get_byte(p->chip)) { in snd_sb_csp_load()635 if (snd_sbdsp_get_byte(p->chip)) in snd_sb_csp_load()643 status = snd_sbdsp_get_byte(p->chip); in snd_sb_csp_load()
277 int snd_sbdsp_get_byte(struct snd_sb *chip);