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

/linux-master/sound/drivers/
H A Dmtpav.c244 static void snd_mtpav_send_byte(struct mtpav *chip, u8 byte) function
286 snd_mtpav_send_byte(mtp_card, 0xf5);
287 snd_mtpav_send_byte(mtp_card, portp->hwport);
293 snd_mtpav_send_byte(mtp_card, portp->running_status);
302 snd_mtpav_send_byte(mtp_card, outbyte);
327 snd_mtpav_send_byte(chip, 0xf5);
328 snd_mtpav_send_byte(chip, p);
329 snd_mtpav_send_byte(chip, 0xfe);

Completed in 114 milliseconds