Home
last modified time | relevance | path

Searched refs:snd_sbdsp_get_byte (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/sound/isa/sb/
H A Dsb_common.c45 int snd_sbdsp_get_byte(struct snd_sb *chip) in snd_sbdsp_get_byte() function
86 result = (short) snd_sbdsp_get_byte(chip) << 8; in snd_sbdsp_version()
87 result |= (short) snd_sbdsp_get_byte(chip); in snd_sbdsp_version()
283 EXPORT_SYMBOL(snd_sbdsp_get_byte); variable
H A Djazz16.c135 val = snd_sbdsp_get_byte(&chip); in jazz16_detect_board()
137 snd_sbdsp_get_byte(&chip); in jazz16_detect_board()
147 snd_sbdsp_get_byte(&chip); in jazz16_detect_board()
148 err = snd_sbdsp_get_byte(&chip); in jazz16_detect_board()
H A Dsb16_csp.c496 if (snd_sbdsp_get_byte(chip) != par) in set_codec_parameter()
525 return snd_sbdsp_get_byte(chip); /* Read DSP value */ in read_register()
589 return (snd_sbdsp_get_byte(chip)); in get_version()
616 if (snd_sbdsp_get_byte(p->chip)) { in snd_sb_csp_load()
630 if (snd_sbdsp_get_byte(p->chip)) in snd_sb_csp_load()
638 status = snd_sbdsp_get_byte(p->chip); in snd_sb_csp_load()
/kernel/linux/linux-6.6/sound/isa/sb/
H A Dsb_common.c45 int snd_sbdsp_get_byte(struct snd_sb *chip) in snd_sbdsp_get_byte() function
86 result = (short) snd_sbdsp_get_byte(chip) << 8; in snd_sbdsp_version()
87 result |= (short) snd_sbdsp_get_byte(chip); in snd_sbdsp_version()
250 EXPORT_SYMBOL(snd_sbdsp_get_byte); variable
H A Djazz16.c132 val = snd_sbdsp_get_byte(&chip); in jazz16_detect_board()
134 snd_sbdsp_get_byte(&chip); in jazz16_detect_board()
144 snd_sbdsp_get_byte(&chip); in jazz16_detect_board()
145 err = snd_sbdsp_get_byte(&chip); in jazz16_detect_board()
H A Dsb16_csp.c498 if (snd_sbdsp_get_byte(chip) != par) in set_codec_parameter()
527 return snd_sbdsp_get_byte(chip); /* Read DSP value */ in read_register()
591 return (snd_sbdsp_get_byte(chip)); in get_version()
618 if (snd_sbdsp_get_byte(p->chip)) { in snd_sb_csp_load()
632 if (snd_sbdsp_get_byte(p->chip)) in snd_sb_csp_load()
640 status = snd_sbdsp_get_byte(p->chip); in snd_sb_csp_load()
/kernel/linux/linux-5.10/include/sound/
H A Dsb.h277 int snd_sbdsp_get_byte(struct snd_sb *chip);
/kernel/linux/linux-6.6/include/sound/
H A Dsb.h277 int snd_sbdsp_get_byte(struct snd_sb *chip);

Completed in 9 milliseconds